summaryrefslogtreecommitdiffstats
path: root/qa/suites/rgw/verify/validater/valgrind.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'qa/suites/rgw/verify/validater/valgrind.yaml')
-rw-r--r--qa/suites/rgw/verify/validater/valgrind.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/qa/suites/rgw/verify/validater/valgrind.yaml b/qa/suites/rgw/verify/validater/valgrind.yaml
new file mode 100644
index 000000000..7b7e4d45e
--- /dev/null
+++ b/qa/suites/rgw/verify/validater/valgrind.yaml
@@ -0,0 +1,18 @@
+overrides:
+ install:
+ ceph:
+ #debuginfo: true
+ ceph:
+ conf:
+ global:
+ osd heartbeat grace: 40
+ mon:
+ mon osd crush smoke test: false
+ osd:
+ osd fast shutdown: false
+# valgrind:
+# mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
+# osd: [--tool=memcheck]
+# mds: [--tool=memcheck]
+## https://tracker.ceph.com/issues/38621
+## mgr: [--tool=memcheck]