summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Add a method to determine whether a device is a CCISS RAID device.Chris Lumens2009-12-111-0/+4
* Move identifyMultipaths from DeviceTree to devicelibs.Chris Lumens2009-12-112-93/+105
* Add a method to return a device's WWID.Chris Lumens2009-12-111-0/+14
* Add a method to get the bus/interconnect from udev and store it on devices.Chris Lumens2009-12-113-4/+11
* Add a vendor getting udev method, though udev doesn't always know it.Chris Lumens2009-12-113-5/+18
* Add the serial number to all DiskDevices and subclasses.Chris Lumens2009-12-112-3/+5
* Some iscsi cleanupsHans de Goede2009-12-111-7/+9
* Make a better effort at tearing down everything before action processing.David Lehman2009-12-101-2/+1
* Rework udev_settle timeout handling (#544177)Hans de Goede2009-12-103-11/+11
* Change btrfs command line optionJosef Bacik2009-12-091-1/+1
* Skip disklabel handling for biosraid and multipath members.David Lehman2009-12-091-1/+2
* Improve disklabel's name attr so we don't have to hide them anymore.David Lehman2009-12-091-2/+10
* Hide devices with certain formatting in the main partitioning UI.David Lehman2009-12-094-0/+9
* Automatic partitioning support for whole-disk formatting.David Lehman2009-12-091-29/+51
* Add support for whole-disk formatting.David Lehman2009-12-094-86/+104
* Don't crash if there's no intf passed to getLUKSPassphrase.David Lehman2009-12-081-0/+3
* Use selinux python module for file context operations.David Lehman2009-12-081-4/+6
* Obtain device alignment information from parted. (#529051)David Lehman2009-12-081-1/+10
* Handle roots with or without trailing "/" in FileDevice.path. (#541473)David Lehman2009-12-081-1/+5
* Nothing sets flags.setupFilesystems anymore, so it can go too.Chris Lumens2009-12-031-2/+1
* Remove test mode.Chris Lumens2009-12-032-28/+25
* Whenever storage code tries to log a method call, do so into the 'tmp/storage...Ales Kozumplik2009-12-0312-15/+31
* Log storage in the same format as the main anaconda log (a part of #524980)Ales Kozumplik2009-12-021-13/+3
* Fix devicelibs.dm.device_is_multipath support for new udev rules.Peter Jones2009-11-302-2/+17
* Display progress or wait window when creating devices.David Lehman2009-11-301-58/+107
* Display progress or wait window when formatting devices.David Lehman2009-11-304-26/+67
* Add optional progress windows to devicelibs create functions.David Lehman2009-11-303-23/+23
* Force mkswap to do its job.David Lehman2009-11-301-1/+3
* Don't try to get dm node or update sysfs path for lvm vgs.David Lehman2009-11-301-4/+3
* Add support for DCB to fcoe.py (#513011)Hans de Goede2009-11-261-8/+42
* Add RAID4 support (#541433)Alexandre Oliva2009-11-262-0/+11
* Clear a partition's BOOT flag when formatting itHans de Goede2009-11-261-4/+3
* Do not set boot flag when there is already a partition with the flag (#533658)Hans de Goede2009-11-261-0/+13
* Don't attempt to get the size of a filesystem unless it's supported (#540598).Chris Lumens2009-11-241-1/+1
* Add a function that determines which devices match a given shell glob.Chris Lumens2009-11-201-0/+19
* Extend udev_resolve_devspec to allow specifying devices in more ways.Chris Lumens2009-11-201-3/+7
* 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