From fc1b14ddccf5cc03c0ea1c5f40b471bcd46ed869 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Thu, 8 Sep 2011 14:09:13 -0700 Subject: [PATCH] thrasher: get coverage and cores from calling ceph commands --- teuthology/task/ceph_manager.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/teuthology/task/ceph_manager.py b/teuthology/task/ceph_manager.py index 26f65a08fa..194a9f49a7 100644 --- a/teuthology/task/ceph_manager.py +++ b/teuthology/task/ceph_manager.py @@ -91,6 +91,9 @@ class CephManager: "/bin/sh", "-c", " ".join([ "LD_LIBRARY_PRELOAD=/tmp/cephtest/binary/usr/local/lib", + '/tmp/cephtest/enable-coredump', + '/tmp/cephtest/binary/usr/local/bin/ceph-coverage', + '/tmp/cephtest/archive/coverage', "/tmp/cephtest/binary/usr/local/bin/ceph -k /tmp/cephtest/ceph.keyring -c "+\ "/tmp/cephtest/ceph.conf " + suffix ]) -- 2.39.5