mirror of
https://github.com/ceph/ceph
synced 2025-03-22 10:17:23 +00:00
build/ops: deb: move ceph-*-tool binaries out of ceph-test subpackage
ceph-osdomap-tool into ceph-osd subpackage ceph-monstore-tool into ceph-mon subpackage ceph-kvstore-tool into the ceph-base subpackage Fixes: http://tracker.ceph.com/issues/21762 Signed-off-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
parent
d7b493a710
commit
40caf6a6d8
2
debian/ceph-base.install
vendored
2
debian/ceph-base.install
vendored
@ -5,6 +5,7 @@ usr/bin/ceph-run
|
||||
usr/bin/crushtool
|
||||
usr/bin/monmaptool
|
||||
usr/bin/osdmaptool
|
||||
usr/bin/ceph-kvstore-tool
|
||||
usr/lib/ceph/ceph_common.sh
|
||||
usr/lib/ceph/erasure-code/*
|
||||
usr/lib/python*/dist-packages/ceph_detect_init*
|
||||
@ -19,3 +20,4 @@ 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
|
||||
usr/share/man/man8/ceph-kvstore-tool.8
|
||||
|
1
debian/ceph-mon.install
vendored
1
debian/ceph-mon.install
vendored
@ -1,4 +1,5 @@
|
||||
usr/bin/ceph-mon
|
||||
usr/bin/ceph-monstore-tool
|
||||
usr/bin/ceph-rest-api
|
||||
usr/lib/python*/dist-packages/ceph_rest_api.py*
|
||||
usr/share/man/man8/ceph-mon.8
|
||||
|
1
debian/ceph-osd.install
vendored
1
debian/ceph-osd.install
vendored
@ -3,6 +3,7 @@ lib/udev/rules.d/95-ceph-osd.rules
|
||||
usr/bin/ceph-bluestore-tool
|
||||
usr/bin/ceph-clsinfo
|
||||
usr/bin/ceph-objectstore-tool
|
||||
usr/bin/ceph-osdomap-tool
|
||||
usr/bin/ceph-osd
|
||||
usr/bin/ceph_objectstore_bench
|
||||
usr/lib/ceph/ceph-osd-prestart.sh
|
||||
|
4
debian/ceph-test.install
vendored
4
debian/ceph-test.install
vendored
@ -1,8 +1,5 @@
|
||||
usr/bin/ceph-client-debug
|
||||
usr/bin/ceph-coverage
|
||||
usr/bin/ceph-kvstore-tool
|
||||
usr/bin/ceph-monstore-tool
|
||||
usr/bin/ceph-osdomap-tool
|
||||
usr/bin/ceph_bench_log
|
||||
usr/bin/ceph_erasure_code
|
||||
usr/bin/ceph_erasure_code_benchmark
|
||||
@ -28,4 +25,3 @@ usr/bin/ceph_tpbench
|
||||
usr/bin/ceph_xattr_bench
|
||||
usr/lib/ceph/ceph-monstore-update-crush.sh
|
||||
usr/share/java/libcephfs-test.jar
|
||||
usr/share/man/man8/ceph-kvstore-tool.8
|
||||
|
Loading…
Reference in New Issue
Block a user