summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Log calls to DiskLabel's commit and commitToDisk methods.David Lehman2009-11-121-0/+4
* Fix DiskLabel.status so it returns True, not self.partedDisk, when active.David Lehman2009-11-121-1/+2
* Write /etc/dasd.conf to target system on s390 (#533833).David Cantrell2009-11-124-3/+31
* Latest dracut has new syntax for rd_DASD.David Cantrell2009-11-121-23/+5
* Handle case of not enough space in VG more gracefully. (#533797)David Lehman2009-11-121-1/+5
* Make sure partitioning-related drive lists are sorted properly. (#534065)David Lehman2009-11-122-1/+3
* Leave one free logical block before each logical partition.David Lehman2009-11-111-0/+6
* Use Chunk's geometry attr to access the parted Geometry.David Lehman2009-11-111-1/+2
* Fix sorting of requests by mountpoint. It was backwards.David Lehman2009-11-111-1/+1
* Align logical partitions' start sector up one logical block for metadata.David Lehman2009-11-111-18/+4
* Use parted.Device's sectorSize attr instead of physicalSectorSize.David Lehman2009-11-111-6/+6
* Select partition layout based on potential for growth.David Lehman2009-11-111-19/+99
* Reimplement partition growing.David Lehman2009-11-111-180/+411
* Create and use a function to obtain a parted alignment for a disk.David Lehman2009-11-111-0/+19
* Create and use a new function to create and add new partitions to disk.David Lehman2009-11-111-29/+38
* Make and use a new function to remove non-existent partitions.David Lehman2009-11-111-19/+35
* Disable parted's cylinder alignment code.David Lehman2009-11-111-13/+5
* Use new functions for conversion between size and sector count.David Lehman2009-11-111-11/+28
* Consider whether a partition is growable when choosing free space.David Lehman2009-11-111-8/+22
* Allocate fixed-size requests before growable requests.David Lehman2009-11-111-4/+9
* Set boot flag for /boot on mdraid 1 array too (#533533).Radek Vykydal2009-11-111-5/+11
* Report no media present for cpqarray controllers with no disks attachedHans de Goede2009-11-111-1/+7
* When creating a new md array check we have enough members (#533027)Hans de Goede2009-11-101-0/+6
* Don't activate / de-activate dmraid sets on setup / teardownHans de Goede2009-11-091-19/+4
* Remove previous mdadm bug 523334 workaorundHans de Goede2009-11-091-12/+1
* Don't stop mdraid containers or their arrays (#532971)Hans de Goede2009-11-091-0/+6
* Take the spec's requiredSpace into account when creating LVs.Chris Lumens2009-11-041-0/+5
* Add the PartSpec.__str__ method for debugging.Chris Lumens2009-11-041-1/+36
* Trim the inital / off the mountpoint before making an LV name from it.Chris Lumens2009-11-041-1/+5
* Fix status for and consolidate handling of '-' in vg/lv names. (#527302)David Lehman2009-11-031-11/+22
* In execWithCallback(), support disabling stdout echo (#528386)David Cantrell2009-11-021-1/+1
* Call udev_trigger with a "change" action and don't filter out dm devices.David Lehman2009-10-301-3/+4
* Fix "resize failed: 1" errors for ext2/ext3/ext4 (#517491).David Cantrell2009-10-291-3/+25
* Log why we're exiting the installer in storage.DASD.startup()David Cantrell2009-10-291-0/+1
* Use 'zerombr' kickstart command for DASDs needing dasdfmt (#528386).David Cantrell2009-10-292-8/+19
* Find and format any unformatted DASD devices (#528386).David Cantrell2009-10-282-0/+175
* When doing initlabel on a dasd disk create a dasd disklabel (#531209)Hans de Goede2009-10-281-1/+2
* Rename platform.diskType to platform.diskLabelTypeHans de Goede2009-10-281-1/+1
* Fix DASD and zFCP device discovery (#530287).David Cantrell2009-10-262-10/+9
* max_logical -> max_logicals (#530786).Chris Lumens2009-10-261-1/+1
* Filter out device-mapper devices when doing a udev_trigger.David Lehman2009-10-221-2/+2
* Allow /boot to be on a variety of filesystems during kickstart (#529846).Chris Lumens2009-10-211-1/+1
* Mark live device as protected instead of ignoring it. (#517260)David Lehman2009-10-202-12/+11
* Don't force logical with a free primary slot and an extended. (#527952)David Lehman2009-10-201-15/+21
* Improve message given to user for fsck failures (#527626).David Cantrell2009-10-191-2/+64
* Add dracutSetupData() method to DASDDevice (#526354).David Cantrell2009-10-151-0/+25
* Collect DASD kernel parameter information during device tree scan (#526354).David Cantrell2009-10-153-5/+25
* Add dracutSetupString() method to ZFCPDiskDevice (#526354).David Cantrell2009-10-153-12/+62
* Don't set unnecessary multipath defaults.Peter Jones2009-10-152-8/+498
* Set parted filesystemtype for swap partitionsHans de Goede2009-10-141-1/+2