summaryrefslogtreecommitdiffstats
path: root/storage/devices.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove MultipathDevice.identity* and add DMDevice.serial"Peter Jones2010-02-261-44/+25
* Revert "Add StorageDevice.serial_for_display"Peter Jones2010-02-261-6/+0
* Revert "working on this"Peter Jones2010-02-261-49/+16
* working on thisPeter Jones2010-02-261-16/+49
* Add StorageDevice.serial_for_displayPeter Jones2010-02-261-0/+6
* Remove MultipathDevice.identity* and add DMDevice.serialPeter Jones2010-02-261-25/+44
* PartitionDevice._setDisk: self.disk can be None. (#565930)David Lehman2010-02-161-1/+2
* Add currentSize method to the PartitionDevice class (#565822)Hans de Goede2010-02-161-0/+12
* Use the LUKS UUID, not the filesystem UUID for dracut. (#561373)David Lehman2010-02-161-1/+1
* Log only the disks' names in PartitionDevice._setDisk.David Lehman2010-02-161-1/+1
* Remove newly added partition from disk if subsequent commit fails. (#559907)David Lehman2010-02-151-1/+7
* Raise default lvm extent size from 4MB to 32MB.David Lehman2010-02-121-1/+1
* Add udev_settle after setup of LUKSDevice. (#534043)David Lehman2010-02-121-0/+1
* Keep the end sector aligned when resizing partitions (#560647)Hans de Goede2010-02-061-0/+3
* Add a default size of 500MB for new partition requests.David Lehman2010-02-051-0/+3
* Don't try to specify bitmap for RAID0 since mdadm doesn't allow it. (#562023)David Lehman2010-02-051-1/+2
* Hookup new python EDD code (#478996)Hans de Goede2010-01-281-2/+0
* 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
* Remove MDRaidArrayDevice biosraid propertyHans de Goede2010-01-251-7/+0
* Give MD BIOS RAID arrays there own typeHans de Goede2010-01-251-0/+1
* 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
* Fixup MDRaidArrayDevice.biosraidHans de Goede2010-01-221-4/+6
* Fix MDRaidArrayDevice mediaPresent to not depend on paritioned stateHans de Goede2010-01-221-8/+8
* Add a description attribute to MDRaidArrayDeviceHans de Goede2010-01-211-0/+16
* Make multipath support use device-mapper-multipath to setup mpaths.Peter Jones2010-01-211-13/+55
* Make PartitionDevice have its own teardown() when used with mpath.Peter Jones2010-01-211-0/+20
* Create multipath.confPeter Jones2010-01-211-9/+1
* 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
* 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-201-11/+41
* Add missing log_method_call()s.Peter Jones2010-01-201-0/+3
* mdraid: various changes to options for new mdraid array creationHans de Goede2010-01-141-0/+10
* Don't log the big parted.Partition string every time we do a flag op.David Lehman2010-01-131-8/+4
* Make partitioned attr depend on whether the device is partitionable.David Lehman2010-01-131-1/+2
* Add dracutSetupString methods to all relevant device classesHans de Goede2009-12-241-0/+14
* Add a "dict" attribute to Device and DeviceFormat classes.David Lehman2009-12-221-0/+69
* Expand PartitionDevice.__str__ to include partition geometry and flags.David Lehman2009-12-161-1/+10
* DiskDevice.__init__ expects an "exists" parameter, so add it.Chris Lumens2009-12-161-2/+3