]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc, qa:remove invalid option mon_pg_warn_max_per_osd 30787/head
authorzhangdaolong <zhangdaolong@fiberhome.com>
Tue, 8 Oct 2019 11:15:43 +0000 (19:15 +0800)
committerzhangdaolong <zhangdaolong@fiberhome.com>
Wed, 9 Oct 2019 08:09:18 +0000 (16:09 +0800)
The older mon_pg_warn_max_per_osd option has been removed in v12.2.1 Luminous
https://ceph.com/releases/v12-2-1-luminous-released/

Fixes: https://tracker.ceph.com/issues/42221
Signed-off-by: zhang daolong <zhangdaolong@fiberhome.com>
doc/rados/configuration/pool-pg-config-ref.rst
qa/tasks/ceph.conf.template

index 02bcb102be3f656b2618940d7e59580d9d47671a..bbfcd001a3885f3ec594b97a2d9578594c78d491 100644 (file)
@@ -60,15 +60,6 @@ Ceph configuration file.
 :Default: ``30``
 
 
-``mon pg warn max per osd``
-
-:Description: Issue a ``HEALTH_WARN`` in cluster log if the average number
-              of PGs per (in) OSD is above this number. (a non-positive number
-              disables this)
-:Type: Integer
-:Default: ``300``
-
-
 ``mon pg warn min objects``
 
 :Description: Do not warn if the total number of objects in cluster is below
index 38b9b87e8765619a440634a0e1391b75a8e6a8a7..76304b022b038f2d9e82bce6b73d396def1db80e 100644 (file)
@@ -14,7 +14,6 @@
        ms die on bug = true
 
        mon pg warn min per osd = 1
-       mon pg warn max per osd = 10000   # <= luminous
        mon max pg per osd = 10000        # >= luminous
        mon pg warn max object skew = 0