Commit 000f4ae
authored
Version 1.9.2 - CHANGELOG.md [citest skip] (#306)
[1.9.2] - 2022-11-01
--------------------
### New Features
- none
### Bug Fixes
- Master thin support size fix (#299)
Fixed calculation of relative thinp sizes
- percent specified 'size' of thin pool volume is now properly
calculated from size of parent thinpool
Fixed size and percentage handling for thin pools
- percentage size thin volume now correctly references its parent device
for size calculation
- percentage values are now accepted size for thin pool size
### Other Changes
- Add disks_needed for raid test cases (#300)
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
- use block instead of end_play (#302)
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`.
- Modified lvmvdo check
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>
Signed-off-by: Rich Megginson <rmeggins@redhat.com>1 parent d0e6be8 commit 000f4ae
1 file changed
+43
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
4 | 47 | | |
5 | 48 | | |
6 | 49 | | |
| |||
0 commit comments