mirror of
https://github.com/ceph/ceph
synced 2024-12-11 22:18:18 +00:00
7c04f81ca1
This is now the admin's job. Removes a lot of code with limited testing and coverage. We rev the internal monitor protocol because the state machine ids changed. This should not affect the on-disk format. Just stop and restart all the monitors at once during the upgrade. Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
26 lines
329 B
Makefile
26 lines
329 B
Makefile
AUTOMAKE_OPTIONS = gnu
|
|
|
|
dist_man_MANS = \
|
|
cosd.8 \
|
|
cmds.8 \
|
|
cmon.8 \
|
|
mkcephfs.8 \
|
|
cfuse.8 \
|
|
csyn.8 \
|
|
crushtool.8 \
|
|
osdmaptool.8 \
|
|
monmaptool.8 \
|
|
cconf.8 \
|
|
crun.8 \
|
|
ceph.8 \
|
|
mount.ceph.8 \
|
|
radosgw.8 \
|
|
radosgw_admin.8 \
|
|
cauthtool.8 \
|
|
rados.8 \
|
|
librados-config.8 \
|
|
rbd.8 \
|
|
cclsinfo.8 \
|
|
cdebugpack.8 \
|
|
cephfs.8
|