lvol - bug fix - Convert units to lowercase when using LVS or VGS command (#2369)

* Added lower call for units when checking lvs/vgs size

* Changelog

* Size roudning correction

* Rounding

* Changelog

* Remove whitespace
This commit is contained in:
zigaSRC
2021-05-03 21:25:52 +02:00
committed by GitHub
parent 7007c68ab7
commit 06bdabcad9
2 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- lvol - fixed size unit capitalization to match units used between different tools for comparison (https://github.com/ansible-collections/community.general/issues/2360).
- lvol - fixed rounding errors (https://github.com/ansible-collections/community.general/issues/2370).