From: Shilpa Jagannath Date: Fri, 17 Jun 2016 12:59:42 +0000 (+0530) Subject: rgw: added zone rename to radosgw_admin X-Git-Tag: v11.0.0~132^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F9779%2Fhead;p=ceph.git rgw: added zone rename to radosgw_admin Added zone rename option to radosgw-admin help Signed-off-by: Shilpa Jagannath --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 9cd5732f55e9..1c5e7a480f62 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -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"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index aa34ebb13179..17f822050c78 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -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