From d477c1251a331e14769c490cb02d61a78c036f63 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 9 Sep 2021 00:37:57 +1000 Subject: [PATCH] doc/rados: update mon_host & friends options This PR improves the wording of the descriptions of the mon_host and mon_host_override bootstrap options. Signed-off-by: Zac Dover --- src/common/options/global.yaml.in | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 223bd5745004c..e247f3abddad1 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -163,9 +163,7 @@ options: type: str level: basic desc: list of hosts or addresses to search for a monitor - long_desc: This is a comma, whitespace, or semicolon separated list of IP addresses - or hostnames. Hostnames are resolved via DNS and all A or AAAA records are included - in the search list. + long_desc: This is a list of IP addresses or hostnames that are separated by commas, whitespace, or semicolons. Hostnames are resolved via DNS. All A and AAAA records are included in the search list. services: - common flags: @@ -175,11 +173,7 @@ options: type: str level: advanced desc: monitor(s) to use overriding the MonMap - fmt_desc: the list of monitors for the cluster to - **initially** contact when beginning a new instance of communication with the - Ceph cluster. This overrides the known monitor list derived from MonMap - updates sent to older Ceph instances (like librados cluster handles). It is - expected this option is primarily useful for debugging. + fmt_desc: This is the list of monitors that the Ceph process **initially** contacts when first establishing communication with the Ceph cluster. This overrides the known monitor list that is derived from MonMap updates sent to older Ceph instances (like librados cluster handles). This option is expected to be useful primarily for debugging. services: - common flags: -- 2.39.5