From: Greg Farnum Date: Wed, 17 Aug 2011 17:35:37 +0000 (-0700) Subject: valgrind: Document! X-Git-Tag: 1.1.0~2850 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e20bae2a7f15cd4fe899f6bc711bec1ef1f2d3e8;p=teuthology.git valgrind: Document! Signed-off-by: Greg Farnum --- diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 8d3a3a1d1..5c41b3003 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: