summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Honor nodmraid commandline option (#499733)Hans de Goede2009-08-102-2/+9
* Don't try to multipath CD devices. (#516362)Peter Jones2009-08-102-1/+4
* Make all sysfs path's be _without_ /sys prefix (#516168)Hans de Goede2009-08-073-6/+5
* Do not set parted.PARTITION_BOOTABLE on s390.root2009-08-061-0/+2
* Recognize mpath devices when we see them.Peter Jones2009-08-066-31/+370
* Make DiskDevice.partedDisk a property.Peter Jones2009-08-061-19/+30
* Make questionInitializeDisk() somewhat less ugly.Peter Jones2009-08-061-6/+9
* Add a description to DiskDevice, and use it in the UI.Peter Jones2009-08-061-0/+4
* Get rid of Device.description, it is unused.Peter Jones2009-08-061-7/+3
* Move basic udev methods out of the storage module (#514592).Chris Lumens2009-08-041-100/+17
* Fix backtrace due to iscsi.getNode() not finding the iscsi nodeHans de Goede2009-08-041-1/+1
* Add a dracutSetupString method to devices.py classesHans de Goede2009-08-041-0/+19
* Differentiate between ibft discovered and manually added iscsi disksHans de Goede2009-08-043-0/+6
* Store iscsi node pointer in iScsiDiskDevice objectsHans de Goede2009-08-044-14/+14
* When checking logical partition dependcies, make sure the are one the same diskHans de Goede2009-08-041-1/+2
* Only set iscsi nodes to autostart when none of the LUN's contain /Hans de Goede2009-08-041-8/+9
* Add functions to go from an iScsiDiskDevice to an libiscsi nodeHans de Goede2009-08-041-7/+23
* Not all udev info blocks return a name, so provide a way to ignore it.Chris Lumens2009-07-291-2/+2
* Don't split values for keys including MODEL or VENDOR.Chris Lumens2009-07-291-1/+3
* Move the decision to ignore the results of udev_parse_block_entry up.Chris Lumens2009-07-291-6/+7
* Fix part --onpart= to print the device name instead of the __str__.Chris Lumens2009-07-281-1/+1
* Log non-upgradable upgrade candidate roots.Radek Vykydal2009-07-241-0/+3
* Make sure we have a device before check if it's protected. (#510033)David Lehman2009-07-211-1/+1
* Remove unresolvable file devices from the devicetree. (#503830)David Lehman2009-07-211-0/+4
* Support multiple fstab entries of a single nodev fstype. (#505969)David Lehman2009-07-211-2/+4
* Refer to nodev devices as "none", not "nodev".David Lehman2009-07-211-1/+1
* Change DeviceTree.devices from a dict to a list.David Lehman2009-07-213-24/+38
* Show locked LUKS devices as "Encrypted (LUKS)", not "LUKS".David Lehman2009-07-211-0/+11
* Allow creation of four primary partitions on a disk. (#505269)David Lehman2009-07-211-7/+8
* Stop the cdrom device before ejecting (#505067)Martin Sivak2009-07-171-0/+3
* When ignoring partitions make sure lvm also ignores themHans de Goede2009-07-151-0/+2
* Call mdadm -I with --no-degraded for all disks but the lastHans de Goede2009-07-151-1/+1
* Add deviceNameToDiskByPath().David Cantrell2009-07-131-0/+17
* Display drive model and size in MB in partitioning UI (#460697)David Cantrell2009-07-131-3/+17
* Lots of small grammar and wording changes.Peter Jones2009-07-131-1/+1
* Edit user-visible dialogs for style.Peter Jones2009-07-132-4/+4
* Don't write optical devices to /etc/fstab (#505697).Chris Lumens2009-07-131-0/+4
* error messages of zFCP on s390: log or pass to the UISteffen Maier2009-07-101-3/+9
* correctly delete a SCSI device provided by a zFCP LUN on s390Steffen Maier2009-07-101-9/+22
* All other teardown methods take a "recursive" argument (#506166).Chris Lumens2009-07-101-1/+1
* Add support for biosraid using mdadmHans de Goede2009-07-093-12/+20
* Reverse: "Support for MD containers"Hans de Goede2009-07-093-105/+0
* When all udev_is-foo() checks fail return instead of backtracingHans de Goede2009-07-091-0/+3
* Indicate LV status according to lv_attr active bit (#491754)David Cantrell2009-07-081-0/+16
* Include lv_attr in lvm.lvs() return value.David Cantrell2009-07-081-3/+4
* Fix list of 64-bit arches.Bill Nottingham2009-07-081-1/+1
* Add FCoE disks to the devicetree with a type of FcoeDiskDeviceHans de Goede2009-07-021-0/+5
* Add FcoeDiskDevice class to storage/devices.pyHans de Goede2009-07-021-3/+18
* Add FCoE support to storage/udev.pyHans de Goede2009-07-021-0/+27
* Write out configuration of FCoE to installed systemHans de Goede2009-07-021-1/+17