]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/OSDMap.cc: don't output over/underfull messages to lderr 31598/head
authorNeha Ojha <nojha@redhat.com>
Mon, 11 Nov 2019 21:32:15 +0000 (13:32 -0800)
committerNathan Cutler <ncutler@suse.com>
Wed, 13 Nov 2019 12:40:12 +0000 (13:40 +0100)
commit6ba6bf71c416d34dbaae4fe57bf71d723fc17d9a
tree2bd1636fb7e08c455a90034022d15983208608b1
parent7ab836dfa93e1fc657811e3e0ffdae4d832a5d76
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>
(cherry picked from commit 3cf28f09a2ebdd922fc5c1d29c65469f8331e741)
src/osd/OSDMap.cc