From: Yehuda Sadeh Date: Fri, 26 Aug 2016 21:37:37 +0000 (-0700) Subject: rgw_admin: update usage X-Git-Tag: v11.1.0~681^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=962449fbb6d0331e72ffeb5e372e6af198bfd9f5;p=ceph.git rgw_admin: update usage add refrence to --sync-from* Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index f2e56e37ba75..7d1c3aa2cb0e 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -215,6 +215,11 @@ void _usage() 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-id][,...]\n"; + cout << " set list of zones to sync from\n"; + cout << " --sync-from-rm=[zone-id][,...]\n"; + cout << " remove zones from list of zones to sync from\n"; cout << " --fix besides checking bucket index, will also fix it\n"; cout << " --check-objects bucket check: rebuilds bucket index according to\n"; cout << " actual objects state\n"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index 3474a161499d..15aaa6ccbe1e 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -160,6 +160,17 @@ --default set entity (realm, zonegroup, zone) as default --read-only set zone as read-only (when adding to zonegroup) --endpoints= zone endpoints + --tier-type= zone tier type + --tier-config==[,...] + 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-id][,...] + set list of zones to sync from + --sync-from-rm=[zone-id][,...] + remove zones from list of zones to sync from --fix besides checking bucket index, will also fix it --check-objects bucket check: rebuilds bucket index according to actual objects state