From 91ed1216d7465a42d11546cb967c70997ea5b1d8 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Mon, 3 Oct 2016 17:00:41 -0700 Subject: [PATCH] rgw_admin: add a few admin commands to the usage Signed-off-by: Yehuda Sadeh --- src/rgw/rgw_admin.cc | 4 ++++ src/test/cli/radosgw-admin/help.t | 4 ++++ 2 files changed, 8 insertions(+) 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 -- 2.47.3