]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-disk: systemctl restart the ceph-disk@ service 5727/head
authorSage Weil <sage@redhat.com>
Tue, 1 Sep 2015 15:45:56 +0000 (11:45 -0400)
committerSage Weil <sage@redhat.com>
Tue, 1 Sep 2015 15:45:56 +0000 (11:45 -0400)
Otherwise the second time around activating something it will do nothing.

Signed-off-by: Sage Weil <sage@redhat.com>
src/ceph-disk

index 1aa64c98cd5a09db222f7360657bc01d63260864..61d2b651ed4ade8974c05c2f40955d41377c22c3 100755 (executable)
@@ -3012,7 +3012,7 @@ def main_trigger(args):
             [
                 'systemctl',
                 '--no-block',
-                'start',
+                'restart',
                 service,
             ]
         )