New version 3.1.5
- Move dependencies code from StorageDevice to Device (vtrefny) - Always use luks_data.min_entropy as a default minimum entropy (vponcova) - Add 'protected' property setter to LVMVolumeGroupDevice (#1729363) (vtrefny) - fix of LV max size calculation (japokorn) - Added min size for partitions (japokorn) - Improved non-unique UUID handling (japokorn) - Check if disklabel supports partition names (#1723228) (vtrefny) - format_device: Revert destroy action if create fails (#1727589) (vtrefny) - Do not allow resizing of LUKS devices with integrity (vtrefny) - Return underlying block device as 'slave' for LUKS with integrity (vtrefny) - Fix removing LUKS devices with integrity (vtrefny) - Check status before activating dmraid set in populate. (#1723979) (dlehman) - Use DBus call to see if we're in a vm. (dlehman) - Use dasd disklabel for vm disks backed by dasds. (dlehman) - Add a function to detect if running in a vm. (dlehman) - Remove teardown_all from the populate method (vponcova) - Correctly handle non-unicode iSCSI initiator names (vtrefny) - Add, test and use a new method to get size with reserve (vpodzime) - Beware non-positive sizes in thpool metadata size calculations (vpodzime) - Log sizes in MiB in thpool auto metadata size calculations (vpodzime) - Recalculate thpool's metadata size on resize in LVMThinPFactory (vpodzime) - Move the thpool reserve calculations to LVMFactory (vpodzime)
This commit is contained in:
parent
3edde09bf0
commit
b0b6d6ebb7
2
.gitignore
vendored
2
.gitignore
vendored
@ -115,3 +115,5 @@
|
||||
/blivet-3.1.3.tar.gz
|
||||
/blivet-3.1.4-tests.tar.gz
|
||||
/blivet-3.1.4.tar.gz
|
||||
/blivet-3.1.5-tests.tar.gz
|
||||
/blivet-3.1.5.tar.gz
|
||||
|
@ -193,6 +193,30 @@ configuration.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 15 2019 Vojtech Trefny <vtrefny@redhat.com> - 3.1.5-1
|
||||
- Move dependencies code from StorageDevice to Device (vtrefny)
|
||||
- Always use luks_data.min_entropy as a default minimum entropy (vponcova)
|
||||
- Add 'protected' property setter to LVMVolumeGroupDevice (#1729363) (vtrefny)
|
||||
- fix of LV max size calculation (japokorn)
|
||||
- Added min size for partitions (japokorn)
|
||||
- Improved non-unique UUID handling (japokorn)
|
||||
- Check if disklabel supports partition names (#1723228) (vtrefny)
|
||||
- format_device: Revert destroy action if create fails (#1727589) (vtrefny)
|
||||
- Do not allow resizing of LUKS devices with integrity (vtrefny)
|
||||
- Return underlying block device as 'slave' for LUKS with integrity (vtrefny)
|
||||
- Fix removing LUKS devices with integrity (vtrefny)
|
||||
- Check status before activating dmraid set in populate. (#1723979) (dlehman)
|
||||
- Use DBus call to see if we're in a vm. (dlehman)
|
||||
- Use dasd disklabel for vm disks backed by dasds. (dlehman)
|
||||
- Add a function to detect if running in a vm. (dlehman)
|
||||
- Remove teardown_all from the populate method (vponcova)
|
||||
- Correctly handle non-unicode iSCSI initiator names (vtrefny)
|
||||
- Add, test and use a new method to get size with reserve (vpodzime)
|
||||
- Beware non-positive sizes in thpool metadata size calculations (vpodzime)
|
||||
- Log sizes in MiB in thpool auto metadata size calculations (vpodzime)
|
||||
- Recalculate thpool's metadata size on resize in LVMThinPFactory (vpodzime)
|
||||
- Move the thpool reserve calculations to LVMFactory (vpodzime)
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.1.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (blivet-3.1.4-tests.tar.gz) = bf600b7256c24de514bdc86afa771b79ae283d9f20d7ef995d202a3ff18a1bcd6368524014582a5e6cc498529e58c3ebbc32427d7226420109a555a273f00b4b
|
||||
SHA512 (blivet-3.1.4.tar.gz) = c4fa1e67824a0790640966aa9a4a4dec0d6464154c4e2010b9666df2d9e866051ab7809613cec779c19ba1bde46af74a9a1dbc9044144fa48910c7085fbd86ed
|
||||
SHA512 (blivet-3.1.5-tests.tar.gz) = c2e717d0cbbe24ef86024c3d9ecc659ce12bf99efb84846510bf6d18c121c9a7421a99cc1d5f8d272e5acfeb16bd8e2c7bbafc138be940731454a187207fde86
|
||||
SHA512 (blivet-3.1.5.tar.gz) = 9d0ebc7b918085a504bd7c9f162fce6f280ba66dcfd1e89cc98010279a72ff29c8f293c4e51b190212ab4b1a5226a9eb86fd04bc01b96f067dfb971d7c95e080
|
||||
|
Loading…
Reference in New Issue
Block a user