]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: return ENOENT for NO_SUCH_BUCKET in radosgw-admin bucket stats 46581/head
authorMatt Benjamin <mbenjamin@redhat.com>
Wed, 8 Jun 2022 19:01:00 +0000 (15:01 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Mon, 27 Jun 2022 11:54:08 +0000 (07:54 -0400)
commit85aed218397292587560d77f485b3f551cee3a07
tree827307a234888cb3c44529731fadb859bd3c429c
parentd37ec66709a2df41349f2067ea34733c603cc3a8
rgw: return ENOENT for NO_SUCH_BUCKET in radosgw-admin bucket stats

This was a recent behavior change.

It might be tempting to normalize these, but I'm trying to avoid further
changes in result codes.

Fixes: https://tracker.ceph.com/issues/55975
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_admin.cc