mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 17:32:58 +00:00
lvol: fix thin-pool creation with percentage size (#11925)
* fix(lvol): use --extents (-l) for thin-pool creation with percentage size Fixes #11923 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore(lvol): add changelog fragment for #11925 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * test(lvol): add integration tests for thin-pool creation with percentage sizes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * test(lvol): use extent-aligned size for thin-pool absolute-size idempotency test Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * test(lvol): reduce thin-pool sizes to leave space for test_pvs.yml Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * test(lvol): add shrink=false to thin-pool absolute-size idempotency check Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * test(lvol): add shrink: false to thin volume idempotency test LVM reports thin volume size slightly above requested (metadata overhead), triggering spurious shrink attempts. Disable shrink for idempotency checks to avoid false failures. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c0d3464fa7
commit
d0f0e9d00f
4 changed files with 125 additions and 9 deletions
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- lvol - fix thin-pool creation when ``size`` is a percentage (https://github.com/ansible-collections/community.general/issues/11923, https://github.com/ansible-collections/community.general/pull/11925).
|
||||
Loading…
Add table
Add a link
Reference in a new issue