From: Yehuda Sadeh Date: Tue, 4 Oct 2016 00:00:41 +0000 (-0700) Subject: rgw_admin: add a few admin commands to the usage X-Git-Tag: v11.1.0~548^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11230%2Fhead;p=ceph.git rgw_admin: add a few admin commands to the usage Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index d8a86ae55af4..d35f0f79304b 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -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"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index e595db55cecf..868d338be0a7 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -23,6 +23,10 @@ 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