From 61357c8e20d790701850c7087422d38c277764cf Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 12 Sep 2017 15:14:21 -0500 Subject: [PATCH] tests: no need to create a filesystem on /dev/sdc1 for lvm tests The partition only needs created and given a gpt label so that a PARTUUID will exist on the partition. This task also makes the purge_lvm_osds scenario fail on the second deployment after purging. Signed-off-by: Andrew Schoen --- tests/functional/lvm_setup.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/functional/lvm_setup.yml b/tests/functional/lvm_setup.yml index 9b4c71ecc..a3079fd4f 100644 --- a/tests/functional/lvm_setup.yml +++ b/tests/functional/lvm_setup.yml @@ -42,11 +42,6 @@ unit: '%' state: present - - name: create filesystem on /dev/sdc1 - filesystem: - fstype: ext4 - dev: /dev/sdc1 - - name: create journals vg from /dev/sdc2 lvg: vg: journals -- 2.39.5