]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
thrasher: get coverage and cores from calling ceph commands
authorJosh Durgin <josh.durgin@dreamhost.com>
Thu, 8 Sep 2011 21:09:13 +0000 (14:09 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Thu, 8 Sep 2011 21:09:13 +0000 (14:09 -0700)
teuthology/task/ceph_manager.py

index 26f65a08fa9830fdc12510889a433c5d72b5ed49..194a9f49a71d7675fb606ea932772946615d4120 100644 (file)
@@ -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
                         ])