]> git.pld-linux.org Git - packages/ceph.git/blobdiff - cephctl
systemd: reload action added
[packages/ceph.git] / cephctl
diff --git a/cephctl b/cephctl
index 9bd4d908e13a97b428239fa5092925a22690ec14..3fb1d6109ce286981c12a45d3751d607c53e187e 100644 (file)
--- a/cephctl
+++ b/cephctl
@@ -25,7 +25,7 @@ if test -n "$config" ; then
        systemctl "${action}" "ceph-mon@${config}.service" || RC=1
 else
        case $action in
-    start | stop | status | enable | disable | restart | is-active | is-failed | show | kill | reset-failed  )
+    start | stop | status | enable | disable | restart | is-active | is-failed | show | kill | reset-failed | reload )
         n=0
         if test -n ${lmon} ; then
             for s in ${lmon#=${prefix}} ; do
@@ -44,7 +44,7 @@ else
     ;;
        *)
                echo "Invalid paramter : $action"
-        echo "Valid paramters  : start | stop | status | enable | disable | restart | is-active | is-failed | show | kill | reset-failed"
+        echo "Valid paramters  : start | stop | status | enable | disable | restart | is-active | is-failed | show | kill | reset-failed | reload"
        ;;
        esac
 fi
This page took 0.050932 seconds and 4 git commands to generate.