ceph/qa/suites/rados/verify/validater/valgrind.yaml
Matan Breizman d580e2392f qa/suites/rados/verify/validater/valgrind: increase op thread timeout
Fixes: https://tracker.ceph.com/issues/62992

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
2023-11-14 11:30:00 +00:00

34 lines
992 B
YAML

# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
os_type: centos
overrides:
install:
ceph:
debuginfo: true
ceph:
conf:
global:
osd heartbeat grace: 80
# see https://tracker.ceph.com/issues/62992
osd op thread timeout: 150
mon:
mon osd crush smoke test: false
osd:
osd fast shutdown: false
debug bluestore: 1
debug bluefs: 1
log-ignorelist:
- overall HEALTH_
# valgrind is slow.. we might get PGs stuck peering etc
- \(PG_
# mons sometimes are left off of initial quorum due to valgrind slowness. ok to ignore here because we'll still catch an actual crash due to the core
- \(MON_DOWN\)
- \(SLOW_OPS\)
- slow request
valgrind:
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
osd: [--tool=memcheck]
mds: [--tool=memcheck]
# https://tracker.ceph.com/issues/38621
# mgr: [--tool=memcheck]