]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-17238] Add --cluster arg as required to two commands 420/head
authorSteve <steveh@opusv.com.au>
Thu, 8 Sep 2016 11:45:46 +0000 (21:45 +1000)
committerSteve <steveh@opusv.com.au>
Sat, 10 Sep 2016 04:33:12 +0000 (14:33 +1000)
ceph_deploy/hosts/common.py

index 4747559076e7ff30c7ba2894c49edaeea2076094..a7ab434d03862b3246eb5835c3a3515e2478234e 100644 (file)
@@ -116,6 +116,7 @@ def mon_add(distro, args, monitor_keyring):
             distro.conn,
             [
                 'ceph',
+                '--cluster', args.cluster,
                 'mon',
                 'getmap',
                 '-o',
@@ -158,6 +159,7 @@ def mon_add(distro, args, monitor_keyring):
         distro.conn,
         [
             'ceph-mon',
+            '--cluster', args.cluster,
             '-i',
             hostname,
             '--pid-file', pid_location,