summaryrefslogtreecommitdiffstats
path: root/pyanaconda/storage
Commit message (Expand)AuthorAgeFilesLines
* Tighten up management of passphrases across Storage resets. (#865364)David Lehman2012-10-192-1/+8
* Log exceptions raised from PartitionDevice constructor.David Lehman2012-10-191-1/+2
* 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-192-14/+5
* Add missing pieces for kickstart's encryption cipher option.David Lehman2012-10-172-0/+3
* Just return the size string uppercased (#867074).Chris Lumens2012-10-161-2/+2
* Revert "Use a capital "B" in the size module (#859932)."Chris Lumens2012-10-161-2/+2
* Revert "Fix one more reference to bits (#859932)."Chris Lumens2012-10-161-1/+1
* Honor the nompath option.David Lehman2012-10-152-7/+14
* Validate lv names.David Lehman2012-10-151-0/+9
* Fix one more reference to bits (#859932).Chris Lumens2012-10-151-1/+1
* Don't display "None" in the name of a root.Chris Lumens2012-10-151-2/+8
* Fix a bug allocating fixed-size partitions.David Lehman2012-10-121-1/+1
* Clean up size sets immediately after allocation run. (#864771)David Lehman2012-10-121-0/+3
* Make sure partition base sizes are adequate for their formatting.David Lehman2012-10-121-3/+6
* Don't fail to account for all set members' growth.David Lehman2012-10-121-3/+0
* Raise MDRaidError instead of ValueError from devicelibs.mdraid.David Lehman2012-10-121-7/+7
* Use a capital "B" in the size module (#859932).Chris Lumens2012-10-111-2/+2
* Fix listing of subvolumes for existing btrfs volumes.David Lehman2012-10-111-1/+1
* Remove overzealous correction of device type for /boot*. (#863574)David Lehman2012-10-111-3/+0
* Pad filesystem minimum sizes to ensure other OS can still run.David Lehman2012-10-111-1/+6
* Handle encrypted partitions in size set classes.David Lehman2012-10-111-2/+18
* Present an error message if no disks are detected (#864093).Chris Lumens2012-10-091-3/+0
* Handle luks formats during populate if they have a passphrase set.David Lehman2012-10-081-6/+12
* Add encryption support to the device factory classes.David Lehman2012-10-081-2/+22
* ntfsresize uses SI (MB) while the rest of us use IEC (MiB). (#862109)David Lehman2012-10-051-3/+8
* 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
* Fix a regression in BTRFSVolumeDevice.listSubVolumes. (#862742)David Lehman2012-10-051-1/+1
* Fix behavior of resolveDevice when devspec is a device name.David Lehman2012-10-051-5/+9
* Prevent BTRFS volumes from ever having the name None.David Lehman2012-10-051-5/+4
* Prevent negative free value for filesystems. (#861812)David Lehman2012-10-051-3/+3
* Revert broken logic for newly formatted devices in unusedDevices.David Lehman2012-10-041-1/+1
* Prevent systemd timeout waiting for encryption passphrase. (#861123)David Lehman2012-10-041-0/+2
* Fix traceback when switching device type to lvm. (#860990)David Lehman2012-10-041-0/+1
* doAutoPartition should raise errors instead of handle them.Chris Lumens2012-10-031-13/+5
* Treat disks with unrecognized or no formatting as empty. (#858862)David Lehman2012-09-261-0/+2
* Add a method to reset a device to its original state.David Lehman2012-09-261-0/+9
* Make a copy of the original format instead of just storing another ref.David Lehman2012-09-262-3/+4
* Reformatting effectively removes a device from an existing Root.David Lehman2012-09-261-1/+1
* Fix test for whether to create biosboot during autopart. (#853628)David Lehman2012-09-261-1/+16
* Remove our use of scsi_wait_scan (#858393).Chris Lumens2012-09-191-5/+0
* Move check of new partition size against format limits.David Lehman2012-09-171-14/+15
* Improve growth check when deciding where to allocate new partitions.David Lehman2012-09-171-5/+31
* Allow creation of biosboot and prepboot partitions in the custom spoke.David Lehman2012-09-131-2/+2
* The return value of execWithRedirect is an integer.David Lehman2012-09-131-2/+2
* Only include following free space in partitions' max size.David Lehman2012-09-131-6/+14
* Handle newDevice partitions smaller than the default of 500MB. (#853125)David Lehman2012-09-131-11/+6
* Write storage configs after payload install for live installs. (#856836)David Lehman2012-09-121-1/+0