Skip to content

Commit

Permalink
Merge pull request #13856 from zhangsw/cleanup-radosgw-admin-tier_type
Browse files Browse the repository at this point in the history
rgw: remove useless --tier_type in radosgw-admin.

Reviewed-by: Jiaying Ren <mikulely@gmail.com>
  • Loading branch information
yehudasa committed Mar 10, 2017
2 parents 5a91efd + d573312 commit 1ed2288
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/rgw/rgw_admin.cc
Expand Up @@ -252,7 +252,6 @@ void _usage()
cout << " set zone tier config keys, values\n";
cout << " --tier-config-rm=<k>[,...]\n";
cout << " unset zone tier config keys\n";
cout << " --tier_type=<type> zone tier type\n";
cout << " --sync-from-all[=false] set/reset whether zone syncs from all zonegroup peers\n";
cout << " --sync-from=[zone-name][,...]\n";
cout << " set list of zones to sync from\n";
Expand Down
1 change: 0 additions & 1 deletion src/test/cli/radosgw-admin/help.t
Expand Up @@ -198,7 +198,6 @@
set zone tier config keys, values
--tier-config-rm=<k>[,...]
unset zone tier config keys
--tier_type=<type> zone tier type
--sync-from-all[=false] set/reset whether zone syncs from all zonegroup peers
--sync-from=[zone-name][,...]
set list of zones to sync from
Expand Down

0 comments on commit 1ed2288

Please sign in to comment.