summaryrefslogtreecommitdiffstats
path: root/storage/devicelibs/mdraid.py
Commit message (Expand)AuthorAgeFilesLines
* Fix splitting of error strings from program.log.David Lehman2010-02-051-1/+1
* Strip off the timestamp from error output pulled from program.log.David Lehman2010-02-031-1/+3
* mdraid: various changes to options for new mdraid array creationHans de Goede2010-01-141-1/+6
* Add optional progress windows to devicelibs create functions.David Lehman2009-11-301-7/+7
* Add RAID4 support (#541433)Alexandre Oliva2009-11-261-0/+5
* Try to include error messages in lvm/mdadm exceptions.David Lehman2009-10-011-45/+40
* Do not pass --update=super-minor to mdadm for containers and sets there inHans de Goede2009-09-151-3/+8
* Support for MD containers.Jacek Danecki2009-06-221-4/+7
* Mdadm's incremental mode ignores the auto option, so don't use it.David Lehman2009-04-211-1/+0
* Reimplement mdexamine using a more easily parseable output format.David Lehman2009-04-211-41/+16
* Fix position of "--run" option to mdadm assemble.David Lehman2009-04-211-2/+2
* Fix editing of raid device (persistence of level choice) (#496159)Radek Vykydal2009-04-171-8/+24
* Make sure we "insist" on mdadm commands. (491729)Joel Granados Moreno2009-04-171-1/+2
* Fix processing of --level and --device options of ks raid commands.Radek Vykydal2009-04-081-1/+1
* Fixes of errors shown by pylint that didn't get into the beta build.Martin Gracik2009-03-311-1/+1
* Don't write out md member devices to a config file for assemble.David Lehman2009-03-301-21/+1
* Code fixes of errors shown by pylint (mgracik).Chris Lumens2009-03-251-0/+3
* Do not hang when creating raid array with member having filesystem detected (...Radek Vykydal2009-03-181-1/+1
* Added test case for devicelib mdraid.py.Martin Gracik2009-03-131-38/+40
* Move the mdRaidBootArches logic into the platform module.Chris Lumens2009-03-091-2/+0
* Implement Storage.sanityCheck, mostly from old partitions code.David Lehman2009-03-041-0/+2
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-14/+12
* Clean up imports, add header blocks as needed.David Lehman2009-02-231-1/+22
* Replace old storage modules.David Lehman2009-02-231-0/+226