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

Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index 9cd5732f55e91fc0c7efee404d01655f077e0929..1c5e7a480f623663478e9b0c36c9ad8839748cd0 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 aa34ebb131795e9169e892bcd192f66b3c17fdca..17f822050c787b432354d8a9e688e1d0f8ee7cbf 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