From: Alfredo Deza Date: Thu, 20 Feb 2014 20:48:29 +0000 (-0500) Subject: do mon status at the end X-Git-Tag: v1.4.0~11^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0a18025b62f7ae2825a9265aab3d970001825ec0;p=ceph-deploy.git do mon status at the end Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/mon.py b/ceph_deploy/mon.py index 52e8f2b..9b1b277 100644 --- a/ceph_deploy/mon.py +++ b/ceph_deploy/mon.py @@ -142,8 +142,8 @@ def mon_add(args): # tell me the status of the deployed mon time.sleep(2) # give some room to start - mon_status(distro.conn, rlogger, mon_host, args) catch_mon_errors(distro.conn, rlogger, mon_host, cfg, args) + mon_status(distro.conn, rlogger, mon_host, args) distro.conn.exit() except RuntimeError as e: