]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw-nfs: run quota threads by default
authorMatt Benjamin <mbenjamin@redhat.com>
Mon, 23 Feb 2026 21:06:48 +0000 (16:06 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Mon, 23 Feb 2026 21:07:36 +0000 (16:07 -0500)
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 <mbenjamin@redhat.com>
src/common/options/rgw.yaml.in

index ad428b017b6c6ac736f98ec058be1dc179cc546d..a163117fb8b2466daab58cf8765e88b9f964fb67 100644 (file)
@@ -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