b0b6d6e New version 3.1.5

Authored and Committed by vtrefny 4 years ago
    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)
    
        
file modified
+2 -0
file modified
+24 -0
file modified
+2 -2