summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Fixes of errors shown by pylint that didn't get into the beta build.Martin Gracik2009-03-3115-57/+33
* Adjust the dmraid ignoring logic.Joel Granados Moreno2009-03-311-53/+66
* Increase udev_settle timeout in udev_get_block_devices. (#492049)David Lehman2009-03-301-1/+1
* Fix check for fully defined md array when raidlevel is 0. (#491796)David Lehman2009-03-301-1/+1
* Make sure the pvs are set up before doing lvremove or vgremove.David Lehman2009-03-301-1/+4
* Don't write out md member devices to a config file for assemble.David Lehman2009-03-301-21/+1
* Fix the supported property of filesystems and prepboot format.David Lehman2009-03-302-2/+10
* Return early from doAutoPartition if partition allocation fails.David Lehman2009-03-301-0/+2
* Reset storage instance if autopart fails. (#492158)David Lehman2009-03-301-0/+1
* Assign weights to partition requests when doing manual or kickstart installs.Chris Lumens2009-03-301-19/+18
* Take the base request weight into account when sorting partitions.Chris Lumens2009-03-301-0/+6
* Add a weight property to the PartitionDevice class.Chris Lumens2009-03-301-1/+14
* Add a simple class for the auto partition requests.Chris Lumens2009-03-301-0/+31
* Move _scheduleLVs and growLVM calls to be inside try/exceptDavid Cantrell2009-03-301-6/+6
* Remove unused self._resize variable.David Cantrell2009-03-301-2/+0
* Having 2 raidsets in the same group of devs is possible.Joel Granados Moreno2009-03-301-56/+57
* Remove unused getVG{Free,Used}Space methods.Chris Lumens2009-03-271-19/+0
* Clean up the reinitialize LVM warning message (#491888).Chris Lumens2009-03-271-10/+7
* Keep VG size property non-negativeRadek Vykydal2009-03-271-1/+1
* Grow LVs for kickstart requests tooRadek Vykydal2009-03-271-2/+3
* Use self.name to report that we could not eject cd.Joel Granados Moreno2009-03-271-1/+1
* Revert "Don't do format-specific processing on devices targeted by clearpart....Joel Granados Moreno2009-03-272-18/+1
* Don't do format-specific processing on devices targeted by clearpart. (#492123)David Lehman2009-03-262-1/+18
* Rework CryptTab.parse (dlehman).Chris Lumens2009-03-251-26/+25
* Code fixes of errors shown by pylint (mgracik).Chris Lumens2009-03-257-10/+13
* Don't underflow on the busy cursor stack.Chris Lumens2009-03-251-5/+2
* "vg" is not valide inside this if.Joel Granados Moreno2009-03-251-4/+4
* Device is sometimes None.Joel Granados Moreno2009-03-251-1/+1
* Fix typo. (#492042)David Lehman2009-03-241-1/+1
* Get the UUID of each md array we create. (#491796)David Lehman2009-03-241-3/+4
* Call udev_settle after committing changes to a disk (#491529)Hans de Goede2009-03-241-0/+3
* Be a little bit smarter about allocating space to grow parts. (#491761)David Lehman2009-03-241-0/+30
* Check that partition is on the disk before trying to remove it. (#491997)David Lehman2009-03-241-0/+3
* Work around a bug in mdadm incremental assembly.David Lehman2009-03-242-2/+13
* Use the same units (MB) for extent size that we do for everything else.David Lehman2009-03-241-1/+1
* Put line breaks in between crypttab entries. (#491938)David Lehman2009-03-241-4/+4
* Register the NoDevFS class.Chris Lumens2009-03-241-0/+2
* fslabels -> labels.Chris Lumens2009-03-241-1/+1
* NFSDevice does not take exists= as a parameter.Chris Lumens2009-03-241-2/+1
* Override _setDevice and _getDevice in NFS.Chris Lumens2009-03-241-0/+11
* Move resolveDevice into the DeviceTree class.Chris Lumens2009-03-242-84/+75
* Move most of the parseFSTab logic into its own function.Chris Lumens2009-03-241-65/+76
* We don't even use partedUtils in this module.Chris Lumens2009-03-241-1/+0
* PReP formats can never be active. (#491865)David Lehman2009-03-241-0/+4
* Move protectedPartition setup into storageInitialize (#491781).Chris Lumens2009-03-241-2/+29
* Add a format for ISO9660 filesystems.Chris Lumens2009-03-241-0/+17
* Don't remove partitions twice.Joel Granados Moreno2009-03-241-3/+0
* Add EFI, Apple Bootstrap, and PPC PReP Boot formats.David Lehman2009-03-234-12/+100
* Remove all implicit calls to self.format.destroy from Device classes.David Lehman2009-03-231-19/+0
* Pop the busy cursor when we're done with the wait window (#491736).Chris Lumens2009-03-232-1/+3