summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Ask about LVM inconsistencies only in storageinit step.Radek Vykydal2010-01-072-42/+15
* Ask about disk initialization only in storageinit step.Radek Vykydal2010-01-072-37/+15
* Fix partition request sorting based on number of allowed disks. (#540869)David Lehman2010-01-061-1/+7
* ID_BUS is not always defined (on virt, for instance) so handle that.Chris Lumens2010-01-061-1/+1
* Add dracutSetupString methods to all relevant device classesHans de Goede2009-12-241-0/+14
* Dump the initial and final state of the system's storage devices.David Lehman2009-12-221-0/+13
* Add a "dict" attribute to Device and DeviceFormat classes.David Lehman2009-12-228-0/+124
* Sort Storage.devices by name (not path) for consistency.David Lehman2009-12-221-1/+1
* Put fsprofile support back in.David Lehman2009-12-221-1/+5
* Fix reset of lvm filtering (#527711)Radek Vykydal2009-12-221-1/+2
* Use the per-disk flag to disable cylinder alignment for msdos disklabels.David Lehman2009-12-181-2/+3
* Add udev_device_get_path.Chris Lumens2009-12-181-7/+10
* No need to special case ignoring of dmraid setsHans de Goede2009-12-161-3/+0
* Add __str__ methods to the DeviceFormat classes.David Lehman2009-12-169-0/+84
* Expand PartitionDevice.__str__ to include partition geometry and flags.David Lehman2009-12-161-1/+10
* Hide biosraid member devices that contain MDRaidMember formats.David Lehman2009-12-162-2/+13
* Move disklabel handling into handleUdevDeviceFormat with the others.David Lehman2009-12-161-15/+16
* DiskDevice.__init__ expects an "exists" parameter, so add it.Chris Lumens2009-12-161-2/+3
* Log error messages before displaying dialogs.Chris Lumens2009-12-161-3/+6
* Use DiskLabel.alignment instead of getDiskAlignment.David Lehman2009-12-151-45/+23
* Add an alignment property to DiskLabel.David Lehman2009-12-151-0/+32
* iscsi.py: Do not translate log messagesHans de Goede2009-12-151-1/+1
* Make the fcoe, iscsi and zfcp classes singletonsHans de Goede2009-12-153-0/+57
* Fix two missing closing parens in previous commits.Chris Lumens2009-12-111-1/+1
* 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