mirror of
https://github.com/ceph/ceph
synced 2025-01-11 05:29:51 +00:00
4b3df5a850
when ceph-mon starts, it checks to see if it's listed in the monmap, if not it complains ``` no public_addr or public_network specified, and mon.a not present in monmap or ceph.conf. ``` then bails out. normally, the monitor will try to rename its name in monmap when performing "mkfs", but in our case, we are merely using the "mkfs" monmap for passing the monmap built by ceph-monstore-tools, and we don't actually go through the "mkfs" process. so, ceph-mon won't rename when booting up. in this change, user is allowed to specify the mon-ids in command line when rebuilding mondb, the default mon-ids would be a,b,c,... if not specified. Signed-off-by: Kefu Chai <kchai@redhat.com> |
||
---|---|---|
.. | ||
_ext | ||
_static/js | ||
_templates | ||
_themes/ceph | ||
api | ||
ceph-volume | ||
cephfs | ||
changelog | ||
dev | ||
images | ||
install | ||
man | ||
mgr | ||
mon | ||
rados | ||
radosgw | ||
rbd | ||
releases | ||
scripts | ||
start | ||
.gitignore | ||
architecture.rst | ||
bootstrap.rst | ||
CMakeLists.txt | ||
conf.py | ||
favicon.ico | ||
foundation.rst | ||
glossary.rst | ||
governance.rst | ||
index.rst | ||
logo.png | ||
man_index.rst | ||
README.md |