From: Shilpa Jagannath Date: Fri, 17 Jun 2016 12:59:42 +0000 (+0530) Subject: rgw: added zone rename to radosgw_admin X-Git-Tag: v10.2.3~9^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ce5e250405449c6035b805bbcdcca73ad4399d68;p=ceph.git rgw: added zone rename to radosgw_admin Added zone rename option to radosgw-admin help Signed-off-by: Shilpa Jagannath (cherry picked from commit da3235234eaf41f9dbd378fb0d9994d2c4096947) --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index f6de39f7e5cf..db8e390b4f6a 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 b38106e33b2d..606a5f35ef4c 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