From cc71bb96cc59c153dddbe45fa08a7c6c8817dba5 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 1 Jun 2018 11:32:00 +0200 Subject: [PATCH] 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 --- tests/functional/setup.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.5