mirror of https://github.com/ceph/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 <gabrioux@redhat.com>
pull/2885/head
parent
e61ca882a1
commit
cc71bb96cc
|
@ -62,9 +62,9 @@
|
||||||
- not is_atomic
|
- not is_atomic
|
||||||
|
|
||||||
- name: resize logical volume for root partition to fill remaining free space
|
- name: resize logical volume for root partition to fill remaining free space
|
||||||
command: lvresize -l +100%FREE /dev/atomicos/root
|
lvol:
|
||||||
when: is_atomic
|
lv: root
|
||||||
|
vg: atomicos
|
||||||
- name: increasing the size of the fs for root partition
|
size: +100%FREE
|
||||||
command: xfs_growfs /
|
resizefs: yes
|
||||||
when: is_atomic
|
when: is_atomic
|
||||||
|
|
Loading…
Reference in New Issue