1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins
JuddTracy-DAS 4fe87879ff
Fix idempotent issue when using lvol with %VG or %PVS size options and VG is fully allocated (#229)
* Fix rounding issues with percentages

Changed the behavior when using %VG or %PVS to make the size_requested an even modulus with the VGs physical extents by rounding down.  This makes the usage of %VG or $PVE idempotent when the calculated size_requested does not end on a physical extent boundary.

* Added ansible changelog fragment.

* Forgot the module in the changelog fragment.

* Added URL to the PR to the changelog fragment.

* Update changelogs/fragments/229_lvol_percentage_fix.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
2020-11-09 08:39:34 +01:00
..
action iptables_state: fix race condition between module and its action plugin (#1140) 2020-10-20 20:27:37 +02:00
become Fix various sanity errors in plugins (#881) 2020-09-16 11:06:45 +02:00
cache cache/redis: feature redis sentinel (#1055) 2020-10-20 07:05:40 +02:00
callback Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
connection Improve plugin sanity (#966) 2020-09-28 21:21:51 +02:00
doc_fragments Tidy up validate-modules ignores for rackspace modules (#1242) 2020-11-08 09:44:28 +01:00
filter JC plugin (#750) 2020-08-11 09:12:17 +03:00
inventory proxmox: ignore QEMU templates altogether (#1185) 2020-10-30 19:51:49 +01:00
lookup Respect VAULT_SKIP_VERIFY envionment variable setting in hashi_vault lookup plugin (#1024) 2020-10-09 14:23:04 +02:00
module_utils InfluxDB_database: Make the path argument conditional on the InfluxDB version (#1126) 2020-11-06 09:12:00 +01:00
modules Fix idempotent issue when using lvol with %VG or %PVS size options and VG is fully allocated (#229) 2020-11-09 08:39:34 +01:00