linux-system-roles / storage

Ansible role for linux storage management
https://linux-system-roles.github.io/storage/
MIT License
101 stars 59 forks source link

Version 1.9.2 - CHANGELOG.md [citest skip] #306

Closed richm closed 1 year ago

richm commented 1 year ago

[1.9.2] - 2022-11-01

New Features

Bug Fixes

Fixed calculation of relative thinp sizes

Fixed size and percentage handling for thin pools

Other Changes

Creating raid will be failed if we don't have enough unused disks, set disks_needed earlier.

Set disks_needed=2 for tests_swap.yml

Do not use end_play with the conditional when which uses variables for the condition. The problem is that end_play is executed in a different scope where the variables are not defined, even when using set_fact. The fix is to instead use a block and a when.

VDO check was failing due to issue in 'vdostats'. Modified vdo testing so 'lvs' is used to get data instead

Signed-off-by: Rich Megginson rmeggins@redhat.com