From: 胡玮文 Date: Fri, 11 Dec 2020 09:16:14 +0000 (+0800) Subject: doc: Fixes a typo in mon_dns_srv_name. X-Git-Tag: v16.1.0~297^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38542%2Fhead;p=ceph.git doc: Fixes a typo in mon_dns_srv_name. Signed-off-by: 胡玮文 --- 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. -