From d5733125276a1c32e9379dd10f23ef5a7d37c8e6 Mon Sep 17 00:00:00 2001 From: Zhang Shaowen Date: Wed, 8 Mar 2017 17:03:17 +0800 Subject: [PATCH] rgw: remove --tier_type in radosgw-admin. Signed-off-by: Zhang Shaowen --- src/rgw/rgw_admin.cc | 1 - src/test/cli/radosgw-admin/help.t | 1 - 2 files changed, 2 deletions(-) diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 0612cfc691c5c..1bb5c7db82398 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -252,7 +252,6 @@ void _usage() cout << " set zone tier config keys, values\n"; cout << " --tier-config-rm=[,...]\n"; cout << " unset zone tier config keys\n"; - cout << " --tier_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"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index 42abfe563108a..d50422e026c6f 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -198,7 +198,6 @@ set zone tier config keys, values --tier-config-rm=[,...] unset zone tier config keys - --tier_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 -- 2.47.3