]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: remove quota soft threshold 43271/head
authorZulai Wang <wangzl31@outlook.com>
Sat, 22 May 2021 13:21:10 +0000 (21:21 +0800)
committerCory Snyder <csnyder@iland.com>
Thu, 23 Sep 2021 13:11:49 +0000 (09:11 -0400)
commit600792b713627382a9173db001d4b3aaa1767c30
treede20b0cab59c167b4dd56d1c5621ccee9b996edb
parent9b3b2d9ad8f994344037d6f85fdf6a5ced74aec9
rgw: remove quota soft threshold

Remove quota soft threshold, which causes expensive checks for sharded buckets

Fixes: 14eabd4aa7b8a2e2c0c43fe7f877ed2171277526
Signed-off-by: Zulai Wang <wangzl31@outlook.com>
(cherry picked from commit 32a39705765af0f87bec9101e5d337b797e05fea)

Conflicts:
src/common/options/rgw.yaml.in
src/rgw/rgw_quota.cc

Cherry-pick notes:
- Options defined in src/common/options.cc in Octopus vs src/common/options/rgw.yaml.in
- RGWQuotaCache::get_stats does not take optional_yeild or DoutPrefixProvider arguments in Octopus
src/common/legacy_config_opts.h
src/common/options.cc
src/rgw/rgw_quota.cc
src/rgw/rgw_quota.h