]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph: ignore all leaks
authorSage Weil <sage@newdream.net>
Mon, 16 Jan 2012 17:55:47 +0000 (09:55 -0800)
committerSage Weil <sage@newdream.net>
Mon, 16 Jan 2012 17:55:47 +0000 (09:55 -0800)
unless/until we figure out where the DefinitelyLost records are coming
from.. at first glance they look bogus.

teuthology/task/ceph.py

index 2f6df4cb8a61c96208397990291f01afe093fd46..e1fca521e1d254969b9bd3a96102eb6a1f985b25 100644 (file)
@@ -277,7 +277,7 @@ def valgrind_post(ctx, config):
                 proc = remote.run(
                     args=[
                         'grep', "<kind>", run.Raw(val_path), run.Raw('|'),
-                        'grep', '-v', '-q', "PossiblyLost"],
+                        'egrep', '-v', '-q', '(PossiblyLost|DefinitelyLost)'],
                     wait = False,
                     check_status=False
                     )