mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 02:33:09 +00:00
The volume create methods were making an assumption on the unit sizes being presented by the `vgdisplay` and the `lvdisplay` commands. To correct the assumption the commands will now enforce a unit size of "g" which will alway convert sives to gigabytes. This was an issue brought up by @hughsaunders.