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

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit e16fe735305e1d61b1635455175dd41557e13819)

doc/glossary.rst

index d7b526b3c754754d57addfa5a7c5939027da949f..b95926686b1859c3163927b1795fbf20ccbf0a1f 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.