summaryrefslogtreecommitdiffstats
path: root/storage/devicelibs
Commit message (Expand)AuthorAgeFilesLines
* Revert "working on this"Peter Jones2010-02-261-1/+1
* working on thisPeter Jones2010-02-261-1/+1
* Write a multipath.conf before probing for mpaths.Peter Jones2010-02-261-0/+6
* Check for the real device-mapper nodes in /proc/swaps. (#567840)David Lehman2010-02-251-2/+13
* Pass '--force' to vgremove to avoid interactive prompts. (#563873)David Lehman2010-02-121-1/+1
* Fix splitting of error strings from program.log.David Lehman2010-02-052-2/+2
* Strip off the timestamp from error output pulled from program.log.David Lehman2010-02-032-2/+6
* Correctly add found multipath devices to our dict (#560029).Chris Lumens2010-01-291-1/+1
* Add pure python EDD code parsing and compareDrives substitute (#478996)Hans de Goede2010-01-281-0/+97
* multipath gives us CCISS devices names with ! in them, but we expect /.Chris Lumens2010-01-251-1/+1
* Fix broken log message.Peter Jones2010-01-221-1/+2
* Make multipath support use device-mapper-multipath to setup mpaths.Peter Jones2010-01-211-30/+61
* Create multipath.confPeter Jones2010-01-211-488/+29
* Add a parser for 'multipath -d' output.Peter Jones2010-01-201-0/+47
* iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out.Peter Jones2010-01-152-8/+4
* mdraid: various changes to options for new mdraid array creationHans de Goede2010-01-141-1/+6
* Fix reset of lvm filtering (#527711)Radek Vykydal2009-12-221-1/+2
* Move identifyMultipaths from DeviceTree to devicelibs.Chris Lumens2009-12-111-0/+81
* Fix devicelibs.dm.device_is_multipath support for new udev rules.Peter Jones2009-11-301-1/+16
* Add optional progress windows to devicelibs create functions.David Lehman2009-11-303-23/+23
* Force mkswap to do its job.David Lehman2009-11-301-1/+3
* Add RAID4 support (#541433)Alexandre Oliva2009-11-261-0/+5
* Don't set unnecessary multipath defaults.Peter Jones2009-10-151-2/+492
* Write multipathd.conf in anaconda so that dracut can find it.Peter Jones2009-10-121-0/+37
* Try to include error messages in lvm/mdadm exceptions.David Lehman2009-10-012-131/+107
* Add function lvorigin to determine the name of a snapshot's origin lv.David Lehman2009-09-211-0/+16
* Do not pass --update=super-minor to mdadm for containers and sets there inHans de Goede2009-09-151-3/+8
* Add escrow supportMiloslav Trmač2009-09-141-0/+20
* Raise exception if detected swap volumes are not Linux v1 swap space.David Cantrell2009-09-071-0/+5
* Make sure LV and VG names fit within LVM limits (#517483)David Cantrell2009-08-191-1/+8
* 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