look for PV to resize instead of static /dev/sdb
This commit is contained in:
parent
6283e0f825
commit
76275de111
@ -391,11 +391,11 @@
|
|||||||
line: "relayhost = {{ postfix_relayhost }}"
|
line: "relayhost = {{ postfix_relayhost }}"
|
||||||
when: postfix_relayhost is defined
|
when: postfix_relayhost is defined
|
||||||
|
|
||||||
- name: pvresize /dev/sdb
|
- name: pvresize
|
||||||
tags:
|
tags:
|
||||||
- lvm
|
- lvm
|
||||||
- vmware
|
- vmware
|
||||||
command: 'pvresize /dev/sdb'
|
shell: 'pvresize $(pvs --noheadings -o pv_name)'
|
||||||
|
|
||||||
- name: /data in fstab
|
- name: /data in fstab
|
||||||
tags: lvm
|
tags: lvm
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user