Fixes: #11159
Backport: hammer, firefly
Scripts required rgw_socket_path to exist in order to start radosgw.
This is not needed.
Reported-by: Dan Mick <dmick@redhat.com>
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit
6823bcdcd0ce72cd223e809291f46d82da76115c)
continue
fi
- # is the socket defined? if it's not, this instance shouldn't run as a daemon.
- rgw_socket=`$RADOSGW -n $name --show-config-value rgw_socket_path`
- if [ -z "$rgw_socket" ]; then
- continue
- fi
-
# mapped to this host?
host=`ceph-conf -n $name host`
hostname=`hostname -s`
continue
fi
- # is the socket defined? if it's not, this instance shouldn't run as a daemon.
- rgw_socket=`$RADOSGW -n $name --show-config-value rgw_socket_path`
- if [ -z "$rgw_socket" ]; then
- continue
- fi
-
# mapped to this host?
host=`ceph-conf -n $name host`
hostname=`hostname -s`