vstart.sh: set host for mgr.* conf sections

This makes init-ceph work.

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2017-02-27 13:57:00 -05:00
parent df3bc64532
commit f8ab3f1ce4

View File

@ -791,7 +791,7 @@ if [ "$CEPH_NUM_MGR" -gt 0 ]; then
cat <<EOF >> $conf_fn
[mgr.$name]
host = $HOSTNAME
EOF
echo "Starting mgr.${name}"