diff options
Diffstat (limited to 'src/ceph/qa/suites/fs/verify/validater')
-rw-r--r-- | src/ceph/qa/suites/fs/verify/validater/lockdep.yaml | 5 | ||||
-rw-r--r-- | src/ceph/qa/suites/fs/verify/validater/valgrind.yaml | 27 |
2 files changed, 32 insertions, 0 deletions
diff --git a/src/ceph/qa/suites/fs/verify/validater/lockdep.yaml b/src/ceph/qa/suites/fs/verify/validater/lockdep.yaml new file mode 100644 index 0000000..25f8435 --- /dev/null +++ b/src/ceph/qa/suites/fs/verify/validater/lockdep.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + global: + lockdep: true diff --git a/src/ceph/qa/suites/fs/verify/validater/valgrind.yaml b/src/ceph/qa/suites/fs/verify/validater/valgrind.yaml new file mode 100644 index 0000000..6982ced --- /dev/null +++ b/src/ceph/qa/suites/fs/verify/validater/valgrind.yaml @@ -0,0 +1,27 @@ +# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126 +os_type: centos + +# Valgrind makes everything slow, so ignore slow requests +overrides: + ceph: + log-whitelist: + - slow requests are blocked + +overrides: + install: + ceph: + flavor: notcmalloc + debuginfo: true + ceph: + conf: + global: + osd heartbeat grace: 40 + mon: + mon osd crush smoke test: false + valgrind: + mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes] + osd: [--tool=memcheck] + mds: [--tool=memcheck] + ceph-fuse: + client.0: + valgrind: [--tool=memcheck, --leak-check=full, --show-reachable=yes] |