summaryrefslogtreecommitdiffstats
path: root/src/ceph-volume/ceph_volume/tests/functional/simple/centos7/bluestore/dmcrypt-luks/test.yml
blob: 55ae7cc8eb943ffb384d6a5dd85c2f6e14ab0010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---

- hosts: osds
  become: yes
  tasks:

    - name: scan all running OSDs
      command: "ceph-volume --cluster={{ cluster }} simple scan"
      environment:
        CEPH_VOLUME_DEBUG: 1

    - name: activate all scanned OSDs
      command: "ceph-volume --cluster={{ cluster }} simple activate --all"
      environment:
        CEPH_VOLUME_DEBUG: 1