mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-13 08:30:50 -07:00
lvg: add docs example for preserving existing PVs in a volume group using remove_extra_pvs: false
(#10336)
This commit is contained in:
parent
79509a533d
commit
dd13592034
1 changed files with 7 additions and 0 deletions
|
@ -146,6 +146,13 @@ EXAMPLES = r"""
|
||||||
state: active
|
state: active
|
||||||
vg: vg.services
|
vg: vg.services
|
||||||
|
|
||||||
|
- name: Add new PVs to volume group without removing existing ones
|
||||||
|
community.general.lvg:
|
||||||
|
vg: vg.services
|
||||||
|
pvs: /dev/sdb1,/dev/sdc1
|
||||||
|
remove_extra_pvs: false
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Reset a volume group UUID
|
- name: Reset a volume group UUID
|
||||||
community.general.lvg:
|
community.general.lvg:
|
||||||
state: inactive
|
state: inactive
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue