]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/dmcrypt/test.yml
update source to 12.2.11
[ceph.git] / ceph / src / ceph-volume / ceph_volume / tests / functional / lvm / centos7 / bluestore / dmcrypt / test.yml
index bebe6dc36ba513c8904bb7d0e2927e3121fe388c..8caa1ce38bef9d28f55cdf791aca0ce9bf547780 100644 (file)
       environment:
         CEPH_VOLUME_DEBUG: 1
 
+    # partitions have been completely removed, so re-create them again
+    - name: re-create partition /dev/sdd for lvm data usage
+      parted:
+        device: /dev/sdd
+        number: 1
+        part_start: 0%
+        part_end: 50%
+        unit: '%'
+        label: gpt
+        state: present
+
     - name: redeploy osd.2 using /dev/sdd1
       command: "ceph-volume --cluster {{ cluster }} lvm create --bluestore --data /dev/sdd1 --osd-id 2"
       environment: