From: Guillaume Abrioux Date: Fri, 1 Jun 2018 09:32:00 +0000 (+0200) Subject: tests: followup on #2656 X-Git-Tag: v3.2.0beta2~118 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cc71bb96cc59c153dddbe45fa08a7c6c8817dba5;p=ceph-ansible.git tests: followup on #2656 34f70428 has introduced a fix using `command` module while this could have been achieved by using `lvol` module. Signed-off-by: Guillaume Abrioux --- diff --git a/tests/functional/setup.yml b/tests/functional/setup.yml index 4f4af6792..6b1845668 100644 --- a/tests/functional/setup.yml +++ b/tests/functional/setup.yml @@ -62,9 +62,9 @@ - not is_atomic - name: resize logical volume for root partition to fill remaining free space - command: lvresize -l +100%FREE /dev/atomicos/root - when: is_atomic - - - name: increasing the size of the fs for root partition - command: xfs_growfs / + lvol: + lv: root + vg: atomicos + size: +100%FREE + resizefs: yes when: is_atomic