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:
Ken Dreyer 2016-03-15 11:10:56 -06:00
parent 2abcab005c
commit 5f3f37f9c0
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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