summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorLaura Flores <lflores@ibm.com>2024-11-18 19:29:07 +0100
committerLaura Flores <lflores@ibm.com>2024-11-18 19:29:07 +0100
commit0ab7bdb27cb70bd35f1b67ad909cf62e8f1ac348 (patch)
treeb18d9b351764a1422d0233bf1d240c684a9738f7 /qa
parentMerge pull request #60309 from linuxbox2/wip-cksum-68537 (diff)
downloadceph-0ab7bdb27cb70bd35f1b67ad909cf62e8f1ac348.tar.xz
ceph-0ab7bdb27cb70bd35f1b67ad909cf62e8f1ac348.zip
qa/suites/rados/verify/validater: ignore OSD_DOWN
In these tests, we are intentionally stopping and restoring OSDs, so it makes sense to ignore these warnings. Fixes: https://tracker.ceph.com/issues/67181 Signed-off-by: Laura Flores <lflores@ibm.com>
Diffstat (limited to 'qa')
-rw-r--r--qa/suites/rados/verify/validater/valgrind.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/suites/rados/verify/validater/valgrind.yaml b/qa/suites/rados/verify/validater/valgrind.yaml
index e2dc29b5f7e..17cf141b0cd 100644
--- a/qa/suites/rados/verify/validater/valgrind.yaml
+++ b/qa/suites/rados/verify/validater/valgrind.yaml
@@ -27,6 +27,7 @@ overrides:
- \(SLOW_OPS\)
- slow request
- OSD bench result
+ - OSD_DOWN
valgrind:
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
osd: [--tool=memcheck]