From: Ali Masarwa Date: Tue, 3 Oct 2023 10:30:15 +0000 (+0300) Subject: RGW: add the missing help print for command 'topic stats' X-Git-Tag: v19.0.0~336^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4cc98410411f015f59beb2057e382a362b37f309;p=ceph-ci.git RGW: add the missing help print for command 'topic stats' Signed-off-by: Ali Masarwa --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 2d71ec61fc3..0b82da7774f 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -315,6 +315,7 @@ void usage() cout << " topic list list bucket notifications topics\n"; cout << " topic get get a bucket notifications topic\n"; cout << " topic rm remove a bucket notifications topic\n"; + cout << " topic stats get a bucket notifications persistent topic stats (i.e. reservations, entries & size)\n"; cout << " script put upload a lua script to a context\n"; cout << " script get get the lua script of a context\n"; cout << " script rm remove the lua scripts of a context\n"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index 828bebf0776..8762c43c5c9 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -184,6 +184,7 @@ topic list list bucket notifications topics topic get get a bucket notifications topic topic rm remove a bucket notifications topic + topic stats get a bucket notifications persistent topic stats (i.e. reservations, entries & size) script put upload a lua script to a context script get get the lua script of a context script rm remove the lua scripts of a context