Releases: linux-system-roles/storage
Releases · linux-system-roles/storage
Version 1.12.1
Version 1.12.0
Version 1.11.0
Version 1.10.0
[1.10.0] - 2023-05-30
New Features
- feat: User-specified mount point owner and permissions
Bug Fixes
- fix: Allow using raid_chunk_size for RAID pools and volumes
Other Changes
- docs: Consistent contributing.md for all roles - allow role specific contributing.md section
- docs: add Collection requirements section to README
- test: use SYSTEM_ROLES_REMOVE_CLOUD_INIT=1 with remove-cloud-init
Version 1.9.8
[1.9.8] - 2023-04-13
Other Changes
- ansible-lint - use changed_when for conditional tasks; add line length comment (#344)
Version 1.9.7
Version 1.9.6
Version 1.9.5
Version 1.9.4
[1.9.4] - 2022-12-16
New Features
- none
Bug Fixes
- none
Other Changes
- Tests - use a threshold of 2 percent in volume size check (#313)
There seems to be an issue calculating the expected size and the
actual size of the volume. On some systems, the difference is
greater than 1% but less than 2%. We are working on a better, more
reliable method of calculating the expected and actual sizes. In
the meantime, make the threshold 2%.
Version 1.9.3
[1.9.3] - 2022-12-06
New Features
- none
Bug Fixes
- Thin pool test with large size volume fix (#310)
fixed size calculation for large size thin pools in the test
modified provision.fmf disk size to simulate larger disks in the tests
Other Changes
- none