]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/rpm: move radosgw-admin to ceph-common 14940/head
authorAli Maredia <amaredia@redhat.com>
Wed, 3 May 2017 18:21:02 +0000 (14:21 -0400)
committerAli Maredia <amaredia@redhat.com>
Wed, 3 May 2017 18:28:17 +0000 (14:28 -0400)
This commit moves the radosgw-admin command from
the radosgw package to ceph-common.

This allows for a better user expierence since the
radosgw-admin command can be run on any node.

Fixes: http://tracker.ceph.com/issues/19577
Signed-off-by: Ali Maredia <amaredia@redhat.com>
ceph.spec.in
debian/ceph-common.install
debian/radosgw.install

index d7909ff791f20dd6b648e2d392105ddcaf199f3a..69a848323be3ed5d29d93046e3b14aa01b26fc0a 100644 (file)
@@ -1020,6 +1020,7 @@ DISABLE_RESTART_ON_UPDATE="yes"
 %{_bindir}/cephfs-journal-tool
 %{_bindir}/cephfs-table-tool
 %{_bindir}/rados
+%{_bindir}/radosgw-admin
 %{_bindir}/rbd
 %{_bindir}/rbd-replay
 %{_bindir}/rbd-replay-many
@@ -1043,6 +1044,7 @@ DISABLE_RESTART_ON_UPDATE="yes"
 %{_mandir}/man8/ceph.8*
 %{_mandir}/man8/mount.ceph.8*
 %{_mandir}/man8/rados.8*
+%{_mandir}/man8/radosgw-admin.8*
 %{_mandir}/man8/rbd.8*
 %{_mandir}/man8/rbdmap.8*
 %{_mandir}/man8/rbd-replay.8*
@@ -1055,6 +1057,7 @@ DISABLE_RESTART_ON_UPDATE="yes"
 %dir %{_sysconfdir}/ceph/
 %config %{_sysconfdir}/bash_completion.d/rados
 %config %{_sysconfdir}/bash_completion.d/rbd
+%config %{_sysconfdir}/bash_completion.d/radosgw-admin
 %config(noreplace) %{_sysconfdir}/ceph/rbdmap
 %{_unitdir}/rbdmap.service
 %{python_sitelib}/ceph_argparse.py*
@@ -1320,12 +1323,9 @@ fi
 %files radosgw
 %defattr(-,root,root,-)
 %{_bindir}/radosgw
-%{_bindir}/radosgw-admin
 %{_bindir}/radosgw-token
 %{_bindir}/radosgw-object-expirer
 %{_mandir}/man8/radosgw.8*
-%{_mandir}/man8/radosgw-admin.8*
-%config %{_sysconfdir}/bash_completion.d/radosgw-admin
 %dir %{_localstatedir}/lib/ceph/radosgw
 %{_unitdir}/ceph-radosgw@.service
 %{_unitdir}/ceph-radosgw.target
index 05601692e783a7287239f0bd4219623f27acb8ac..ba7eb70055d87ebe69efc3d4587ab6d0d5d5631c 100755 (executable)
@@ -1,6 +1,7 @@
 #! /usr/bin/dh-exec --with=install
 
 etc/bash_completion.d/rados
+etc/bash_completion.d/radosgw-admin
 etc/bash_completion.d/rbd
 usr/bin/ceph
 usr/bin/ceph-authtool
@@ -13,6 +14,7 @@ usr/bin/cephfs-data-scan
 usr/bin/cephfs-journal-tool
 usr/bin/cephfs-table-tool
 usr/bin/rados
+usr/bin/radosgw-admin
 usr/bin/rbd
 usr/bin/rbdmap
 usr/bin/rbd-replay*
@@ -30,6 +32,7 @@ usr/share/man/man8/ceph-post-file.8
 usr/share/man/man8/ceph.8
 usr/share/man/man8/mount.ceph.8
 usr/share/man/man8/rados.8
+usr/share/man/man8/radosgw-admin.8
 usr/share/man/man8/rbd.8
 usr/share/man/man8/rbdmap.8
 usr/share/man/man8/rbd-replay*.8
index f70afed150daaf0b6adb896ecc35fc257c9c82b5..192f2329bfa320863033629b8c4e9f121cdce097 100644 (file)
@@ -1,7 +1,4 @@
-etc/bash_completion.d/radosgw-admin
 usr/bin/radosgw
-usr/bin/radosgw-admin
 usr/bin/radosgw-token
 usr/bin/radosgw-object-expirer
-usr/share/man/man8/radosgw-admin.8
 usr/share/man/man8/radosgw.8