Skip to content

Commit

Permalink
Merge pull request #13767 from tchaikov/wip-vstart-no-multiple-mgr-x
Browse files Browse the repository at this point in the history
vstart.sh: do not add host for mgr.* section if not $overwrite_conf

Reviewed-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Mar 3, 2017
2 parents 01f010c + cdafc8d commit 3b8162f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b8162f

Please sign in to comment.