]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: rgw_rest_account.cc: Fix quota variable types from int32_t to int64_t 69876/head
authorTheofilos Mouratidis <theofilos.mouratidis@switch.ch>
Wed, 1 Jul 2026 11:34:11 +0000 (13:34 +0200)
committerTheofilos Mouratidis <theofilos.mouratidis@switch.ch>
Wed, 1 Jul 2026 11:59:23 +0000 (13:59 +0200)
commitf9941e765e8fe2ac69d7f828aaf3224fcc73bf7a
tree3ee2794479ace9cce2afcddb565e3202e32d72f4
parent411a50acd8d0f3c468e44ebbdcce872e5b6c655e
rgw: rgw_rest_account.cc: Fix quota variable types from int32_t to int64_t

The max_size and max_objects in the Admin-OPs REST interface were accidentally set to int32_t
This allowed to set only up to 2GB of quota for accounts

Signed-off-by: Theofilos Mouratidis <mtheofilos@gmail.com>
src/rgw/rgw_rest_account.cc