Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
This project is now read‑only. Starting Monday, February 2, please use https://ibm-ceph.atlassian.net/ for all bug tracking management.

Bug 2360425

Summary: [8.1][rgw] radosgw-admin topic list output is not wrapped with "topics" keyword
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Hemanth Sai <hmaheswa>
Component: RGWAssignee: Yuval Lifshitz <ylifshit>
Status: CLOSED ERRATA QA Contact: Anuchaithra <anrao>
Severity: high Docs Contact: Rivka Pollack <rpollack>
Priority: unspecified    
Version: 8.1CC: Ali.Masarwa, anrao, ceph-eng-bugs, cephqe-warriors, mbenjamin, rpollack, tserlin, ylifshit
Target Milestone: ---Keywords: Automation, Regression
Target Release: 9.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ceph-20.1.0-26 Doc Type: Enhancement
Doc Text:
.Improved CLI output for topic management The radosgw-admin topic list command has been enhanced for better usability. The output format is now consistent across v1 and v2 topics and excludes the `topics` section, reducing complexity for automation and scripting.
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-01-29 06:55:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2388233    

Description Hemanth Sai 2025-04-16 19:26:50 UTC
Description of problem:
regression with topic list output. radosgw-admin topic list output is not wrapped with "topics" keyword.


on 8.0 "topics" keyword is present:
log: http://magna002.ceph.redhat.com/cephci-jenkins/results/openstack/RH/8.0/rhel-9/Weekly/19.2.0-124/rgw/23/tier-2_rgw_test_bucket_notifications/notify_put,delete_events_with_kafka_broker_persistent_and_test_bucket_deletion_deletes_notification_0.log

log snippet:

2025-04-01 18:05:50,004 - cephci - ceph:1186 - ERROR - 2025-04-01 18:05:36,503 INFO: list topic using rgw cli
2025-04-01 18:05:50,004 - cephci - ceph:1186 - ERROR - 2025-04-01 18:05:36,503 INFO: executing cmd: radosgw-admin topic list
2025-04-01 18:05:50,643 - cephci - ceph:1186 - ERROR - 2025-04-01 18:05:37,143 INFO: cmd excuted
2025-04-01 18:05:50,644 - cephci - ceph:1186 - ERROR - 2025-04-01 18:05:37,144 INFO: {
2025-04-01 18:05:50,644 - cephci - ceph:1186 - ERROR -     "topics": [
2025-04-01 18:05:50,644 - cephci - ceph:1186 - ERROR -         {
2025-04-01 18:05:50,644 - cephci - ceph:1186 - ERROR -             "owner": "sherylk.418",
2025-04-01 18:05:50,644 - cephci - ceph:1186 - ERROR -             "name": "cephci-kafka-broker-ack-type-e57bda4b23514709",
2025-04-01 18:05:50,644 - cephci - ceph:1186 - ERROR -             "dest": {
2025-04-01 18:05:50,644 - cephci - ceph:1186 - ERROR -                 "push_endpoint": "kafka://localhost:9092",
2025-04-01 18:05:50,644 - cephci - ceph:1186 - ERROR -                 "push_endpoint_args": "Version=2010-03-31&kafka-ack-level=broker&use-ssl=false&verify-ssl=false",
2025-04-01 18:05:50,644 - cephci - ceph:1186 - ERROR -                 "push_endpoint_topic": "cephci-kafka-broker-ack-type-e57bda4b23514709",
2025-04-01 18:05:50,645 - cephci - ceph:1186 - ERROR -                 "stored_secret": false,
2025-04-01 18:05:50,645 - cephci - ceph:1186 - ERROR -                 "persistent": true,
2025-04-01 18:05:50,645 - cephci - ceph:1186 - ERROR -                 "persistent_queue": ":cephci-kafka-broker-ack-type-e57bda4b23514709",
2025-04-01 18:05:50,645 - cephci - ceph:1186 - ERROR -                 "time_to_live": "None",
2025-04-01 18:05:50,645 - cephci - ceph:1186 - ERROR -                 "max_retries": "None",
2025-04-01 18:05:50,645 - cephci - ceph:1186 - ERROR -                 "retry_sleep_duration": "None"
2025-04-01 18:05:50,645 - cephci - ceph:1186 - ERROR -             },
2025-04-01 18:05:50,645 - cephci - ceph:1186 - ERROR -             "arn": "arn:aws:sns:default::cephci-kafka-broker-ack-type-e57bda4b23514709",
2025-04-01 18:05:50,645 - cephci - ceph:1186 - ERROR -             "opaqueData": "",
2025-04-01 18:05:50,645 - cephci - ceph:1186 - ERROR -             "policy": "",
2025-04-01 18:05:50,646 - cephci - ceph:1186 - ERROR -             "subscribed_buckets": [
2025-04-01 18:05:50,646 - cephci - ceph:1186 - ERROR -                 "sherylk.418-bucky-4936-0"
2025-04-01 18:05:50,646 - cephci - ceph:1186 - ERROR -             ]
2025-04-01 18:05:50,646 - cephci - ceph:1186 - ERROR -         }
2025-04-01 18:05:50,646 - cephci - ceph:1186 - ERROR -     ]
2025-04-01 18:05:50,646 - cephci - ceph:1186 - ERROR - }





