]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/ops: add hyphen to mon-osd-pg.rst 50959/head
authorZac Dover <zac.dover@proton.me>
Sun, 9 Apr 2023 02:42:11 +0000 (12:42 +1000)
committerZac Dover <zac.dover@proton.me>
Sun, 9 Apr 2023 05:08:51 +0000 (15:08 +1000)
Remove confusing parentheses and add a clearer (as compared to the
parentheses) hyphen (actually an em-dash, or at least it is intended
to be an em-dash) to doc/rados/operations/monitoring-osd-pg.rst

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

doc/rados/operations/monitoring-osd-pg.rst

index 3479f34b9e7059640c1d88ce5e10d3eea99b2dd1..d2dedbb548924de82c0c7bb05de102d21b0248d2 100644 (file)
@@ -244,11 +244,10 @@ of the PG. These values can be important in a few cases:
 
 .. topic:: Placement Group IDs
 
-   PG IDs consist of the pool number (not the pool name) followed 
-   by a period (.) and the PG ID-- (a hexadecimal number). You
-   can view pool numbers and their names from in the output of ``ceph osd 
-   lspools``. For example, the first pool that was created corresponds to
-   pool number ``1``. A fully qualified PG ID has the
+   PG IDs consist of the pool number (not the pool name) followed by a period
+   (.) and a hexadecimal number. You can view pool numbers and their names from
+   in the output of ``ceph osd lspools``. For example, the first pool that was
+   created corresponds to pool number ``1``. A fully qualified PG ID has the
    following form::
 
        {pool-num}.{pg-id}