]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw_admin: update usage
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 26 Aug 2016 21:37:37 +0000 (14:37 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 7 Oct 2016 17:31:28 +0000 (10:31 -0700)
add refrence to --sync-from*

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index f2e56e37ba754a4e36cfa24b92f501f94fd24828..7d1c3aa2cb0e9ebd0404e2e4a880f5430ffdfc6f 100644 (file)
@@ -215,6 +215,11 @@ void _usage()
   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-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";
index 3474a161499da21958758f017ef346d7c59a1214..15aaa6ccbe1e7c3f4671f04606a45faed2304e15 100644 (file)
      --default                 set entity (realm, zonegroup, zone) as default
      --read-only               set zone as read-only (when adding to zonegroup)
      --endpoints=<list>        zone endpoints
+     --tier-type=<type>        zone tier type
+     --tier-config=<k>=<v>[,...]
+                               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-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