Description of problem: This BZ is creatied to track the regression of https://bugzilla.redhat.com/show_bug.cgi?id=2313281 DETAILS 1. On upgraded Cluster from rhcs7.1(ceph version 18.2.1-229.el9cp) TO ceph version 8.0z3 (19.2.0-114.el9cp) "result" key got added as part of the topic list output { "result": { "topics": [ { By Default notification_v2 is Disabled after the UPGRADE(expected) 2. After Enabling notification_v2 via command (radosgw-admin zonegroup modify --enable-feature notification_v2) Observed that the topic list output doesn't contain the "result:" key. And the topic list out is just as expected . 3. Again, Disabling the notification_v2 as a further step via command(radosgw-admin zonegroup modify --disable-feature notification_v2), Observed the Empty response from the topic list output [ceph: root@ceph-sohan-test-18mar-vr4awu-node1-installer /]# radosgw-admin topic list { "result": { "topics": [] } } Environment Details: [ceph: root@ceph-sohan-test-18mar-vr4awu-node1-installer /]# ceph orch host ls HOST ADDR LABELS STATUS ceph-sohan-test-18mar-vr4awu-node1-installer 10.0.64.225 _admin,osd,mgr,installer,mon ceph-sohan-test-18mar-vr4awu-node2 10.0.67.3 mgr,osd,mon ceph-sohan-test-18mar-vr4awu-node3 10.0.66.82 osd,mon ceph-sohan-test-18mar-vr4awu-node4 10.0.67.142 rgw,osd,client 4 hosts in cluster Kindly please share your insights on this behaviour. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.deploy rhcs7.1(ceph version 18.2.1-229.el9cp) cluster with rgw daemons 2.create sns topics 3.execute radosgw-admin topic list. the output is valid on 7.1 3.upgrade the cluster to 8.0(ceph version 19.1.1-42.el9cp) 4.execute radosgw-admin topic list again with Enabling notification_v2 and Disabling notification_v2 Actual results: [ceph: root@ceph-sohan-test-18mar-vr4awu-node1-installer /]# radosgw-admin topic list { "result": { "topics": [] } } Expected results: Additional info:
Please specify the severity of this bug. Severity is defined here: https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity.