summaryrefslogtreecommitdiffstats
path: root/storage/devices.py
Commit message (Expand)AuthorAgeFilesLines
...
* Devices should not be resizable unless they exist.David Lehman2009-03-191-1/+1
* Add a FIXME comment for setting uuid in VG / LV createHans de Goede2009-03-181-0/+2
* Make PartitionDevice handle both normal and dmraid partitionsHans de Goede2009-03-181-112/+39
* Stop overriding __init__ in DMRaidPartitionDeviceHans de Goede2009-03-181-11/+0
* Fix result of updateSysfsPath to be consistent with initial sysfsPath valuesHans de Goede2009-03-181-10/+8
* Typo fix.Chris Lumens2009-03-171-2/+2
* Tell NM not to touch interfaces when / is on a network diskHans de Goede2009-03-171-17/+20
* Get iscsi going with the new storage codeHans de Goede2009-03-171-21/+9
* Ignore disk devices with missing media (#488800).Chris Lumens2009-03-161-16/+45
* Handle resizing when setting targetSize for PartitionDeviceDavid Cantrell2009-03-151-1/+47
* Let users set the size property of StorageDevices.David Cantrell2009-03-151-2/+4
* Add support for kickstart's '--initlabel' option to clearpart.David Lehman2009-03-141-13/+28
* Don't traceback if vg.teardown fails in recursive teardown.David Lehman2009-03-131-1/+7
* Make sure we return something other than None for new requests.David Lehman2009-03-131-2/+11
* Add __str__ methods to Device objects.Chris Lumens2009-03-131-0/+88
* Add mediaPresent and eject to the OpticalDevice class.Chris Lumens2009-03-131-0/+30
* Wait til everyone knows the format/fs is no longer active.David Lehman2009-03-131-0/+1
* Add a deep copy method to Device since we can't just use copy.deepcopy.David Lehman2009-03-131-0/+20
* Fix getting of number of total devices of sw raid.Radek Vykydal2009-03-131-1/+1
* Don't create a PartitionDevice for devices that do not exist (#489122).Chris Lumens2009-03-121-4/+3
* Be explicit about resetting Disks' partedDisk attribute. (#489678)David Lehman2009-03-111-8/+0
* Make sure we use the newly committed parted.Partition after create.David Lehman2009-03-111-14/+4
* Make device teardown methods more resilient.David Lehman2009-03-111-41/+16
* Add a size attribute to mdraid arrays.David Lehman2009-03-101-0/+8
* Create partitions with exactly the geometry we calculate.David Lehman2009-03-101-4/+2
* Destruction of the member device formatting will be handled elsewhere.David Lehman2009-03-101-3/+2
* Use the pyblock functions when possible.Joel Granados Moreno2009-03-101-2/+0
* Do a separate disk.commit for each partition add/remove.David Lehman2009-03-091-54/+41
* Catch the new _ped.DiskLabelException for unrecognized disklabels.David Lehman2009-03-061-1/+2
* various dmraid fixes.Joel Granados Moreno2009-03-061-6/+0
* Implement the format disk question as a callback.Joel Granados Moreno2009-03-061-12/+15
* Add dmraid functionality to new storage code.Joel Granados Moreno2009-03-061-15/+187
* Fix StorageDevice.minSize() and PartitionDevice.maxSize()David Cantrell2009-03-051-4/+4
* If a drive is not initialized, offer reinitialization or ignoring the drive t...Martin Sivak2009-03-051-2/+9
* Fix syntax errorsRadek Vykydal2009-03-051-1/+0
* Add a "removable" property to StorageDevice.David Lehman2009-03-041-0/+7
* A couple of little fixes to the partedPartition property.David Lehman2009-03-041-3/+9
* parents is an attribute on a Device class.Chris Lumens2009-03-041-1/+1
* Use properties for totalDevices, memberDevices, spares.David Lehman2009-03-041-2/+24
* Size fixup for LUKS header and a destroy method for LUKSDevice.David Lehman2009-03-031-0/+11
* Add size setter for LVs, remove obsolete comments about metadata sizes.David Lehman2009-03-031-4/+18
* Fix StorageDevice.minSize, PartitionDevice.targetSize, vg/lv type strings.David Lehman2009-03-021-3/+7
* Add minSize and maxSize properties to StorageDevice and PartitionDevice.David Cantrell2009-03-021-0/+27
* We can expect to find the parted module now.David Lehman2009-03-021-14/+10
* Various changes to Device classes, esp. PartitionDevice. (take 2)David Lehman2009-02-271-79/+156
* Various changes to Device classes, esp. PartitionDevice.David Lehman2009-02-271-17/+0
* Expect to be able to find parted from now on.David Lehman2009-02-241-1/+1
* Clean up imports, fix some minor errors, remove old test code.David Lehman2009-02-231-14/+10
* Replace old storage modules.David Lehman2009-02-231-0/+2338