summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Do not check size when adding LV to growing VG (bug #492264)Radek Vykydal2009-04-031-1/+4
* Don't let device names affect action order in general case.David Lehman2009-04-021-5/+5
* Round up when aligning to pesize for space used. (#493656)David Lehman2009-04-021-3/+8
* Improve handling for various nodev filesystems in fstab. (#493685, #493202)David Lehman2009-04-021-2/+3
* Make a top level StorageError that all others are based on.David Lehman2009-04-021-12/+36
* Remove unused PRePDevice class.David Lehman2009-04-021-37/+0
* Make the disk model an attribute of DiskDevice.David Lehman2009-04-021-0/+4
* Handle format actions in cancelAction()David Cantrell2009-04-021-0/+4
* Remove temporary directory used in _getExistingSize()David Cantrell2009-04-021-0/+1
* Activate storage before looking up the hdiso source drive (#491781).Chris Lumens2009-04-021-7/+25
* Don't allow the rootfs on live installs to not match (#493206, #492727)Jeremy Katz2009-04-021-0/+9
* Create setup and teardown functs for dmraid devs.Joel Granados Moreno2009-04-021-7/+25
* put xfs back where it belongsEric Sandeen2009-04-021-1/+1
* It's 2009, let's ignore floppy drives now (#493338, #493377).Chris Lumens2009-04-011-1/+1
* Remove DmRaidArrayDevice level attribute (#493293)Hans de Goede2009-04-012-4/+1
* get_containing_device takes two arguments (#493266).Chris Lumens2009-04-011-2/+2
* Fix a few more pylint warnings and errors in storage/*Hans de Goede2009-03-311-12/+10
* 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