From e2e96b31ef05667ee8c7e6c04d60c3cc20b2979c Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Wed, 22 Jun 2011 17:40:58 -0700 Subject: [PATCH] Enable core dumps when running the rbd cli tool. --- teuthology/task/rbd.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/teuthology/task/rbd.py b/teuthology/task/rbd.py index c3cf0958fb0aa..fe3220901d670 100644 --- a/teuthology/task/rbd.py +++ b/teuthology/task/rbd.py @@ -44,6 +44,7 @@ def create_image(ctx, config): remote.run( args=[ 'LD_LIBRARY_PATH=/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/rbd', @@ -66,6 +67,7 @@ def create_image(ctx, config): remote.run( args=[ 'LD_LIBRARY_PATH=/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/rbd', @@ -166,6 +168,7 @@ def dev_create(ctx, config): args=[ 'sudo', 'LD_LIBRARY_PATH=/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/rbd', @@ -194,6 +197,7 @@ def dev_create(ctx, config): args=[ 'sudo', 'LD_LIBRARY_PATH=/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/rbd', -- 2.39.5