From: Christophe Courtaut Date: Fri, 5 Jul 2013 12:41:04 +0000 (+0200) Subject: rgw: Add explicit messages in radosgw init script X-Git-Tag: v0.67-rc1~138^2~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F397%2Fhead;p=ceph.git rgw: Add explicit messages in radosgw init script http://tracker.ceph.com/issues/5478 fixes #5478 Signed-off-by: Christophe Courtaut --- diff --git a/src/init-radosgw.sysv b/src/init-radosgw.sysv index 8a47a07a9a97..e08e1bd1b1b2 100644 --- a/src/init-radosgw.sysv +++ b/src/init-radosgw.sysv @@ -35,6 +35,7 @@ fi case "$1" in start) + echo "Starting radosgw instance(s)..." for name in `ceph-conf --list-sections $PREFIX`; do auto_start=`ceph-conf -n $name 'auto start'` @@ -73,7 +74,7 @@ case "$1" in reload) #start-stop-daemon --signal HUP -x $RADOSGW --oknodo killproc $RADOSGW -SIGHUP - echo "Reloading radosgw..." + echo "Reloading radosgw instance(s)..." ;; restart|force-reload) $0 stop @@ -82,7 +83,7 @@ case "$1" in stop) #start-stop-daemon --stop -x $RADOSGW --oknodo killproc $RADOSGW - echo "Stopping radosgw..." + echo "Stopping radosgw instance(s)..." ;; status) if pidof $RADOSGW >/dev/null; then