]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
RGW: add the missing help print for command 'topic stats'
authorAli Masarwa <ali.saed.masarwa@gmail.com>
Tue, 3 Oct 2023 10:30:15 +0000 (13:30 +0300)
committerAli Masarwa <ali.saed.masarwa@gmail.com>
Wed, 4 Oct 2023 10:22:48 +0000 (13:22 +0300)
Signed-off-by: Ali Masarwa <ali.saed.masarwa@gmail.com>
src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index 2d71ec61fc33b1f9e36124eff600e0e12da5e183..0b82da7774fe8bd32143cbca7bc34fb88c5b579a 100644 (file)
@@ -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";
index 828bebf0776f6cf3082ed600b6a98c567fb47550..8762c43c5c98bc90cab1092b8d79e36c33c8d824 100644 (file)
     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