]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/OSDMap.cc: don't output over/underfull messages to lderr
authorNeha Ojha <nojha@redhat.com>
Mon, 11 Nov 2019 21:32:15 +0000 (13:32 -0800)
committerNeha Ojha <nojha@redhat.com>
Mon, 11 Nov 2019 21:43:08 +0000 (13:43 -0800)
commit3cf28f09a2ebdd922fc5c1d29c65469f8331e741
tree4c3320bfdd6eccc7b14027b7fe93a57067858bd1
parent8971dd7cdc48c241c16cb432401fd27a18dedb00
osd/OSDMap.cc: don't output over/underfull messages to lderr

There can be cases where overfull and underfull(see example in
https://tracker.ceph.com/issues/42756) will be empty, which is not
necessarily an error. These error messages can end up spamming
the ceph-mgr log.

Fixes: https://tracker.ceph.com/issues/42756
Signed-off-by: Neha Ojha <nojha@redhat.com>
src/osd/OSDMap.cc