From 699380055ad985e51abd0682a7d5add38b2cce89 Mon Sep 17 00:00:00 2001 From: Matt Benjamin Date: Mon, 23 Feb 2026 16:06:48 -0500 Subject: [PATCH] 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 --- src/common/options/rgw.yaml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3