mirror of
https://github.com/ceph/ceph
synced 2024-12-25 12:54:16 +00:00
ab353c7109
Otherwise this runs on the local disk, not touching the ceph cluster.
28 lines
435 B
YAML
28 lines
435 B
YAML
roles:
|
|
- - mon.a
|
|
- mds.a
|
|
- osd.0
|
|
- osd.1
|
|
- - mon.b
|
|
- mon.c
|
|
- osd.2
|
|
- osd.3
|
|
- - client.0
|
|
tasks:
|
|
- install:
|
|
branch: bobtail
|
|
- ceph:
|
|
- ceph-fuse:
|
|
- workunit:
|
|
clients:
|
|
client.0:
|
|
- suites/fsstress.sh
|
|
- install.upgrade:
|
|
all:
|
|
branch: next
|
|
- ceph.restart: [mds.a, osd.0, osd.1, osd.2, osd.3, mon.a, mon.b, mon.c]
|
|
- workunit:
|
|
clients:
|
|
client.0:
|
|
- suites/fsstress.sh
|