]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: add "FQDN" entry 49421/head
authorZac Dover <zac.dover@gmail.com>
Wed, 14 Dec 2022 05:59:51 +0000 (15:59 +1000)
committerZac Dover <zac.dover@gmail.com>
Wed, 14 Dec 2022 06:42:59 +0000 (16:42 +1000)
Add "FQDN" definition to doc/glossary.rst.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/glossary.rst

index 5bdcdd1ed0b5f6d50f5d1ecbefbae0777d581dcc..6c7e4720be9236acb7a2bd4b98194771fdb480d2 100644 (file)
                 A back end for OSD daemons, where a Journal is needed and files
                 are written to the filesystem.
 
+        FQDN
+                **F**\ully **Q**\ualified **D**\omain **N**\ame. A domain name
+                that is applied to a node in a network and that specifies the
+                node's exact location in the tree hierarchy of the DNS.
+
+                In the context of Ceph cluster administration, FQDNs are often
+                applied to hosts. In this documentation, the term "FQDN" is
+                used mostly to distinguish between FQDNs and relatively simpler
+                hostnames, which do not specify the exact location of the host
+                in the tree hierarchy of the DNS but merely name the host.
+
        Host
                 Any single machine or server in a Ceph Cluster. See :term:`Ceph
                 Node`.