]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Mon, 13 Dec 2021 21:07:18 +0000 (21:07 +0000)
commit8d846c3003362609cfa56edff5e99ca93b431d1d
tree25ac2a45bb15484291fe07d5e2e38e966a9e99b7
parenta09886f8b1aa44c9ff8b1667930ee0483be75360
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>
src/mon/PGMap.cc