]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/glossary: clean OSD id-related entries
authorZac Dover <zac.dover@gmail.com>
Tue, 27 Dec 2022 05:28:31 +0000 (15:28 +1000)
committerZac Dover <zac.dover@gmail.com>
Tue, 27 Dec 2022 05:28:31 +0000 (15:28 +1000)
Tidy up the sentences under the headwords "OSD fsid", "OSD id", and "OSD
uuid".

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

index f742607658c508066acaa8257a443a69544805bd..ca514a636aab59d6c7d2c97d3529d310d8b8c108 100644 (file)
                 meaning is intended. 
 
        OSD fsid
-                This is a unique identifier used to further improve the
-                uniqueness of an OSD and it is found in the OSD path in a file
-                called ``osd_fsid``. This ``fsid`` term is used interchangeably
-                with ``uuid``
+                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 as part of the creation of a new OSD.
+                monitors during the creation of an OSD.
 
        OSD uuid
-                Just like the OSD fsid, this is the OSD unique identifier and
-                is used interchangeably with ``fsid``
+                This is the unique identifier of an OSD. This term is used
+                interchangeably with ``fsid``
 
        :ref:`Pool<rados_pools>`
                A pool is a logical partition used to store objects.