From: Casey Bodley Date: Thu, 17 Dec 2020 17:19:12 +0000 (-0500) Subject: qa/rgw: disable coredumps for reshard fault injection X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a0848c7c4eae2804fc061e122f8f071e1449b031;p=ceph.git qa/rgw: disable coredumps for reshard fault injection Signed-off-by: Casey Bodley --- diff --git a/qa/workunits/rgw/run-reshard.sh b/qa/workunits/rgw/run-reshard.sh index 89ebc41062dce..bdab0aabbf5d2 100755 --- a/qa/workunits/rgw/run-reshard.sh +++ b/qa/workunits/rgw/run-reshard.sh @@ -1,6 +1,10 @@ #!/usr/bin/env bash set -ex +# this test uses fault injection to abort during 'radosgw-admin bucket reshard' +# disable coredumps so teuthology won't mark a failure +ulimit -c 0 + #assume working ceph environment (radosgw-admin in path) and rgw on localhost:80 # localhost::443 for ssl