mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
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 <anthony.datri@gmail.com> Signed-off-by: Zac Dover <zac.dover@proton.me>
This commit is contained in:
parent
1f34c2706d
commit
ca81963321
@ -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 #
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user