]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/ceph-disk/basic/tasks/ceph-disk.yaml
98adab33e57701635f8582ccf7db0efc20f73d3a
[ceph.git] / ceph / qa / suites / ceph-disk / basic / tasks / ceph-disk.yaml
1 roles:
2 - - mon.a
3 - mgr.x
4 - client.0
5 - - osd.0
6 - osd.1
7 openstack:
8 - machine:
9 disk: 20 # GB
10 ram: 2000 # MB
11 cpus: 1
12 volumes: # attached to each instance
13 count: 3
14 size: 10 # GB
15 tasks:
16 - install:
17 - ceph:
18 fs: xfs # this implicitly means /dev/vd? are used instead of directories
19 wait-for-scrub: false
20 conf:
21 global:
22 mon pg warn min per osd: 2
23 osd pool default size: 2
24 osd crush chooseleaf type: 0 # failure domain == osd
25 osd pg bits: 2
26 osd pgp bits: 2
27 #
28 # Keep this around for debugging purposes. If uncommented the target
29 # will pause and the workunit can be run and debug manually.
30 #
31 # - exec:
32 # client.0:
33 # - sleep 1000000000 # forever
34 #
35 - workunit:
36 clients:
37 all:
38 - ceph-disk/ceph-disk.sh