summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correctly add found multipath devices to our dict (#560029).Chris Lumens2010-01-291-1/+1
* rename constants and a variable in anconda_log.py so the names make more sense.Ales Kozumplik2010-01-291-2/+2
* anaconda, storage and yum: log to tty3 in the same format as we log into tty4Ales Kozumplik2010-01-291-1/+3
* Hookup new python EDD code (#478996)Hans de Goede2010-01-283-5/+4
* Add pure python EDD code parsing and compareDrives substitute (#478996)Hans de Goede2010-01-282-0/+152
* multipath gives us CCISS devices names with ! in them, but we expect /.Chris Lumens2010-01-251-1/+1
* DMRaidArrayDevice don't pass major/minor to DMDevice.__init__ (#558440)Hans de Goede2010-01-251-4/+2
* Make MDRaidArray description the same as DMRaidArrayHans de Goede2010-01-251-3/+3
* Add DMRaidArrayDevice description and model properties (#558440)Hans de Goede2010-01-251-0/+8
* DMRaidArrayDevices exist when created (#558440)Hans de Goede2010-01-251-1/+1
* Use description property for MDRaidArrayDevice modelHans de Goede2010-01-251-1/+1
* MDRaidArrayDevice: Get rid of the ugly self.devices[0].type checkingHans de Goede2010-01-251-13/+11
* Make storage.unusedMDFoo also check mdcontainer membersHans de Goede2010-01-251-3/+10