From d2fa262a64d035bab8fd0d6b10c9bc919549f4c4 Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Mon, 18 May 2026 15:48:42 +0700 Subject: [PATCH] common/options: improve rgw_dns_name and clarify separator Merge the fmt_desc and long_desc into just long_desc. Add the separator to use in long_desc that was previously only listed in the desc attribute. Signed-off-by: Ville Ojamo --- src/common/options/rgw.yaml.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index 3126083c277..62cf5e1c354 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -362,10 +362,9 @@ options: type: str level: advanced desc: The host names that RGW uses. - long_desc: A comma separated list of DNS names. - This is Needed for virtual hosting of buckets to work properly, unless - configured via zonegroup configuration. - fmt_desc: The DNS names of the served domains. See also the ``hostnames`` setting within zonegroups. + long_desc: A comma-separated list of FQDNs of the served domains. + This is needed for virtual hosting of buckets to work properly, unless + configured via the hostnames zonegroup configuration. services: - rgw with_legacy: true -- 2.47.3