Skip to content

Commit

Permalink
Merge pull request #10663: jewel: Add zone rename to radosgw_admin
Browse files Browse the repository at this point in the history
Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Aug 24, 2016
2 parents f77a76b + ce5e250 commit 9c3681d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/rgw/rgw_admin.cc
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions src/test/cli/radosgw-admin/help.t
Expand Up @@ -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
Expand Down

0 comments on commit 9c3681d

Please sign in to comment.