on 8.1, "topics" keyword is not present
log: http://magna002.ceph.redhat.com/cephci-jenkins/results/openstack/RH/8.1/rhel-9/Weekly/19.2.1-128/rgw/25/tier-2_rgw_test_bucket_notifications/notify_put,delete_events_with_kafka_broker_persistent_and_test_bucket_deletion_deletes_notification_0.log

log snippet:

2025-04-14 07:28:32,763 - cephci - ceph:1186 - ERROR - 2025-04-14 07:28:12,414 INFO: list topic using rgw cli
2025-04-14 07:28:32,763 - cephci - ceph:1186 - ERROR - 2025-04-14 07:28:12,414 INFO: executing cmd: radosgw-admin topic list
2025-04-14 07:28:33,292 - cephci - ceph:1186 - ERROR - 2025-04-14 07:28:12,946 INFO: cmd excuted
2025-04-14 07:28:33,292 - cephci - ceph:1186 - ERROR - 2025-04-14 07:28:12,946 INFO: [
2025-04-14 07:28:33,292 - cephci - ceph:1186 - ERROR -     {
2025-04-14 07:28:33,293 - cephci - ceph:1186 - ERROR -         "owner": "wendyv.535",
2025-04-14 07:28:33,293 - cephci - ceph:1186 - ERROR -         "name": "cephci-kafka-broker-ack-type-a7456b4d22dc4cb3",
2025-04-14 07:28:33,293 - cephci - ceph:1186 - ERROR -         "dest": {
2025-04-14 07:28:33,293 - cephci - ceph:1186 - ERROR -             "push_endpoint": "kafka://localhost:9092",
2025-04-14 07:28:33,293 - cephci - ceph:1186 - ERROR -             "push_endpoint_args": "Version=2010-03-31&kafka-ack-level=broker&use-ssl=false&verify-ssl=false",
2025-04-14 07:28:33,293 - cephci - ceph:1186 - ERROR -             "push_endpoint_topic": "cephci-kafka-broker-ack-type-a7456b4d22dc4cb3",
2025-04-14 07:28:33,293 - cephci - ceph:1186 - ERROR -             "stored_secret": false,
2025-04-14 07:28:33,293 - cephci - ceph:1186 - ERROR -             "persistent": true,
2025-04-14 07:28:33,293 - cephci - ceph:1186 - ERROR -             "persistent_queue": ":cephci-kafka-broker-ack-type-a7456b4d22dc4cb3",
2025-04-14 07:28:33,294 - cephci - ceph:1186 - ERROR -             "time_to_live": "None",
2025-04-14 07:28:33,294 - cephci - ceph:1186 - ERROR -             "max_retries": "None",
2025-04-14 07:28:33,294 - cephci - ceph:1186 - ERROR -             "retry_sleep_duration": "None"
2025-04-14 07:28:33,294 - cephci - ceph:1186 - ERROR -         },
2025-04-14 07:28:33,294 - cephci - ceph:1186 - ERROR -         "arn": "arn:aws:sns:default::cephci-kafka-broker-ack-type-a7456b4d22dc4cb3",
2025-04-14 07:28:33,294 - cephci - ceph:1186 - ERROR -         "opaqueData": "",
2025-04-14 07:28:33,294 - cephci - ceph:1186 - ERROR -         "policy": "",
2025-04-14 07:28:33,295 - cephci - ceph:1186 - ERROR -         "subscribed_buckets": [
2025-04-14 07:28:33,295 - cephci - ceph:1186 - ERROR -             "wendyv.535-bucky-298-0"
2025-04-14 07:28:33,295 - cephci - ceph:1186 - ERROR -         ]
2025-04-14 07:28:33,295 - cephci - ceph:1186 - ERROR -     }
2025-04-14 07:28:33,295 - cephci - ceph:1186 - ERROR - ]



Version-Release number of selected component (if applicable):
ceph Version 19.2.1-128.el9cp

How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:
regression with topic list output, topic list output is not wrapped with "topics" keyword

Expected results:
Expected no change in 8.0 and 8.1 topic list output

Additional info:

Comment 23 errata-xmlrpc 2026-01-29 06:55:11 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: Red Hat Ceph Storage 9.0 Security and Enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2026:1536

Comment 24 Red Hat Bugzilla 2026-02-06 04:26:09 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days or the product is inactive and locked