mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge PR #30627 into master
* refs/pull/30627/head: qa/suites/rados/verify: whitelist MON_DOWN when using valgrind qa/suits/rados/basic/tasks/rados_api_tests: pgs can go degraded Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
commit
4bfd1c5114
@ -10,6 +10,7 @@ overrides:
|
||||
- \(CACHE_POOL_NEAR_FULL\)
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- \(PG_AVAILABILITY\)
|
||||
- \(PG_DEGRADED\)
|
||||
conf:
|
||||
client:
|
||||
debug ms: 1
|
||||
|
@ -17,6 +17,8 @@ overrides:
|
||||
- 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 whitelist here because we'll still catch an actual crash due to the core
|
||||
- \(MON_DOWN\)
|
||||
valgrind:
|
||||
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
|
||||
osd: [--tool=memcheck]
|
||||
|
Loading…
Reference in New Issue
Block a user