]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw_admin: add a few admin commands to the usage 11230/head
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 4 Oct 2016 00:00:41 +0000 (17:00 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Wed, 19 Oct 2016 15:41:50 +0000 (08:41 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index d8a86ae55af446e39bcece5f45807f57b4462495..d35f0f79304b0f628d6cf13ea18bc26c360c5122 100644 (file)
@@ -73,6 +73,10 @@ void _usage()
   cout << "  bucket stats               returns bucket statistics\n";
   cout << "  bucket rm                  remove bucket\n";
   cout << "  bucket check               check bucket index\n";
+  cout << "  bucket reshard             reshard bucket\n";
+  cout << "  bi get                     retrieve bucket index object entries\n";
+  cout << "  bi put                     store bucket index object entries\n";
+  cout << "  bi list                    list raw bucket index entries\n";
   cout << "  object rm                  remove object\n";
   cout << "  object unlink              unlink object from bucket index\n";
   cout << "  objects expire             run expired objects cleanup\n";
index e595db55cecf51e5f7476de43713127d93674c7d..868d338be0a725a45b4a4491e7902761bd49925f 100644 (file)
     bucket stats               returns bucket statistics
     bucket rm                  remove bucket
     bucket check               check bucket index
+    bucket reshard             reshard bucket
+    bi get                     retrieve bucket index object entries
+    bi put                     store bucket index object entries
+    bi list                    list raw bucket index entries
     object rm                  remove object
     object unlink              unlink object from bucket index
     objects expire             run expired objects cleanup