mirror of
https://github.com/ceph/ceph
synced 2024-12-30 07:23:11 +00:00
Merge pull request #13767 from tchaikov/wip-vstart-no-multiple-mgr-x
vstart.sh: do not add host for mgr.* section if not $overwrite_conf Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
3b8162f3d9
@ -789,7 +789,7 @@ if [ "$CEPH_NUM_MGR" -gt 0 ]; then
|
||||
ceph_adm -i $key_fn auth add mgr.$name mon 'allow *'
|
||||
fi
|
||||
|
||||
cat <<EOF >> $conf_fn
|
||||
wconf <<EOF
|
||||
[mgr.$name]
|
||||
host = $HOSTNAME
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user