mirror of
https://github.com/ceph/ceph
synced 2025-01-01 16:42:29 +00:00
879a056e01
Some of these tests to fork and assertion tests that leave core behind, and that is normal. Disable core dumps. Signed-off-by: Sage Weil <sage@redhat.com>
13 lines
305 B
YAML
13 lines
305 B
YAML
roles:
|
|
- [mon.0, osd.0, osd.1, client.0]
|
|
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 2
|
|
size: 10 # GB
|
|
tasks:
|
|
- install:
|
|
- exec:
|
|
client.0:
|
|
- mkdir $TESTDIR/ostest && cd $TESTDIR/ostest && ulimit -c 0 && ceph_test_objectstore --gtest_filter=-*/2
|
|
- rm -rf $TESTDIR/ostest
|