From e20bae2a7f15cd4fe899f6bc711bec1ef1f2d3e8 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Wed, 17 Aug 2011 10:35:37 -0700 Subject: [PATCH] valgrind: Document! Signed-off-by: Greg Farnum --- teuthology/task/ceph.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 8d3a3a1d1993c..5c41b300360f4 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -761,6 +761,14 @@ def task(ctx, config): - ceph: coverage: true + To run some daemons under valgrind, include their names + and the tool to use in a valgrind section:: + tasks: + - ceph: + valgrind: + mds.1: --tool=memcheck + osd.1: --tool=memcheck + To adjust or modify config options, use:: tasks: -- 2.39.5