From: Sage Weil Date: Wed, 2 Jan 2013 20:31:48 +0000 (-0800) Subject: ceph: enable malloc debugging for ceph-osd X-Git-Tag: 1.1.0~2389 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=06310994df52019c9526e45dd8a46027de4746a8;p=teuthology.git ceph: enable malloc debugging for ceph-osd --- diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 256eeadb7..873e4c2e6 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -709,6 +709,7 @@ def cluster(ctx, config): for id_ in teuthology.roles_of_type(roles_for_host, 'osd'): remote.run( args=[ + 'MALLOC_CHECK_=2', '/tmp/cephtest/enable-coredump', '/tmp/cephtest/binary/usr/local/bin/ceph-coverage', coverage_dir,