From: Matt Benjamin Date: Mon, 23 Feb 2026 21:06:48 +0000 (-0500) Subject: rgw-nfs: run quota threads by default X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=699380055ad985e51abd0682a7d5add38b2cce89;p=ceph.git rgw-nfs: run quota threads by default Permits quota updates even if the only running rgw instances are nfs gateways. Fixes: https://tracker.ceph.com/issues/75118 Signed-off-by: Matt Benjamin --- diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index ad428b017b6..a163117fb8b 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -1314,8 +1314,8 @@ options: - name: rgw_nfs_run_quota_threads type: bool level: advanced - desc: run quota threads in librgw (default off) - default: false + desc: run quota threads in librgw (default on) + default: true services: - rgw with_legacy: true