]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
RGW - Get quota on OPs with a bucket 52935/head
authorDaniel Gryniewicz <dang@redhat.com>
Thu, 10 Mar 2022 20:01:38 +0000 (15:01 -0500)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Thu, 10 Aug 2023 19:53:52 +0000 (02:53 +0700)
commit8e33c4e28f5e562c68a3ad9d389723d8354dec11
treedc5c59e444bc429cc0ac2ccded0216ac629509db
parentfd55b4507f6b44c36e88a73a646f3c14db0a281c
RGW - Get quota on OPs with a bucket

Bucket head OPs should have quota in the output.  However, we were only
fetching quota on OPs that also had an object.  The object itself is not
necessary for quota (although a bucket is).  Change it so that we get
quota on bucket OPs as well.

Fixes https://tracker.ceph.com/issues/54488

Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
(cherry picked from commit 8966edd2fba7ace36bb3eebfbb556a1ece550fa8)
src/rgw/rgw_op.cc