]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations: document pg_num_max
authorSage Weil <sage@newdream.net>
Wed, 15 Dec 2021 15:09:37 +0000 (10:09 -0500)
committerKamoltat <ksirivad@redhat.com>
Wed, 23 Mar 2022 14:11:21 +0000 (14:11 +0000)
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 7ae62167e3d9fb655ca22876a6df29565e524eb2)

doc/rados/operations/placement-groups.rst

index c4e89d7233a0fd004693b2217678fbb422e58c15..1577d41a32ad0165e858412c5ed43589488b477d 100644 (file)
@@ -213,13 +213,14 @@ parallelism client will see when doing IO, even when a pool is mostly
 empty.  Setting the lower bound prevents Ceph from reducing (or
 recommending you reduce) the PG number below the configured number.
 
-You can set the minimum number of PGs for a pool with::
+You can set the minimum or maximum number of PGs for a pool with::
 
   ceph osd pool set <pool-name> pg_num_min <num>
+  ceph osd pool set <pool-name> pg_num_max <num>
 
-You can also specify the minimum PG count at pool creation time with
-the optional ``--pg-num-min <num>`` argument to the ``ceph osd pool
-create`` command.
+You can also specify the minimum or maximum PG count at pool creation
+time with the optional ``--pg-num-min <num>`` or ``--pg-num-max
+<num>`` arguments to the ``ceph osd pool create`` command.
 
 .. _preselection: