summaryrefslogtreecommitdiffstats
path: root/pyanaconda/storage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-3533/+0
* Move tsort, platform, and baseudev into storage.David Lehman2013-01-281-19/+8
* Start laying groundwork for splitting storage out of pyanaconda.David Lehman2013-01-281-11/+41
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-281-36/+38
* Handle sending program output to tty5 through the logging setup.David Lehman2013-01-281-4/+2
* Use dumpe2fs output to determine dirty fs.David Lehman2013-01-281-2/+2
* Remove filesystem migration code.David Lehman2013-01-281-24/+0
* Fix handling of failure to create a new container. (#892046)David Lehman2013-01-071-0/+3
* Fix container member set management for md arrays. (#889101)David Lehman2012-12-211-7/+23
* Fix a couple pylint errors (#867125).Chris Lumens2012-12-141-21/+8
* Validate and correct vg names as needed.David Lehman2012-12-131-0/+10
* Make sure software selection is checked against filesystem space. (#853636)David Lehman2012-12-111-0/+25
* Fix initialization of Storage.roots to use a list. (#884270)David Lehman2012-12-051-1/+1
* Fix partition allocation when enabling container encryption. (#879702)David Lehman2012-11-291-5/+8
* Add a way for users to set the names of lvm and md devices.David Lehman2012-11-291-1/+1
* Drop requested container disks that don't have enough space. (#873293)David Lehman2012-11-291-0/+5
* Try to add new device to an existing container if disks are full.David Lehman2012-11-291-5/+12
* Add support for changing a new LV's VG.David Lehman2012-11-291-5/+40
* Fix check for in-use LV name to include VG name. (#875477)David Lehman2012-11-291-1/+1
* only call bootloader.check() if bootloader is setup (#875278)Brian C. Lane2012-11-161-3/+2
* Fix error handling when new device ends up with size 0.David Lehman2012-11-121-15/+11
* Fix container member management for md devices.David Lehman2012-11-091-2/+13
* Clean up container disk set and encryption change handling. (#874714)David Lehman2012-11-091-15/+20
* Honor kickstart bootloader --location=none. (#871143)David Lehman2012-11-091-1/+5
* check for small grub2 embed space (#737508)Brian C. Lane2012-11-091-0/+3
* There is no Storage.destroyFormat method.David Lehman2012-11-081-1/+1
* Move DEVICE_TYPE constants into storage and use them everywhere.David Lehman2012-11-081-6/+56
* A device scheduled for reformat is not unused.David Lehman2012-11-081-1/+1
* Handle changes to encryption state of container members. (#873445)David Lehman2012-11-061-3/+22
* Change custom spoke to apply encryption to PVs, not LVs.David Lehman2012-11-061-0/+2
* You have to give "raise" an exception if you're outside a handler (#872874).Chris Lumens2012-11-051-1/+1
* Enable specification of disk(s) for individual mountpoints. (#870569)David Lehman2012-11-011-16/+51
* Improve management of complex devices in custom spoke. (#865199)David Lehman2012-11-011-9/+39
* Save btrfs subvols' requested size.David Lehman2012-11-011-1/+0
* Pass RAID level to btrfs volume constructor. (#866101)David Lehman2012-10-311-0/+5
* Require that the root filesystem be created by anaconda. (#871104)David Lehman2012-10-311-0/+5
* Remove storageComplete, which was only called from dispatch.py.Chris Lumens2012-10-291-64/+0
* Tighten up management of passphrases across Storage resets. (#865364)David Lehman2012-10-191-0/+7
* Fix size specs for PartitionFactory.David Lehman2012-10-191-4/+6
* Refactor shouldClear slightly.David Lehman2012-10-191-19/+23
* Don't short-circuit devicetree populate based on clearpart setting.David Lehman2012-10-191-4/+2
* Add missing pieces for kickstart's encryption cipher option.David Lehman2012-10-171-0/+1
* Validate lv names.David Lehman2012-10-151-0/+9
* Don't display "None" in the name of a root.Chris Lumens2012-10-151-2/+8
* Make sure partition base sizes are adequate for their formatting.David Lehman2012-10-121-3/+6
* Remove overzealous correction of device type for /boot*. (#863574)David Lehman2012-10-111-3/+0
* Present an error message if no disks are detected (#864093).Chris Lumens2012-10-091-3/+0
* Add encryption support to the device factory classes.David Lehman2012-10-081-2/+22
* Handle all logical/extended partitions in unusedDevices.David Lehman2012-10-051-4/+5
* Raise an exception early in newDevice if no disks were specified. (#858139)David Lehman2012-10-051-0/+4