From: Patrick Donnelly Date: Sun, 20 Dec 2020 03:26:50 +0000 (-0800) Subject: qa: only run valgrind on cephfs daemons X-Git-Tag: v17.0.0~139^2~10 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=36d731c6f35ef952b650e519686a1ed87a516a11;p=ceph-ci.git qa: only run valgrind on cephfs daemons OSD valgrind slows things down too much to the point where some tasks fail to complete. Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/fs/verify/validater/valgrind.yaml b/qa/suites/fs/verify/validater/valgrind.yaml index c4333fba566..4a2d4608407 100644 --- a/qa/suites/fs/verify/validater/valgrind.yaml +++ b/qa/suites/fs/verify/validater/valgrind.yaml @@ -21,10 +21,7 @@ overrides: osd fast shutdown: false valgrind: mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes] - osd: [--tool=memcheck] mds: [--tool=memcheck] -# see https://tracker.ceph.com/issues/38621 -# mgr: [--tool=memcheck] ceph-fuse: client.0: valgrind: [--tool=memcheck, --leak-check=full, --show-reachable=yes]