]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: Omit MANY_OBJECTS_PER_PG warning when autoscaler is on
authorChristopher Hoffman <choffman@redhat.com>
Fri, 10 Dec 2021 14:54:19 +0000 (14:54 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Thu, 24 Feb 2022 17:50:56 +0000 (17:50 +0000)
commit8d8d47c0de0613597102107f8141d17c32cecca9
tree8d784259c1cd844213034d76bb03965e932a9043
parentb69e4adb60b1cef898d033ac79ea2145aded5586
mon: Omit MANY_OBJECTS_PER_PG warning when autoscaler is on
Add a conditional statement when autoscaler is
set to ON to omit message when about pool having
many more objects per pg than cluster average.

Fixes: https://tracker.ceph.com/issues/53516
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
(cherry picked from commit 8d846c3003362609cfa56edff5e99ca93b431d1d)
src/mon/PGMap.cc