Description of problem: With the latest z-stream release of 4.3, the return code on radosgw-admin bucket stats changed from 2 (ENOENT) to 210 (unknown) Version-Release number of selected component (if applicable): ceph version 14.2.22-110.el8cp (2e0d97dbe192cca7419bbf3f8ee6b7abb42965c4) nautilus (stable) How reproducible: Everytime Steps to Reproduce: 1. $ radosgw-admin bucket stats --bucket=xxx Actual results: failure: (2002) Unknown error 2002: 2022-05-17 12:21:11.822 7f40e28c3e00 0 could not get bucket info for bucket=xxx $ echo $? 210 Expected results: failure: (2) No such file or directory: 2022-05-17 14:41:12.275366 7f40e28c3e00 0 could not get bucket info for bucket=xxx $ echo $? 2 Additional info: It seems like this behavior was introduced with this PR https://github.com/ceph/ceph/pull/44413 in an attempt to fix https://tracker.ceph.com/issues/45193 that came with Mimic, but didn't impact radosgw-admin command at this time since the return code remains unchanged until now. That let me think the new RC change is unintentional and can be considered a regression: $ radosgw-admin --version ceph version 12.2.12-127.el7cp (149c9c8a16ac33a42231ce4145067d3ceec16ac7) luminous (stable) $ radosgw-admin bucket stats --bucket=xxx failure: (2) No such file or directory: 2022-05-23 10:33:26.715 7fad608f21c0 0 could not get bucket info for bucket=xxx $ echo $? 2
Please specify the severity of this bug. Severity is defined here: https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity.
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 5.3 security update and Bug Fix), 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-2023:0076
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days