7cef68f New version: 2.1.2-1

Authored and Committed by dlehman 7 years ago
    New version: 2.1.2-1
    
    - Allign the LV's size up to set the base size for growing (vpodzime)
    - Ensure biosboot shows up in kickstart (#1242666) (rmarshall)
    - Add tests for the new LV from LVs actions (vpodzime)
    - Make sure to add/remove internal LVs when adding/removing a compound LV
      (vpodzime)
    - Make sure all LVs to create a new LV from are in the DT (vpodzime)
    - Make sure internal LVs are added/removed to/from DT properly (vpodzime)
    - Make LVs depend on their internal LVs (vpodzime)
    - Do not add the LV to devicetree in new_lv_from_lvs() (vpodzime)
    - Require libblockdev version with all the functions we need (vpodzime)
    - Allow for cascade creation of LVs from LVs (vpodzime)
    - Fix removing PVs after removing VG (#1358067) (vtrefny)
    - Pass arguments to get_member_raid_sets() in the correct order (#1225184)
      (vpodzime)
    - Use the new way extra information is provided for LVs (vpodzime)
    - Add a method to determine if a udev device is a disk. (vtrefny)
    - Fix udev.resolve_glob to match device path too (vtrefny)
    - Adapt to the old-new storaged API paths (vpodzime)
    - Handle an mpath name as lone exclusive disk. (#984059) (dlehman)
    - Add unit tests for disk filter. (dlehman)
    - Allow creation of a new LV from other LVs (vpodzime)
    - Removed test for snapshot origin existance (jkonecny)
    - Don't require existing origin when modeling snapshot (jkonecny)
    - Update size for dmraid arrays found during populate. (#1269662) (dlehman)
    - Restore the correct default partition table type for AArch64 EFI. (dmarlin)
    - Fix args to cancel_disk_actions call from hide(). (dlehman)
    - Fix not enough free space after creating extended partition (#1252350)
      (vtrefny)
    - Add some more unit tests for DeviceTree. (dlehman)
    - Add tests for critical format methods. (dlehman)
    - Split and include cache data and metadata sizes properly (vpodzime)
    - Use internal LVs (if any) to calculate space used by existing LVs (vpodzime)
    - Remove an unused calculation of VG's RAID PVs (vpodzime)
    - Only include padding to nonexisting thin pools' vg_space_used (vpodzime)
    - Require pyudev 0.18 or newer (vtrefny)
    - Do not use deprecated pyudev methods (vtrefny)
    - Show changes for each branch in git-multi-merge before pushing (vpodzime)
    
        
file modified
+1 -0
file modified
+43 -8
file modified
+1 -1