summaryrefslogtreecommitdiffstats
path: root/storage/devicelibs
Commit message (Expand)AuthorAgeFilesLines
* Recognize mpath devices when we see them.Peter Jones2009-08-061-0/+8
* Include lv_attr in lvm.lvs() return value.David Cantrell2009-07-081-3/+4
* Fix list of 64-bit arches.Bill Nottingham2009-07-081-1/+1
* Support for MD containers.Jacek Danecki2009-06-221-4/+7
* Convert storage/ to Makefile.amDavid Cantrell2009-06-092-33/+23
* Pass --force to lvresize so it doesn't ask for confirmation.David Lehman2009-05-311-1/+1
* Bring luks_add_key and luks_remove_key back into devicelibs.crypto.David Lehman2009-04-241-4/+65
* 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
* Make sure we have a clean lvm ignore list when we initialize.Joel Granados Moreno2009-04-071-0/+5
* Fixes of errors shown by pylint that didn't get into the beta build.Martin Gracik2009-03-313-4/+4
* Don't write out md member devices to a config file for assemble.David Lehman2009-03-301-21/+1
* Remove unused getVG{Free,Used}Space methods.Chris Lumens2009-03-271-19/+0
* Code fixes of errors shown by pylint (mgracik).Chris Lumens2009-03-253-1/+5
* Use the same units (MB) for extent size that we do for everything else.David Lehman2009-03-241-1/+1
* Handle system crappyness.Joel Granados Moreno2009-03-191-7/+20
* Do not hang when creating raid array with member having filesystem detected (...Radek Vykydal2009-03-181-1/+1
* Fixed the names of the variables for lvm.py functions.Martin Gracik2009-03-161-4/+4
* Added test case for devicelib mdraid.py.Martin Gracik2009-03-131-38/+40
* Add a list that lvm should ignore.Joel Granados Moreno2009-03-131-46/+140
* Use the pyblock functions when possible.Joel Granados Moreno2009-03-101-0/+9
* Move the mdRaidBootArches logic into the platform module.Chris Lumens2009-03-091-2/+0
* Do not pass None values into nonmandatory arguments, you are screwing the def...Martin Sivak2009-03-061-1/+9
* Implement Storage.sanityCheck, mostly from old partitions code.David Lehman2009-03-041-0/+2
* Install storage/ with the rest, include it and booty in images.David Lehman2009-03-041-0/+33
* Add MAX_LV_SLOTS and to lvm.py and remove unused pesize from getMaxLVSize.David Lehman2009-03-041-5/+4
* Added unittests for devicelibs lvm.py and swap.py; Corrected errors in lvm.py...Martin Gracik2009-03-042-15/+22
* Fix some remaining errors and require higher version of pycryptsetupMartin Sivak2009-03-031-2/+2
* Integrate the python-cryptsetup packageMartin Sivak2009-03-031-123/+35
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-275-71/+72
* Clean up imports, add header blocks as needed.David Lehman2009-02-235-5/+71
* Replace old storage modules.David Lehman2009-02-236-0/+890