summaryrefslogtreecommitdiffstats
path: root/dmraid.py
Commit message (Expand)AuthorAgeFilesLines
* Fix various syntax errors caught by PyCheckerHans de Goede2008-10-291-1/+1
* Remove support for RHupdates. updates.img is the way to go now.Chris Lumens2008-06-181-1/+1
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-8/+14
* Fix up device names when probing.Bill Nottingham2007-12-071-2/+2
* Don't try and make devices. Adjust calls as necessary.Bill Nottingham2007-12-071-4/+2
* Clean up usage of /tmp for device nodes (patch from notting@redhat.com).Chris Lumens2007-10-241-8/+2
* - Fix module loading path so bdevid modules on updates work correctlyPeter Jones2007-07-061-3/+11
* - ignore stupid dmraid45 crapPeter Jones2006-11-071-2/+15
* 2006-09-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-291-25/+31
* - Use a private copy of block which loads only the "scsi" probe, wrap probingPeter Jones2006-09-291-23/+31
* - Don't clobber bdevid search path with "/lib/" entries (#203425)Peter Jones2006-08-231-1/+2
* - another cache key naming fixPeter Jones2006-08-011-4/+4
* - fix keyname generation in drive cache removalPeter Jones2006-08-011-4/+5
* - update multipath and dmraid support, make it actually installPeter Jones2006-07-261-25/+14
* - make DmDriveCache more genericPeter Jones2006-07-171-28/+103
* 2006-03-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-131-1/+1
* - don't put /tmp into the probe list for dmraid, but do make the devicePeter Jones2006-01-311-9/+12
* - add kickstart dmraid supportPeter Jones2006-01-311-6/+26
* Just kidding! Hahaha!David Cantrell2006-01-301-4/+0
* Prevent dmraid stuff from making /dev/mapper/kakahehehohomumbojumbo for oneDavid Cantrell2006-01-301-0/+5
* - fix dmraid degraded checking to work like booty's versionPeter Jones2006-01-101-3/+4
* * dmraid.py (dmDriveCache): add dmDriveCache class, to to managePeter Jones2005-12-111-84/+63
* Hook up anaconda.dmraid logging to the rest of the logging system so itChris Lumens2005-11-181-0/+5
* - use the dmraid flagPeter Jones2005-11-171-0/+10
* - rework disk/spare listing stuff to use the class methodsPeter Jones2005-11-171-93/+97
* - switch to using anaconda's logger properlyPeter Jones2005-11-111-5/+43
* added first support for pyblock/dmraid/etcPeter Jones2005-11-091-0/+154