mirror of
https://github.com/ceph/ceph
synced 2025-02-16 23:37:46 +00:00
packaging: move cephfs repair tools to ceph-common
The CephFS repair tools are generally useful to run on any node, not just the MDS nodes themselves. Move the utilities from the ceph-mds package to the ceph-common package. Fixes: #15145 Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
This commit is contained in:
parent
2abcab005c
commit
5f3f37f9c0
@ -974,6 +974,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/ceph-rbdnamer
|
||||
%{_bindir}/ceph-syn
|
||||
%{_bindir}/ceph-crush-location
|
||||
%{_bindir}/cephfs-data-scan
|
||||
%{_bindir}/cephfs-journal-tool
|
||||
%{_bindir}/cephfs-table-tool
|
||||
%{_bindir}/rados
|
||||
%{_bindir}/rbd
|
||||
%{_bindir}/rbd-replay
|
||||
@ -1050,9 +1053,6 @@ fi
|
||||
#################################################################################
|
||||
%files mds
|
||||
%{_bindir}/ceph-mds
|
||||
%{_bindir}/cephfs-journal-tool
|
||||
%{_bindir}/cephfs-table-tool
|
||||
%{_bindir}/cephfs-data-scan
|
||||
%{_mandir}/man8/ceph-mds.8*
|
||||
%if 0%{?_with_systemd}
|
||||
%{_unitdir}/ceph-mds@.service
|
||||
|
3
debian/ceph-common.install
vendored
3
debian/ceph-common.install
vendored
@ -7,6 +7,9 @@ usr/bin/ceph-dencoder
|
||||
usr/bin/ceph-rbdnamer
|
||||
usr/bin/ceph-syn
|
||||
usr/bin/ceph-crush-location
|
||||
usr/bin/cephfs-data-scan
|
||||
usr/bin/cephfs-journal-tool
|
||||
usr/bin/cephfs-table-tool
|
||||
usr/bin/rados
|
||||
usr/bin/rbd
|
||||
usr/bin/rbdmap
|
||||
|
3
debian/ceph-mds.install
vendored
3
debian/ceph-mds.install
vendored
@ -1,5 +1,2 @@
|
||||
usr/bin/ceph-mds
|
||||
usr/bin/cephfs-journal-tool
|
||||
usr/bin/cephfs-table-tool
|
||||
usr/bin/cephfs-data-scan
|
||||
usr/share/man/man8/ceph-mds.8
|
||||
|
Loading…
Reference in New Issue
Block a user