From b226fad96866d199923f5ed4535580b21965df24 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 1 Sep 2015 11:45:56 -0400 Subject: [PATCH] ceph-disk: systemctl restart the ceph-disk@ service Otherwise the second time around activating something it will do nothing. Signed-off-by: Sage Weil --- src/ceph-disk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ] ) -- 2.47.3