]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: line edit mon-lookup-dns top matter 50582/head
authorZac Dover <zac.dover@proton.me>
Sat, 18 Mar 2023 05:27:54 +0000 (15:27 +1000)
committerZac Dover <zac.dover@proton.me>
Sun, 19 Mar 2023 07:57:06 +0000 (17:57 +1000)
Improve the syntax of the top matter of
doc/rados/operations/mon-lookup-dns.rst.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit ed5919964bd914c118f556baf3c517e5e35df277)

doc/rados/configuration/mon-lookup-dns.rst

index 485256b997555f94791f0bdf361f6728a9a64495..b8abd75dc09b41de690bd006502ba1c6e10b21e7 100644 (file)
@@ -2,15 +2,19 @@
 Looking up Monitors through DNS
 ===============================
 
-Since version 11.0.0 RADOS supports looking up Monitors through DNS.
+Since Ceph version 11.0.0 (Kraken), RADOS has supported looking up monitors
+through DNS.
 
-This way daemons and clients do not require a *mon host* configuration directive in their ceph.conf configuration file.
+The addition of the ability to look up monitors through DNS means that daemons
+and clients do not require a *mon host* configuration directive in their
+``ceph.conf`` configuration file.
 
-Using DNS SRV TCP records clients are able to look up the monitors.
+With a DNS update, clients and daemons can be made aware of changes
+in the monitor topology. To be more precise and technical, clients look up the
+monitors by using ``DNS SRV TCP`` records. 
 
-This allows for less configuration on clients and monitors. Using a DNS update clients and daemons can be made aware of changes in the monitor topology.
-
-By default clients and daemons will look for the TCP service called *ceph-mon* which is configured by the *mon_dns_srv_name* configuration directive.
+By default, clients and daemons look for the TCP service called *ceph-mon*,
+which is configured by the *mon_dns_srv_name* configuration directive.
 
 
 .. confval:: mon_dns_srv_name