From 4dd26d651fe74497b53c85f128b15a9209b77bc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E8=83=A1=E7=8E=AE=E6=96=87?= Date: Fri, 11 Dec 2020 17:16:14 +0800 Subject: [PATCH] doc: Fixes a typo in mon_dns_srv_name. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: 胡玮文 --- doc/rados/configuration/ceph-conf.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/rados/configuration/ceph-conf.rst b/doc/rados/configuration/ceph-conf.rst index b906e6219c430..d80ae8e26e1f4 100644 --- a/doc/rados/configuration/ceph-conf.rst +++ b/doc/rados/configuration/ceph-conf.rst @@ -72,7 +72,7 @@ in a local configuration file. These options include: 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. - - ``mon_dns_serv_name`` (default: `ceph-mon`), the name of the DNS + - ``mon_dns_srv_name`` (default: `ceph-mon`), the name of the DNS SRV record to check to identify the cluster monitors via DNS - ``mon_data``, ``osd_data``, ``mds_data``, ``mgr_data``, and similar options that define which local directory the daemon @@ -638,4 +638,3 @@ listed as follows: all options would be grouped into the section of ``global``. But this is discouraged now. Since Octopus, only a single option is allowed for configuration files without a section name. - -- 2.39.5