From 06310994df52019c9526e45dd8a46027de4746a8 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 2 Jan 2013 12:31:48 -0800 Subject: [PATCH] ceph: enable malloc debugging for ceph-osd --- teuthology/task/ceph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 256eeadb7f..873e4c2e6f 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, -- 2.39.5