add pesize to lvm to fix ansible warning
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ec1574236a
commit
6b1a32dbfd
@ -12,6 +12,7 @@
|
|||||||
lvg:
|
lvg:
|
||||||
vg: "{{ postgres_lvm_vg }}"
|
vg: "{{ postgres_lvm_vg }}"
|
||||||
pvs: "{{ postgres_lvm_pvs | join(',') }}"
|
pvs: "{{ postgres_lvm_pvs | join(',') }}"
|
||||||
|
pesize: "4"
|
||||||
|
|
||||||
- name: Create logical volume '{{ postgres_lvm_lv }}'
|
- name: Create logical volume '{{ postgres_lvm_lv }}'
|
||||||
lvol:
|
lvol:
|
||||||
|
Loading…
Reference in New Issue
Block a user