mirror of
https://github.com/ceph/ceph
synced 2025-01-31 07:22:56 +00:00
Merge remote-tracking branch 'upstream/pull/10514/head'
* upstream/pull/10514/head: src/vstart.sh: stop script aborting when ceph.cfg is not there Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
commit
9bef6cf85a
@ -290,7 +290,7 @@ if [ "$overwrite_conf" -eq 0 ]; then
|
||||
RGW=`$CEPH_BIN/ceph-conf -c $conf_fn --name $VSTART_SEC num_rgw 2>/dev/null` && \
|
||||
CEPH_NUM_RGW="$RGW"
|
||||
else
|
||||
rm -- "$conf_fn"
|
||||
[ -e "$conf_fn" ] && rm -- "$conf_fn"
|
||||
fi
|
||||
|
||||
if [ "$start_all" -eq 1 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user