]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: improve OSD definitions 55613/head
authorZac Dover <zac.dover@proton.me>
Mon, 12 Feb 2024 13:08:27 +0000 (23:08 +1000)
committerZac Dover <zac.dover@proton.me>
Fri, 16 Feb 2024 06:58:22 +0000 (16:58 +1000)
Remove expletive construction from three OSD-id-related terms.

Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit dec3d3730712bbc0994f5cbd1989761d64f93019)

doc/glossary.rst

index d6a3a97a275f7362b02589fbe330620032dbf4c1..4cd584e4fd5cba67fcc4bcc60734410d8249c138 100644 (file)
                 mid-2010s to insist that "OSD" should refer to "Object Storage
                 Device", so it is important to know which meaning is intended. 
 
-       OSD fsid
-                This is a unique identifier used to identify an OSD. It is
-                found in the OSD path in a file called ``osd_fsid``. The
-                term ``fsid`` is used interchangeably with ``uuid``
-
-       OSD id
-                The integer that defines an OSD. It is generated by the
-                monitors during the creation of each OSD.
-
-       OSD uuid
-                This is the unique identifier of an OSD. This term is used
-                interchangeably with ``fsid``
+       OSD FSID 
+                The OSD fsid is a unique identifier that is used to identify an
+                OSD. It is found in the OSD path in a file called ``osd_fsid``.
+                The term ``FSID`` is used interchangeably with ``UUID``.
+
+       OSD ID 
+                The OSD id an integer unique to each OSD (each OSD has a unique
+                OSD ID). Each OSD id is generated by the monitors during the
+                creation of its associated OSD.
+
+       OSD UUID 
+                The OSD UUID is the unique identifier of an OSD. This term is
+                used interchangeably with ``FSID``.
 
         Period
                 In the context of :term:`RGW`, a period is the configuration