]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: no need to create a filesystem on /dev/sdc1 for lvm tests
authorAndrew Schoen <aschoen@redhat.com>
Tue, 12 Sep 2017 20:14:21 +0000 (15:14 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 12 Sep 2017 20:14:21 +0000 (15:14 -0500)
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 <aschoen@redhat.com>
tests/functional/lvm_setup.yml

index 9b4c71ecc48c544ca743d626d22722c1f6480e24..a3079fd4f216ad4fdaa6aefa061fc5814c826f0f 100644 (file)
         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