]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
RadosGW API: incorrect bucket quota in response to HEAD /{bucket}/?usage 53437/head
authorshreyanshjain7174 <ssanchet@redhat.com>
Mon, 11 Sep 2023 10:40:33 +0000 (06:40 -0400)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Wed, 13 Sep 2023 12:14:29 +0000 (19:14 +0700)
commitb068114eb24c95a4e983bf35941426bf3ac5f249
treee3df799e4346f0b047ace7d90db5d03dceaabdba
parent00be7e8dac1c7133347f7f08379ad310915d5dda
RadosGW API: incorrect bucket quota in response to HEAD /{bucket}/?usage

When we try to get the bucket usage via various methods, through curl or while accessing rgw api endpoint at HEAD /{bucket}/?usage doesn't return the updated information. The endpoint was always returning the user quota and not the actual bucket quota which we see after querying the endpoint.

Fixes: https://tracker.ceph.com/issues/62737
Signed-off-by: shreyanshjain7174 <ssanchet@redhat.com>
(cherry picked from commit 78cd82b6e9f36a91f47d44ad2cfae89add335d4c)
src/rgw/rgw_rest_s3.cc