Skip to content

Commit 8028438

Browse files
committed
qa/suites: wait longer before stopping OSDs with valgrind
If we don’t wait long enough before stopping OSDs that run under valgrind, some cleanup steps (like umount) might fail or be skipped. Fixes: https://tracker.ceph.com/issues/62713 Signed-off-by: Nitzan Mordechai <[email protected]>
1 parent 2c1058b commit 8028438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/suites/rados/verify/validater/valgrind.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ overrides:
3232
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
3333
osd: [--tool=memcheck]
3434
mds: [--tool=memcheck]
35+
stop-daemons-timeout: 1200
3536
# https://tracker.ceph.com/issues/38621
3637
# mgr: [--tool=memcheck]

0 commit comments

Comments
 (0)