Merge pull request #4087 from ceph/wip-11159

init-radosgw*: don't require rgw_socket_path to be defined

Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2015-03-19 09:12:17 -07:00
commit e361066f78
2 changed files with 0 additions and 12 deletions

View File

@ -52,12 +52,6 @@ case "$1" in
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`

View File

@ -59,12 +59,6 @@ case "$1" in
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`