From e5d91c9872fd4b7746e7e0a777ac2c38c758c5e6 Mon Sep 17 00:00:00 2001 From: zhangdaolong Date: Tue, 8 Oct 2019 19:15:43 +0800 Subject: [PATCH] doc, qa:remove invalid option mon_pg_warn_max_per_osd 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 --- doc/rados/configuration/pool-pg-config-ref.rst | 9 --------- qa/tasks/ceph.conf.template | 1 - 2 files changed, 10 deletions(-) diff --git a/doc/rados/configuration/pool-pg-config-ref.rst b/doc/rados/configuration/pool-pg-config-ref.rst index 02bcb102be3f6..bbfcd001a3885 100644 --- a/doc/rados/configuration/pool-pg-config-ref.rst +++ b/doc/rados/configuration/pool-pg-config-ref.rst @@ -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 diff --git a/qa/tasks/ceph.conf.template b/qa/tasks/ceph.conf.template index 38b9b87e87656..76304b022b038 100644 --- a/qa/tasks/ceph.conf.template +++ b/qa/tasks/ceph.conf.template @@ -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 -- 2.39.5