From: Zac Dover Date: Tue, 28 Nov 2023 04:29:50 +0000 (+0100) Subject: doc/rados: ops/pgs: s/power of 2/power of two X-Git-Tag: v17.2.8~664^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8fa2f63e6217da7fa33988303d5a002172a969b0;p=ceph.git doc/rados: ops/pgs: s/power of 2/power of two Change "power of 2" to "power of two" in doc/rados/operations/placement-groups.rst. Co-authored-by: Anthony D'Atri Signed-off-by: Zac Dover (cherry picked from commit ca819633219b7978ece2201b1ab0d7dc9c0faee8) --- diff --git a/doc/rados/operations/placement-groups.rst b/doc/rados/operations/placement-groups.rst index dcba721eb51ca..3a099d9dd0747 100644 --- a/doc/rados/operations/placement-groups.rst +++ b/doc/rados/operations/placement-groups.rst @@ -131,11 +131,11 @@ The output will resemble the following:: if a ``pg_num`` change is in progress, the current number of PGs that the pool is working towards. -- **NEW PG_NUM** (if present) is the value that the system is recommending the - ``pg_num`` of the pool to be changed to. It is always a power of 2, and it is - present only if the recommended value varies from the current value by more - than the default factor of ``3``. To adjust this factor (in the following - example, it is changed to ``2``), run the following command: +- **NEW PG_NUM** (if present) is the value that the system recommends that the + ``pg_num`` of the pool should be. It is always a power of two, and it + is present only if the recommended value varies from the current value by + more than the default factor of ``3``. To adjust this multiple (in the + following example, it is changed to ``2``), run the following command: .. prompt:: bash #