mirror of https://github.com/ansible/ansible.git
lvol: Fix idempotency when size uses %VG or %PVS (#72569)
Change the behavior when using %VG or %PVS to make the `size_requested` an even modulus of the VG's physical extents by rounding down. This makes the usage of %VG or %PVS idempotent when the calculated `size_requested` does not end on a physical extent boundary. Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: JuddTracy-DAS <38507478+JuddTracy-DAS@users.noreply.github.com>pull/72883/head
parent
1e228e157a
commit
23e6e7db85
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- lvol - fix idempotency issue when using lvol with ``%VG`` or ``%PVS`` size options and VG is fully allocated (https://github.com/ansible-collections/community.general/pull/229).
|
||||
Loading…
Reference in New Issue