summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Pass --force to lvresize so it doesn't ask for confirmation.David Lehman2009-05-311-1/+1
* Fix a typo in action sorting for resize actions (fs vs. device). (#501000)David Lehman2009-05-311-1/+1
* Create and use unique ids for Device instances. (#500808)David Lehman2009-05-282-18/+33
* Adjust remaining PartitionDevices' names after removing a partition.David Lehman2009-05-281-0/+8
* Limit the trigger to block type devices.Joel Granados Moreno2009-05-281-1/+1
* Make sure that the devices are correctly detected (#491700)Joel Granados Moreno2009-05-271-0/+3
* Ensure matching rootfs type to live type with autopart (#501876)Jeremy Katz2009-05-261-0/+4
* Move /boot checks from sanityCheck into Platform.checkBootRequest.Chris Lumens2009-05-211-43/+1
* Call checkBootRequest from sanityCheck.Chris Lumens2009-05-211-0/+5
* Put some space in that big scary warning.Chris Lumens2009-05-211-1/+1
* Make sure the right _isMigratable gets used for Ext3FS (#501585).Chris Lumens2009-05-201-0/+2
* We are not guaranteed to have a partedDisk in the udev code (#501556, #501428).Chris Lumens2009-05-191-1/+1
* LVMVolumeGroupDevice stores pesize in MB, kickstart expects it in KB.David Lehman2009-05-151-1/+1
* Deactivate md arrays regardless of state if the device is present. (#496441)David Lehman2009-05-151-1/+4
* Lame hack to make sure --size= is never 0 (#500905).Chris Lumens2009-05-151-2/+2
* Don't filter out partitions that haven't been allocated (#500932).Chris Lumens2009-05-151-1/+2
* Write out PE size as an integer, since that's what anaconda wants (#501049).Chris Lumens2009-05-151-1/+1
* Set clearPartType to None on preupgrade too (#499321).Chris Lumens2009-05-151-1/+1
* Fix indentation of line to remove cancelled actions from the list. (#500932)David Lehman2009-05-151-1/+2
* Consider active-idle state of md device as accepatable status of device (#497...Radek Vykydal2009-05-151-1/+1
* Fix detection of cciss disks (#499408)Doug Chapman2009-05-151-0/+1
* Get existing fs size for xfs.David Cantrell2009-05-141-0/+4
* Get existing fs size for ntfs.David Cantrell2009-05-141-0/+3
* Get existing fs size for jfs.David Cantrell2009-05-141-0/+3
* Get existing fs size for ext2, ext3, and ext4.David Cantrell2009-05-141-0/+3
* Compute existing filesystem size using fs info utility.David Cantrell2009-05-141-13/+82
* Do not allow users to migrate ext4 to ext4.David Cantrell2009-05-141-5/+5
* Ignore unrecognized device-mapper devices we find. (#499967)David Lehman2009-05-141-3/+1
* Treat the loop labels as devices without a label.(#493219)Joel Granados Moreno2009-05-141-0/+10
* Add the partition table partition after initializing (#498602).Chris Lumens2009-05-141-0/+9
* Fix a traceback when installing over previous installs on PPC (#499963).Chris Lumens2009-05-121-1/+5
* Fix a typo when probing exception disks.Chris Lumens2009-05-121-1/+1
* Add support for --noformat too.Chris Lumens2009-05-122-13/+27
* Add support for --onpart, --ondrive, and --useexisting.Chris Lumens2009-05-122-8/+33
* Make the storage.writeKS method useful and called from instdata (#493703).Chris Lumens2009-05-121-0/+44
* Add writeKS methods to the device objects.Chris Lumens2009-05-121-0/+80
* Add writeKS methods to all the format objects.Chris Lumens2009-05-126-1/+31
* If clearPartType is None, don't attempt to clear a device (#499321).Chris Lumens2009-05-111-1/+1
* Once a partition is part of another device it cannot be modified. (#496760)David Lehman2009-05-081-3/+10
* Maintain request sort order by using req_disks instead of parents.David Lehman2009-05-081-1/+1
* Do not set a parent on the /mnt/sysimage/dev bind mount object (#499724).Chris Lumens2009-05-081-1/+1
* Run tune2fs on newly formatted ext[34] filesystems. (#495476)David Lehman2009-05-081-0/+22
* Don't clear the first partition on any disk with a Mac disk label (#492154).Chris Lumens2009-05-071-0/+7
* Fix KeyError when partition numbers change during allocation. (#497911)David Lehman2009-05-071-4/+4
* Verify with fsck after resizing filesystemsJeremy Katz2009-05-061-0/+2
* Check if we'll clear a partition after setting its format attr. (#499251)David Lehman2009-05-061-3/+7
* Don't pass the default clearPartType value to the device tree.David Lehman2009-05-061-1/+9
* Fix some logic errors in storage.partitioning.shouldClear.David Lehman2009-05-061-1/+5
* Forward port various iscsi fixes from 5.4 iscsi workHans de Goede2009-05-061-13/+15
* Make sure /boot ends up on the same disk as Apple Bootstrap (#497390).Chris Lumens2009-05-051-1/+4