mirror of
https://github.com/ceph/ceph
synced 2024-12-22 11:31:55 +00:00
11ee1a8cfd
Avoid breaking rados suite while we are developing rapidly. Signed-off-by: Sage Weil <sage@redhat.com>
9 lines
209 B
YAML
9 lines
209 B
YAML
roles:
|
|
- [mon.0, osd.0, osd.1, client.0]
|
|
tasks:
|
|
- install:
|
|
- exec:
|
|
client.0:
|
|
- mkdir $TESTDIR/ostest && cd $TESTDIR/ostest && ceph_test_objectstore --gtest_filter=-*/2
|
|
- rm -rf $TESTDIR/ostest
|