]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: added zone rename to radosgw_admin 10663/head
authorShilpa Jagannath <smanjara@redhat.com>
Fri, 17 Jun 2016 12:59:42 +0000 (18:29 +0530)
committerLoic Dachary <ldachary@redhat.com>
Wed, 10 Aug 2016 12:26:26 +0000 (14:26 +0200)
Added zone rename option to radosgw-admin help

Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
(cherry picked from commit da3235234eaf41f9dbd378fb0d9994d2c4096947)

src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index f6de39f7e5cf4492f945a08862fd9b16222614a4..db8e390b4f6ac4c969d09ece92bef670902a3907 100644 (file)
@@ -114,6 +114,7 @@ void _usage()
   cout << "  zone modify                modify an existing zone\n";
   cout << "  zone set                   set zone cluster params (requires infile)\n";
   cout << "  zone list                  list all zones set on this cluster\n";
+  cout << "  zone rename                rename a zone\n";
   cout << "  pool add                   add an existing pool for data placement\n";
   cout << "  pool rm                    remove an existing pool from data placement set\n";
   cout << "  pools list                 list placement active set\n";
index b38106e33b2db6a4597f8787d3d72deee59974b2..606a5f35ef4cbf1e9d7f93aba9617aef73c0d193 100644 (file)
@@ -66,6 +66,7 @@
     zone modify                modify an existing zone
     zone set                   set zone cluster params (requires infile)
     zone list                  list all zones set on this cluster
+    zone rename                rename a zone
     pool add                   add an existing pool for data placement
     pool rm                    remove an existing pool from data placement set
     pools list                 list placement active set