summaryrefslogtreecommitdiffstats
path: root/storage/devices.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for --noformat too.Chris Lumens2009-05-121-7/+15
* Add support for --onpart, --ondrive, and --useexisting.Chris Lumens2009-05-121-7/+20
* Add writeKS methods to the device objects.Chris Lumens2009-05-121-0/+80
* Protect against tracebacks from the partition isFoo properties.David Lehman2009-04-241-4/+8
* Set md member devices' uuids after creating an array.David Lehman2009-04-211-0/+2
* Include the device path in DeviceError exceptions.David Lehman2009-04-211-69/+68
* Reimplement mdexamine using a more easily parseable output format.David Lehman2009-04-211-8/+0
* Add the device's name to mdadm.conf (#496390).Chris Lumens2009-04-211-2/+2
* Fix editing of raid device (persistence of level choice) (#496159)Radek Vykydal2009-04-171-9/+12
* Allow the use of "-" in the lvm names. (495329)Joel Granados Moreno2009-04-171-0/+32
* Make sure all pv's of an lv's vg are setup before resizing an lvHans de Goede2009-04-151-1/+3
* Do not try to teardown a non existing formatHans de Goede2009-04-151-1/+3
* Destroy (potential) stale metadata when creating a new partitionHans de Goede2009-04-151-1/+5
* Don't set up the device to obtain minSize anymore.David Lehman2009-04-141-3/+0
* Improve estimate of md arrays' size.David Lehman2009-04-141-4/+33
* Fix estimate of LUKS header size for newly encrypted devices. (#493575)David Lehman2009-04-141-4/+5
* Fix two syntax problems with generated mdadm.conf entries. (#495552)David Lehman2009-04-141-1/+1
* When deallocating a partition also set its disk attribute to NoneHans de Goede2009-04-101-2/+5
* Check self.partedPartition not being None before using it (#495077)Hans de Goede2009-04-101-1/+1
* Pre-existing partitions names may change (#494833)Hans de Goede2009-04-081-7/+9
* Don't traceback when PVs are encrypted or are not partitions.David Lehman2009-04-071-1/+1
* When a partition request gets unallocated, set the name back to req#Hans de Goede2009-04-061-1/+1
* Do not use getPartitionByPath() in allocatePartitions()Hans de Goede2009-04-061-6/+1
* Try to handle devices which live in a subdir of /dev properlyHans de Goede2009-04-061-2/+15
* udev_settle after format teardown to avoid EBUSY on device teardown. (#492670)David Lehman2009-04-061-1/+8
* Add a parted.Device attribute to all existing StorageDevices.David Lehman2009-04-061-67/+65
* Do not check size when adding LV to growing VG (bug #492264)Radek Vykydal2009-04-031-1/+4
* Round up when aligning to pesize for space used. (#493656)David Lehman2009-04-021-3/+8
* Remove unused PRePDevice class.David Lehman2009-04-021-37/+0
* Make the disk model an attribute of DiskDevice.David Lehman2009-04-021-0/+4
* Create setup and teardown functs for dmraid devs.Joel Granados Moreno2009-04-021-7/+25
* Remove DmRaidArrayDevice level attribute (#493293)Hans de Goede2009-04-011-3/+1
* Fix a few more pylint warnings and errors in storage/*Hans de Goede2009-03-311-12/+10
* Fix check for fully defined md array when raidlevel is 0. (#491796)David Lehman2009-03-301-1/+1
* Make sure the pvs are set up before doing lvremove or vgremove.David Lehman2009-03-301-1/+4
* Add a weight property to the PartitionDevice class.Chris Lumens2009-03-301-1/+14
* Remove unused self._resize variable.David Cantrell2009-03-301-2/+0
* Keep VG size property non-negativeRadek Vykydal2009-03-271-1/+1
* Use self.name to report that we could not eject cd.Joel Granados Moreno2009-03-271-1/+1
* Get the UUID of each md array we create. (#491796)David Lehman2009-03-241-3/+4
* Call udev_settle after committing changes to a disk (#491529)Hans de Goede2009-03-241-0/+3
* Work around a bug in mdadm incremental assembly.David Lehman2009-03-241-2/+9
* Add EFI, Apple Bootstrap, and PPC PReP Boot formats.David Lehman2009-03-231-0/+4
* Remove all implicit calls to self.format.destroy from Device classes.David Lehman2009-03-231-19/+0
* Not all FileDevices have parents, so don't assume.Chris Lumens2009-03-231-1/+1
* Fix a typo calling the superclass's constructor.Chris Lumens2009-03-231-1/+1
* Make PartitionDevice resize work.David Cantrell2009-03-201-23/+38
* Attempt disk commits 5 times before raising an exception.David Cantrell2009-03-191-1/+16
* Make bootable a property of PartitionDevice.David Lehman2009-03-191-10/+15
* Handle system crappyness.Joel Granados Moreno2009-03-191-3/+21