From: Nathan Cutler Date: Fri, 13 Oct 2017 08:34:52 +0000 (+0200) Subject: build/ops: deb: move ceph-*-tool binaries out of ceph-test subpackage X-Git-Tag: v13.0.1~534^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=40caf6a6d85fbde930b74df57a62381f6225c3fd;p=ceph-ci.git 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 --- diff --git a/debian/ceph-base.install b/debian/ceph-base.install index 92af025a447..65d1511d75b 100644 --- a/debian/ceph-base.install +++ b/debian/ceph-base.install @@ -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 diff --git a/debian/ceph-mon.install b/debian/ceph-mon.install index 4fcee446efe..edf92852001 100644 --- a/debian/ceph-mon.install +++ b/debian/ceph-mon.install @@ -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 diff --git a/debian/ceph-osd.install b/debian/ceph-osd.install index 262082cfdfe..0ed0bbb987b 100644 --- a/debian/ceph-osd.install +++ b/debian/ceph-osd.install @@ -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 diff --git a/debian/ceph-test.install b/debian/ceph-test.install index 61ca729fc5c..e712728ac21 100644 --- a/debian/ceph-test.install +++ b/debian/ceph-test.install @@ -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