http://tracker.ceph.com/issues/5478 fixes #5478
Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
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'`
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
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