mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
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:
parent
7007c68ab7
commit
06bdabcad9
2 changed files with 8 additions and 8 deletions
3
changelogs/fragments/2369-lvol_size_bug_fixes.yml
Normal file
3
changelogs/fragments/2369-lvol_size_bug_fixes.yml
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue