]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add zone delete to rgw-admin help 8184/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Thu, 17 Mar 2016 14:07:23 +0000 (15:07 +0100)
committerAbhishek Lekshmanan <abhishek@suse.com>
Sun, 20 Mar 2016 10:19:39 +0000 (11:19 +0100)
This operation is already implemented (OPT_ZONE_DELETE), however not
mentioned in the help, just adding to the help options

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index 9dc803b1161f255e53f206de67fa337a107105fe..8067984966122bd11714d834fc0c20059f38c6ab 100644 (file)
@@ -108,6 +108,7 @@ void _usage()
   cout << "  zonegroup-map get          show zonegroup-map\n";
   cout << "  zonegroup-map set          set zonegroup-map (requires infile)\n";
   cout << "  zone create                create a new zone\n";
+  cout << "  zone delete                delete a zone\n";
   cout << "  zone get                   show zone cluster params\n";
   cout << "  zone modify                set/clear zone master status\n";
   cout << "  zone set                   set zone cluster params (requires infile)\n";
index 587317af35d2e687cc9fa1cc2109de032ccc495e..37523c9af8ca08a72aa7329ccb40ed96bd4f3688 100644 (file)
@@ -60,6 +60,7 @@
     zonegroup-map get          show zonegroup-map
     zonegroup-map set          set zonegroup-map (requires infile)
     zone create                create a new zone
+    zone delete                delete a zone
     zone get                   show zone cluster params
     zone modify                set/clear zone master status
     zone set                   set zone cluster params (requires infile)