Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rgw: remove useless --tier_type in radosgw-admin. #13856

Merged
merged 1 commit into from Mar 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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