From: Sage Weil Date: Tue, 1 Sep 2015 15:45:56 +0000 (-0400) Subject: ceph-disk: systemctl restart the ceph-disk@ service X-Git-Tag: v9.1.0~240^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b226fad96866d199923f5ed4535580b21965df24;p=ceph.git ceph-disk: systemctl restart the ceph-disk@ service Otherwise the second time around activating something it will do nothing. Signed-off-by: Sage Weil --- diff --git a/src/ceph-disk b/src/ceph-disk index 1aa64c98cd5a..61d2b651ed4a 100755 --- a/src/ceph-disk +++ b/src/ceph-disk @@ -3012,7 +3012,7 @@ def main_trigger(args): [ 'systemctl', '--no-block', - 'start', + 'restart', service, ] )