From 67b9724b2db2a3682dc49eac6494a13a3883a1ed Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 8 Sep 2016 21:45:46 +1000 Subject: [PATCH] [RM-17238] Add --cluster arg as required to two commands --- ceph_deploy/hosts/common.py | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.47.3