bb336b9 New version: 0.29-1

Authored and Committed by bcl 10 years ago
    New version: 0.29-1
    
    - btrfs and xfs do not support fsck or dump at boot time (#862871) (bcl)
    - Removed raid level constants from mdraid.py. (amulhern)
    - Remove raidLevel and get_raid_min_members for mdraid.py. (amulhern)
    - Remove raidLevelString in raid and mdraid. (amulhern)
    - In devicefactory.py change mdraid procedures call to raid method calls.
      (amulhern)
    - Removed mdraid.raid_levels (amulhern)
    - Removed mdraid.get_raid_max_spares. (amulhern)
    - Change MDRaidArrayDevice to use raid package. (amulhern)
    - Changed devicelibs.mdraid to make use of devicelibs.raid. (amulhern)
    - Implement a RAID class hierarchy. (amulhern)
    - A few small tests for MDFactory class. (amulhern)
    - Add some additional unit tests in mdraid_tests.py. (amulhern)
    - Make MDRaidArrayDevice initializer not except raid level of None. (amulhern)
    - Add some basic unit tests for MDRaidArrayDevice. (amulhern)
    - Move pyanaconda import into blivet.enable_installer_mode. (amulhern)
    
        
file modified
+1 -0
file modified
+19 -1
file modified
+1 -1