]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/fs/cephadm/multivolume/0-start.yaml
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / qa / suites / fs / cephadm / multivolume / 0-start.yaml
CommitLineData
1911f103
TL
1roles:
2- - host.a
3 - osd.0
4 - osd.1
5 - osd.2
6 - osd.3
7 - client.0
8- - host.b
9 - osd.4
10 - osd.5
11 - osd.6
12 - osd.7
13 - client.1
14openstack:
15- volumes: # attached to each instance
16 count: 4
17 size: 10 # GB
18overrides:
19 ceph:
20 conf:
21 osd:
22 osd shutdown pgref assert: true
f67539c2
TL
23tasks:
24- install:
25- cephadm:
26 roleless: true
27- cephadm.shell:
28 host.a:
29 - ceph orch status
30 - ceph orch ps
31 - ceph orch ls
32 - ceph orch host ls
33 - ceph orch device ls
34- cephadm.shell:
35 host.a:
36 - ceph fs volume create foo
37 - ceph fs volume create bar
38- fs.ready:
39 timeout: 300