From f48d2922d0c7c652d6ff7172b5a4ef2b7d084cb4 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sat, 18 Mar 2023 15:27:54 +1000 Subject: [PATCH] doc/rados: line edit mon-lookup-dns top matter Improve the syntax of the top matter of doc/rados/operations/mon-lookup-dns.rst. Signed-off-by: Zac Dover (cherry picked from commit ed5919964bd914c118f556baf3c517e5e35df277) --- doc/rados/configuration/mon-lookup-dns.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/rados/configuration/mon-lookup-dns.rst b/doc/rados/configuration/mon-lookup-dns.rst index c9bece0040d2b..d4105be3c56fa 100644 --- a/doc/rados/configuration/mon-lookup-dns.rst +++ b/doc/rados/configuration/mon-lookup-dns.rst @@ -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. ``mon dns srv name`` -- 2.39.5