From: Sage Weil Date: Thu, 3 Jan 2013 04:44:33 +0000 (-0800) Subject: ceph: malloc check =3 means we hear on stderr too X-Git-Tag: 1.1.0~2388 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9ca69e738a53ae64fe45d2dc8d7056dfefdc94ea;p=teuthology.git ceph: malloc check =3 means we hear on stderr too --- diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 873e4c2e6..b62bc1da8 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -709,7 +709,7 @@ def cluster(ctx, config): for id_ in teuthology.roles_of_type(roles_for_host, 'osd'): remote.run( args=[ - 'MALLOC_CHECK_=2', + 'MALLOC_CHECK_=3', '/tmp/cephtest/enable-coredump', '/tmp/cephtest/binary/usr/local/bin/ceph-coverage', coverage_dir,