mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-06 23:48:12 +03:00
bug: Resize XFS parts is not working
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
item[1]['filesystem'] != "btrfs"
|
item[1]['filesystem'] != "btrfs"
|
||||||
|
|
||||||
- name: manage_lvm | resizing xfs
|
- name: manage_lvm | resizing xfs
|
||||||
command: xfs_growfs -d /dev/{{ item[0]['vgname'] }}/{{ item[1]['lvname'] }}
|
command: xfs_growfs -d {{ item[1]['mntp'] }}
|
||||||
become: true
|
become: true
|
||||||
with_subelements:
|
with_subelements:
|
||||||
- "{{ lvm_groups }}"
|
- "{{ lvm_groups }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user