summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Ignore probably-spurious disklabels on unpartitionable devices. (#567832)David Lehman2010-02-261-1/+5
* Revert "Write a multipath.conf before probing for mpaths."Peter Jones2010-02-261-6/+0
* Revert "Remove MultipathDevice.identity* and add DMDevice.serial"Peter Jones2010-02-261-44/+25
* Revert "Add StorageDevice.serial_for_display"Peter Jones2010-02-261-6/+0
* Revert "working on this"Peter Jones2010-02-264-70/+20
* working on thisPeter Jones2010-02-264-20/+70
* Add StorageDevice.serial_for_displayPeter Jones2010-02-261-0/+6
* Remove MultipathDevice.identity* and add DMDevice.serialPeter Jones2010-02-261-25/+44
* Write a multipath.conf before probing for mpaths.Peter Jones2010-02-261-0/+6
* Check for the real device-mapper nodes in /proc/swaps. (#567840)David Lehman2010-02-251-2/+13
* Don't unconditionally unskip the partition step on failure (#567889).Chris Lumens2010-02-251-1/+3
* DiskLabel.status can't be determined so return False. (#563526,#561074)David Lehman2010-02-221-4/+1
* Add getDasdPorts() to storage/dasd.py.David Cantrell2010-02-221-0/+17
* Don't align free space geometries in getFreeRegions. (#565692)David Lehman2010-02-221-20/+1
* Align extended partitions like we do other partitions.David Lehman2010-02-221-3/+5
* logging: addFileHandler does not set autoLevel by defaultAles Kozumplik2010-02-181-1/+2
* PartitionDevice._setDisk: self.disk can be None. (#565930)David Lehman2010-02-161-1/+2
* Add currentSize method to the PartitionDevice class (#565822)Hans de Goede2010-02-161-0/+12
* Require a format to have a mountpoint before testing for RO (#565879).Chris Lumens2010-02-161-0/+1
* Use the LUKS UUID, not the filesystem UUID for dracut. (#561373)David Lehman2010-02-161-1/+1
* Show the correct device path when formatting as swap or luks.David Lehman2010-02-162-2/+4
* Fix ordering of arguments to xfs_admin for writing fs label. (#556546)David Lehman2010-02-161-0/+6
* Log only the disks' names in PartitionDevice._setDisk.David Lehman2010-02-161-1/+1
* Warn when ignoring BIOS RAID members (#560932)Hans de Goede2010-02-161-1/+12
* Intel BIOS RAID array not recognized (#565458)Hans de Goede2010-02-161-1/+3
* Remove newly added partition from disk if subsequent commit fails. (#559907)David Lehman2010-02-151-1/+7
* Raise default lvm extent size from 4MB to 32MB.David Lehman2010-02-121-1/+1
* Add udev_settle after setup of LUKSDevice. (#534043)David Lehman2010-02-121-0/+1
* Pass '--force' to vgremove to avoid interactive prompts. (#563873)David Lehman2010-02-121-1/+1
* Merge branch 'no-instdata'Chris Lumens2010-02-083-82/+83
|\
| * Move escrowCertificates into the Storage object.Chris Lumens2010-02-041-0/+1
| * Move storage into the Anaconda class.Chris Lumens2010-02-043-68/+68
| * Move network to the Anaconda object.Chris Lumens2010-02-041-1/+1
| * Move upgrade-related data to the Anaconda object.Chris Lumens2010-02-041-4/+4
| * Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-041-1/+1
| * Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-042-8/+8
* | Keep the end sector aligned when resizing partitions (#560647)Hans de Goede2010-02-061-0/+3
* | Don't return the passphrase from hasKey. Should return a boolean.David Lehman2010-02-051-1/+1
* | Fix splitting of error strings from program.log.David Lehman2010-02-052-2/+2
* | Add a default size of 500MB for new partition requests.David Lehman2010-02-051-0/+3
* | Remove check for MD_DEVNAME from udev_device_is_md. (#562024)David Lehman2010-02-051-2/+1
* | Don't try to specify bitmap for RAID0 since mdadm doesn't allow it. (#562023)David Lehman2010-02-051-1/+2
|/
* Fix typo in action sorting. Disklabels before partitions. (#560017)David Lehman2010-02-031-2/+2
* Add ID_SERIAL in as a backup in case there's no ID_SERIAL_SHORT.Chris Lumens2010-02-031-1/+1
* Enforce maximum partition sizes. (#528276)David Lehman2010-02-031-8/+11
* Strip off the timestamp from error output pulled from program.log.David Lehman2010-02-032-2/+6
* Fix: ArithmeticError: Could not align to closest sector (#561278)Hans de Goede2010-02-031-2/+14
* Remove unused udev_parse_block_entry() functionHans de Goede2010-02-021-10/+0
* Fixup partition aligning (#560586)Hans de Goede2010-02-012-9/+19
* Fix backtrace when adding mdraid arrays (#560360)Hans de Goede2010-02-011-1/+1