From: Andrew Schoen Date: Tue, 12 Sep 2017 20:14:21 +0000 (-0500) Subject: tests: no need to create a filesystem on /dev/sdc1 for lvm tests X-Git-Tag: v3.0.0rc9~10^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=61357c8e20d790701850c7087422d38c277764cf;p=ceph-ansible.git 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 --- 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