From: Sage Weil Date: Tue, 19 Feb 2013 00:43:04 +0000 (-0800) Subject: ceph: fix valgrind log check X-Git-Tag: 1.1.0~2312^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1a0e201d652cfada6b68891d62193c8b5b62f207;p=teuthology.git ceph: fix valgrind log check Signed-off-by: Sage Weil --- diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 92ee1fa5b0..c2eb06ac30 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -161,6 +161,7 @@ def valgrind_post(ctx, config): #look at valgrind logs for each node proc = remote.run( args=[ + 'sudo', 'grep', '-r', '', run.Raw(val_path), run.Raw('|'),