The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3622

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Stéphane Graber <[email protected]>
From a85bb57356b8aa89a58dfda58304efee4bb4bf0c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <[email protected]>
Date: Wed, 2 Aug 2017 03:42:01 -0400
Subject: [PATCH] storage/ceph: Fix double --cluster
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <[email protected]>
---
 lxd/storage_ceph.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxd/storage_ceph.go b/lxd/storage_ceph.go
index 0bd03d7b3..b7e75d6a0 100644
--- a/lxd/storage_ceph.go
+++ b/lxd/storage_ceph.go
@@ -148,7 +148,7 @@ func (s *storageCeph) StoragePoolCreate() error {
 
                // use existing osd pool
                msg, err := shared.RunCommand("ceph", "--name",
-                       fmt.Sprintf("client.%s", s.UserName), "--cluster",
+                       fmt.Sprintf("client.%s", s.UserName),
                        "--cluster", s.ClusterName, "osd", "pool", "get",
                        s.OSDPoolName, "pg_num")
                if err != nil {
_______________________________________________
lxc-devel mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to