2015-01-15 09:17:34 +00:00
|
|
|
dist_man_MANS += \
|
|
|
|
ceph-deploy.8 \
|
|
|
|
crushtool.8 \
|
|
|
|
ceph-run.8 \
|
|
|
|
mount.ceph.8 \
|
2015-04-21 06:59:32 +00:00
|
|
|
ceph-create-keys.8 \
|
2015-01-15 09:17:34 +00:00
|
|
|
ceph-rest-api.8 \
|
2015-05-15 13:18:05 +00:00
|
|
|
ceph-debugpack.8 \
|
|
|
|
ceph_selinux.8
|
2015-01-15 09:17:34 +00:00
|
|
|
|
|
|
|
if WITH_MON
|
|
|
|
dist_man_MANS += \
|
|
|
|
ceph-mon.8 \
|
|
|
|
monmaptool.8
|
|
|
|
endif
|
|
|
|
|
|
|
|
if WITH_OSD
|
|
|
|
dist_man_MANS += \
|
|
|
|
ceph-clsinfo.8 \
|
2015-05-02 15:17:24 +00:00
|
|
|
ceph-detect-init.8 \
|
2015-01-15 09:17:34 +00:00
|
|
|
ceph-disk.8 \
|
|
|
|
ceph-osd.8 \
|
|
|
|
osdmaptool.8
|
|
|
|
endif
|
|
|
|
|
|
|
|
if WITH_MDS
|
|
|
|
dist_man_MANS += \
|
|
|
|
ceph-mds.8
|
|
|
|
endif
|