From 4cc98410411f015f59beb2057e382a362b37f309 Mon Sep 17 00:00:00 2001 From: Ali Masarwa Date: Tue, 3 Oct 2023 13:30:15 +0300 Subject: [PATCH] RGW: add the missing help print for command 'topic stats' Signed-off-by: Ali Masarwa --- src/rgw/rgw_admin.cc | 1 + src/test/cli/radosgw-admin/help.t | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.5