From: Alfredo Deza Date: Fri, 30 Nov 2018 11:44:56 +0000 (-0500) Subject: ceph-volume tests.functional add back sdc1 partitions with parted to redeploy after... X-Git-Tag: v14.1.0~747^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b0bc162b601c2dbc9827df0ab472ba2a1146076c;p=ceph.git ceph-volume tests.functional add back sdc1 partitions with parted to redeploy after zapping Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/dmcrypt/test.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/dmcrypt/test.yml index a65af0702404..17b74d524512 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/dmcrypt/test.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/dmcrypt/test.yml @@ -77,6 +77,16 @@ environment: CEPH_VOLUME_DEBUG: 1 + - name: re-create partition /dev/sdc1 + parted: + device: /dev/sdc + number: 1 + part_start: 0% + part_end: 50% + unit: '%' + state: present + label: gpt + - name: prepare osd.0 again using test_group/data-lv1 command: "ceph-volume --cluster {{ cluster }} lvm prepare --filestore --data test_group/data-lv1 --journal /dev/sdc1 --osd-id 0" environment: diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/dmcrypt/test.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/dmcrypt/test.yml index a65af0702404..17b74d524512 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/dmcrypt/test.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/dmcrypt/test.yml @@ -77,6 +77,16 @@ environment: CEPH_VOLUME_DEBUG: 1 + - name: re-create partition /dev/sdc1 + parted: + device: /dev/sdc + number: 1 + part_start: 0% + part_end: 50% + unit: '%' + state: present + label: gpt + - name: prepare osd.0 again using test_group/data-lv1 command: "ceph-volume --cluster {{ cluster }} lvm prepare --filestore --data test_group/data-lv1 --journal /dev/sdc1 --osd-id 0" environment: