summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
...
* Make partitionable a property of StorageDevice instead of a plain attr.David Lehman2010-01-211-7/+10
* Remove the multipath name generator, it is no longer used.Peter Jones2010-01-211-14/+0
* Set StorageDevice.exists before calling Device.__init__Peter Jones2010-01-211-1/+1
* Merge branch 'forward_all'Ales Kozumplik2010-01-211-0/+1
|\
| * Python logging is talking to the syslog daemon.Ales Kozumplik2010-01-211-0/+1
* | make dracut only activate the root LV (#553295)Hans de Goede2010-01-211-3/+5
|/
* Make all StorageDevice-s support .vendor and .modelPeter Jones2010-01-202-13/+47
* Add a parser for 'multipath -d' output.Peter Jones2010-01-201-0/+47
* Multipath members should not be added to the ignored disk list.Peter Jones2010-01-201-2/+4
* Add udev accessor for ID_MODEL_FROM_DATABASE/ID_MODEL.Peter Jones2010-01-201-0/+4
* Add udev_device_get_multipath_name().Peter Jones2010-01-201-4/+10
* Use mpath names instead of serials to group them.Peter Jones2010-01-201-5/+3
* Add an exception to use when multipath fails.Peter Jones2010-01-201-0/+3
* Add missing log_method_call()s.Peter Jones2010-01-201-0/+3
* Use StorageError insead of enumerating all the different storage errors.Peter Jones2010-01-151-1/+1
* Show call depth with spaces in log_method_call()Peter Jones2010-01-151-3/+7
* iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out.Peter Jones2010-01-154-17/+9
* Fixup various errors detected by pylintHans de Goede2010-01-143-4/+6
* mdraid: various changes to options for new mdraid array creationHans de Goede2010-01-142-1/+16
* Don't log the big parted.Partition string every time we do a flag op.David Lehman2010-01-131-8/+4
* Check for disklabels on unpartitionable devices. (#539482)David Lehman2010-01-131-5/+22
* Make partitioned attr depend on whether the device is partitionable.David Lehman2010-01-132-1/+5
* Make sure to clear partitions before destroying a disklabel.David Lehman2010-01-131-0/+3
* Raise an exception when /etc/fstab contradicts detected fs type (#536906)David Lehman2010-01-131-1/+1
* Don't include read-only filesystems in fsFreeSpace. (#540525)David Lehman2010-01-131-0/+6
* NTFS filesystems are not really modifiable in any real sense. Admit it.David Lehman2010-01-131-1/+1
* 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