We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebfbbc4 + 98938a0 commit 9d164d2Copy full SHA for 9d164d2
doc/rados/configuration/mon-lookup-dns.rst
@@ -21,6 +21,13 @@ which is configured by the *mon_dns_srv_name* configuration directive.
21
22
.. confval:: mon_dns_srv_name
23
24
+.. note:: Instead of using a DNS search domain, it is possible to manually
25
+ designate the search domain by passing the search domain's name followed by
26
+ an underscore to ``mon_dns_srv_name``. The syntax for this is
27
+ ``<service-name>_<upper-level-domain>``. For example, passing
28
+ ``ceph-mon_example.com`` will direct Ceph to look for the ``SRV`` record at
29
+ ``_ceph-mon._tcp.example.com``.
30
+
31
Example
32
-------
33
When the DNS search domain is set to *example.com* a DNS zone file might contain the following elements.
0 commit comments