From: Zac Dover Date: Tue, 27 Dec 2022 05:28:31 +0000 (+1000) Subject: doc/glossary: clean OSD id-related entries X-Git-Tag: v18.1.0~576^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e16fe735305e1d61b1635455175dd41557e13819;p=ceph-ci.git doc/glossary: clean OSD id-related entries Tidy up the sentences under the headwords "OSD fsid", "OSD id", and "OSD uuid". Signed-off-by: Zac Dover --- diff --git a/doc/glossary.rst b/doc/glossary.rst index f742607658c..ca514a636aa 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -270,18 +270,17 @@ 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` A pool is a logical partition used to store objects.