]> git.proxmox.com Git - ceph.git/blob - ceph/src/ceph-volume/ceph_volume/tests/functional/simple/xenial/filestore/activate/test.yml
update download target update for octopus release
[ceph.git] / ceph / src / ceph-volume / ceph_volume / tests / functional / simple / xenial / filestore / activate / test.yml
1 ---
2
3 - hosts: osds
4 become: yes
5 tasks:
6
7 - name: scan all running OSDs
8 command: "ceph-volume --cluster={{ cluster }} simple scan"
9 environment:
10 CEPH_VOLUME_DEBUG: 1
11
12 - name: activate all scanned OSDs
13 command: "ceph-volume --cluster={{ cluster }} simple activate --all"
14 environment:
15 CEPH_VOLUME_DEBUG: 1