diff options
Diffstat (limited to '')
-rw-r--r-- | debian/ceph-base.install | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/ceph-base.install b/debian/ceph-base.install new file mode 100644 index 000000000..704e7c55d --- /dev/null +++ b/debian/ceph-base.install @@ -0,0 +1,20 @@ +## install from source tree +etc/sudoers.d/ceph-smartctl +lib/systemd/system/ceph-crash.service +usr/bin/ceph-crash +usr/bin/ceph-kvstore-tool +usr/bin/ceph-run +usr/bin/crushtool +usr/bin/monmaptool +usr/bin/osdmaptool +usr/lib/*/ceph/erasure-code/* +usr/lib/*/rados-classes/* +usr/lib/ceph/ceph_common.sh +usr/sbin/ceph-create-keys +usr/share/doc/ceph/sample.ceph.conf +usr/share/man/man8/ceph-create-keys.8 +usr/share/man/man8/ceph-kvstore-tool.8 +usr/share/man/man8/ceph-run.8 +usr/share/man/man8/crushtool.8 +usr/share/man/man8/monmaptool.8 +usr/share/man/man8/osdmaptool.8 |