]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
init-ceph: ssh
authorSage Weil <sage@newdream.net>
Thu, 26 May 2011 16:55:37 +0000 (09:55 -0700)
committerSage Weil <sage@newdream.net>
Thu, 26 May 2011 16:55:37 +0000 (09:55 -0700)
Another bell/whistle.

Signed-off-by: Sage Weil <sage@newdream.net>
src/init-ceph.in

index a7658f0bb6198c6d9e9c7e6cca2e1ce35a51d1f9..b025d5b717ab29d47d0877c2dfb2edbdfdd0d803 100644 (file)
@@ -298,6 +298,11 @@ for name in $what; do
                 EXIT_STATUS=1
             fi
            ;;
+
+       ssh)
+           $ssh
+           ;;
+
        forcestop)
            get_conf pre_forcestop "" "pre forcestop command"
            get_conf post_forcestop "" "post forcestop command"