From: Steve Date: Thu, 8 Sep 2016 11:45:46 +0000 (+1000) Subject: [RM-17238] Add --cluster arg as required to two commands X-Git-Tag: v1.5.37~7^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F420%2Fhead;p=ceph-deploy.git [RM-17238] Add --cluster arg as required to two commands --- diff --git a/ceph_deploy/hosts/common.py b/ceph_deploy/hosts/common.py index 4747559..a7ab434 100644 --- a/ceph_deploy/hosts/common.py +++ b/ceph_deploy/hosts/common.py @@ -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,