From 98e237d234872a66b064ef9e3284a8763dda9186 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 12 Mar 2018 14:06:39 -0500 Subject: [PATCH] tests: no need to remove partitions in lvm_setup.yml Now that we are using ceph_volume_zap the partitions are kept around and should be able to be reused. Signed-off-by: Andrew Schoen --- tests/functional/lvm_setup.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tests/functional/lvm_setup.yml b/tests/functional/lvm_setup.yml index 21669cc97..280c2756d 100644 --- a/tests/functional/lvm_setup.yml +++ b/tests/functional/lvm_setup.yml @@ -21,21 +21,6 @@ command: lvcreate --yes -l 50%FREE -n data-lv2 test_group failed_when: false - # purge-cluster.yml does not properly destroy partitions - # used for lvm osd journals, this ensures they are removed - # for that testing scenario - - name: remove /dev/sdc1 if it exists - parted: - device: /dev/sdc - number: 1 - state: absent - - - name: remove /dev/sdc2 if it exists - parted: - device: /dev/sdc - number: 2 - state: absent - - name: partition /dev/sdc for journals parted: device: /dev/sdc