summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Remove unused udev_parse_block_entry() functionHans de Goede2010-02-021-10/+0
* Fixup partition aligning (#560586)Hans de Goede2010-02-012-9/+19
* Fix backtrace when adding mdraid arrays (#560360)Hans de Goede2010-02-011-1/+1
* Correctly add found multipath devices to our dict (#560029).Chris Lumens2010-01-291-1/+1
* rename constants and a variable in anconda_log.py so the names make more sense.Ales Kozumplik2010-01-291-2/+2
* anaconda, storage and yum: log to tty3 in the same format as we log into tty4Ales Kozumplik2010-01-291-1/+3
* Hookup new python EDD code (#478996)Hans de Goede2010-01-283-5/+4
* Add pure python EDD code parsing and compareDrives substitute (#478996)Hans de Goede2010-01-282-0/+152
* multipath gives us CCISS devices names with ! in them, but we expect /.Chris Lumens2010-01-251-1/+1
* DMRaidArrayDevice don't pass major/minor to DMDevice.__init__ (#558440)Hans de Goede2010-01-251-4/+2
* Make MDRaidArray description the same as DMRaidArrayHans de Goede2010-01-251-3/+3
* Add DMRaidArrayDevice description and model properties (#558440)Hans de Goede2010-01-251-0/+8
* DMRaidArrayDevices exist when created (#558440)Hans de Goede2010-01-251-1/+1
* Use description property for MDRaidArrayDevice modelHans de Goede2010-01-251-1/+1
* MDRaidArrayDevice: Get rid of the ugly self.devices[0].type checkingHans de Goede2010-01-251-13/+11
* Make storage.unusedMDFoo also check mdcontainer membersHans de Goede2010-01-251-3/+10
* Remove MDRaidArrayDevice biosraid propertyHans de Goede2010-01-251-7/+0
* Give MD BIOS RAID arrays there own typeHans de Goede2010-01-252-1/+2
* Fix broken log message.Peter Jones2010-01-221-1/+2
* MDRaidMember.__str__ add biosraid attribute to the returned stringHans de Goede2010-01-221-1/+2
* Remove setting of _isDisk and _partitionable from iscsi and fcoe disk codeHans de Goede2010-01-221-4/+0
* Add isDisk property to MDRaidArrayDeviceHans de Goede2010-01-221-0/+5
* Make isDisk a propertyHans de Goede2010-01-221-6/+10
* Remove DMRaidDevice.mediaPresent methodHans de Goede2010-01-221-5/+0
* Honor clearPartDisks when clearing whole disk formatting formatted disksHans de Goede2010-01-221-0/+4
* Fixup MDRaidArrayDevice.biosraidHans de Goede2010-01-221-4/+6
* Update exclusiveDisks when handling mdraid BIOSRAID in isIgnoredHans de Goede2010-01-221-2/+3
* MDRaidDevice does not have serial, vendor or bus argumentsHans de Goede2010-01-221-4/+6
* Don't traceback on devices without a serialHans de Goede2010-01-221-1/+1
* Make addUdevPartitionDevice add lvm filters for ignored partitionsHans de Goede2010-01-221-0/+6
* Remove BIOSRAID see if ignored again code from addUdevPartitionDeviceHans de Goede2010-01-221-8/+0
* Remove special partition handling from isIgnoredHans de Goede2010-01-221-16/+0
* Fix MDRaidArrayDevice mediaPresent to not depend on paritioned stateHans de Goede2010-01-221-8/+8
* Special handling for mdraid BIOS RAID sets in exclusive disksHans de Goede2010-01-221-0/+16
* 2 small mdraid related storage/udev.py changesHans de Goede2010-01-221-1/+4
* Add a description attribute to MDRaidArrayDeviceHans de Goede2010-01-211-0/+16
* Don't do exclusiveDisks checking for BIOS RAID membersHans de Goede2010-01-211-0/+1
* Make multipath support use device-mapper-multipath to setup mpaths.Peter Jones2010-01-212-43/+116
* Make PartitionDevice have its own teardown() when used with mpath.Peter Jones2010-01-211-0/+20
* Create multipath.confPeter Jones2010-01-214-500/+64
* Make sure MultipathDevice is setup correctly.Peter Jones2010-01-211-13/+10
* Add biosraid property and use it in MDRaidArrayDevice.partitionable.David Lehman2010-01-211-0/+10
* 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