2014-06-23 22:32:32 +00:00
|
|
|
install(FILES
|
|
|
|
ceph-osd.8
|
|
|
|
ceph-mds.8
|
|
|
|
ceph-mon.8
|
|
|
|
ceph-syn.8
|
|
|
|
crushtool.8
|
|
|
|
osdmaptool.8
|
|
|
|
monmaptool.8
|
|
|
|
ceph-conf.8
|
|
|
|
ceph-run.8
|
|
|
|
ceph.8
|
|
|
|
mount.ceph.8
|
2015-04-21 06:59:32 +00:00
|
|
|
ceph-create-keys.8
|
2014-06-23 22:32:32 +00:00
|
|
|
radosgw.8
|
|
|
|
radosgw-admin.8
|
|
|
|
ceph-authtool.8
|
|
|
|
rados.8
|
|
|
|
librados-config.8
|
|
|
|
ceph-clsinfo.8
|
|
|
|
ceph-debugpack.8
|
|
|
|
cephfs.8
|
|
|
|
ceph-dencoder.8
|
|
|
|
ceph-rest-api.8
|
|
|
|
ceph-post-file.8
|
2016-03-25 15:46:25 +00:00
|
|
|
DESTINATION ${CEPH_MAN_DIR}/man8)
|
|
|
|
|
|
|
|
if(HAVE_LIBFUSE)
|
|
|
|
install(FILES
|
|
|
|
ceph-fuse.8
|
2014-06-23 22:32:32 +00:00
|
|
|
rbd-fuse.8
|
2016-03-25 15:46:25 +00:00
|
|
|
DESTINATION ${CEPH_MAN_DIR}/man8)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(WITH_RBD)
|
|
|
|
install(FILES
|
|
|
|
ceph-rbdnamer.8
|
2015-11-13 09:30:40 +00:00
|
|
|
rbd-nbd.8
|
2014-06-23 22:32:32 +00:00
|
|
|
rbd-replay-prep.8
|
2016-03-25 15:46:25 +00:00
|
|
|
rbd-replay.8
|
2016-03-25 15:38:48 +00:00
|
|
|
rbdmap.8
|
2016-03-25 15:46:25 +00:00
|
|
|
rbd.8
|
|
|
|
DESTINATION ${CEPH_MAN_DIR}/man8)
|
|
|
|
endif()
|