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
|
||||
|
||||
- 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
|
||||
|
|
Loading…
Reference in New Issue