OSD_DOWN cluster log warning is raised on rare occasions due to
the osd_hearbeat_grace timeout getting exceeded. The warning is
soon cleared. Given the nature of the test (valgrind), the
grace timeout is increased to 160 secs to avoid generating the
warning.
Fixes: https://tracker.ceph.com/issues/65768
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
ceph:
conf:
global:
- osd heartbeat grace: 80
+ # see https://tracker.ceph.com/issues/65768
+ osd heartbeat grace: 160
# see https://tracker.ceph.com/issues/62992
osd op thread timeout: 150
mon: