mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
lvg: Add parameter to disable removal of extra physical volumes (#9698)
* Add parameter to disable removal of extra physical volumes Signed-off-by: Massl123 <Massl123@users.noreply.github.com> * Set PR number in changelog fragment Signed-off-by: Massl123 <Massl123@users.noreply.github.com> * Fix tests Signed-off-by: Massl123 <Massl123@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * Add comment in pvs Signed-off-by: Massl123 <Massl123@users.noreply.github.com> --------- Signed-off-by: Massl123 <Massl123@users.noreply.github.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
165106d2bd
commit
1beee87961
4 changed files with 56 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- lvg - add ``remove_extra_pvs`` parameter to control if ansible should remove physical volumes which are not in the ``pvs`` parameter (https://github.com/ansible-collections/community.general/pull/9698).
|
Loading…
Add table
Add a link
Reference in a new issue