From 53b3824aabda5a44e85919cce6af2cec1578b338 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Wed, 7 Feb 2024 23:18:35 +1000 Subject: [PATCH] doc/radosgw: add confval directives Add confval directives to the documentation of "quota cache" options. This addresses a request made by Antony D'Atri in https://github.com/ceph/ceph/pull/55075/files#r1444006246. Signed-off-by: Zac Dover (cherry picked from commit 6504732e1b5b34756a119bc1547d22c07bd6458a) --- doc/radosgw/admin.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index 5717e367018a9..fe29849cbec58 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -541,11 +541,11 @@ Quota statistics are cached by each RGW instance. If multiple RGW instances are deployed, then this cache may prevent quotas from being perfectly enforced, because each instance may have a different set of quota settings. -The options that control this behavior are +Here are the options that control this behavior: -#. ``rgw_bucket_quota_ttl`` -#. ``rgw_user_quota_bucket_sync_interval`` and -#. ``rgw_user_quota_sync_interval``. +:confval:`rgw_bucket_quota_ttl` +:confval:`rgw_user_quota_bucket_sync_interval` +:confval:`rgw_user_quota_sync_interval` Increasing these values will make quota operations more efficient at the cost of increasing the likelihood that the multiple RGW instances may not -- 2.39.5