]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/admin/notification: add command to dump notifications 58071/head
authorYuval Lifshitz <ylifshit@ibm.com>
Wed, 5 Jun 2024 16:08:16 +0000 (16:08 +0000)
committerYuval Lifshitz <ylifshit@ibm.com>
Mon, 8 Jul 2024 10:32:25 +0000 (10:32 +0000)
commitf7bdb5a78eacddce7bff3bb50b5f0bd1ab9dd630
tree7084a541c4bee3a7521ce51090d9aa3af9a8aba6
parente86811589ab8d5cf70ec9d493ee8d576aac2985a
rgw/admin/notification: add command to dump notifications

command will dump pending notifications from a persistent queue in JSON
format:

radosgw-admin topic dump --topic <name>

Fixes: https://tracker.ceph.com/issues/66404
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
(cherry picked from commit e63e663dc9095589f4fe28d541fd5178c033bffd)

Conflicts:
src/rgw/driver/rados/rgw_notify.cc
        src/test/rgw/bucket_notification/test_bn.py
src/rgw/driver/rados/rgw_notify.cc
src/rgw/rgw_admin.cc
src/rgw/rgw_pubsub.cc
src/rgw/rgw_pubsub.h
src/test/cli/radosgw-admin/help.t
src/test/rgw/bucket_notification/test_bn.py