Skip to content

Commit 000f4ae

Browse files
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

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
11
Changelog
22
=========
33

4+
[1.9.2] - 2022-11-01
5+
--------------------
6+
7+
### New Features
8+
9+
- none
10+
11+
### Bug Fixes
12+
13+
- Master thin support size fix (#299)
14+
15+
Fixed calculation of relative thinp sizes
16+
17+
- percent specified 'size' of thin pool volume is now properly
18+
calculated from size of parent thinpool
19+
20+
Fixed size and percentage handling for thin pools
21+
22+
- percentage size thin volume now correctly references its parent device
23+
for size calculation
24+
- percentage values are now accepted size for thin pool size
25+
26+
### Other Changes
27+
28+
- Add disks_needed for raid test cases (#300)
29+
30+
Creating raid will be failed if we don't have enough unused disks, set
31+
disks_needed earlier.
32+
33+
Set disks_needed=2 for tests_swap.yml
34+
35+
- use block instead of end_play (#302)
36+
37+
Do not use `end_play` with the conditional `when` which uses variables
38+
for the condition. The problem is that `end_play` is executed in a
39+
different scope where the variables are not defined, even when using
40+
`set_fact`. The fix is to instead use a `block` and a `when`.
41+
42+
- Modified lvmvdo check
43+
44+
VDO check was failing due to issue in 'vdostats'.
45+
Modified vdo testing so 'lvs' is used to get data instead
46+
447
[1.9.1] - 2022-07-26
548
--------------------
649

0 commit comments

Comments
 (0)