[ceph, mon] expects no mon prefix on removal
This commit is contained in:
parent
30cec4f925
commit
65b9001f89
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ else
|
||||||
/etc/init.d/ceph stop "$mon"
|
/etc/init.d/ceph stop "$mon"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ceph mon remove "${mon}"
|
ceph mon remove "$(hostname)"
|
||||||
|
|
||||||
rm -rf /var/lib/ceph/mon/ceph-$(hostname)/
|
rm -rf /var/lib/ceph/mon/ceph-$(hostname)/
|
||||||
|
|
Loading…
Reference in a new issue