summaryrefslogtreecommitdiffstats
path: root/storage/formats/disklabel.py
Commit message (Expand)AuthorAgeFilesLines
* DiskLabel.status can't be determined so return False. (#563526,#561074)David Lehman2010-02-221-4/+1
* Fixup partition aligning (#560586)Hans de Goede2010-02-011-0/+10
* Make sure to clear partitions before destroying a disklabel.David Lehman2010-01-131-0/+3
* Add a "dict" attribute to Device and DeviceFormat classes.David Lehman2009-12-221-0/+10
* Add __str__ methods to the DeviceFormat classes.David Lehman2009-12-161-0/+16
* Add an alignment property to DiskLabel.David Lehman2009-12-151-0/+32
* Improve disklabel's name attr so we don't have to hide them anymore.David Lehman2009-12-091-2/+10
* Hide devices with certain formatting in the main partitioning UI.David Lehman2009-12-091-0/+1
* Whenever storage code tries to log a method call, do so into the 'tmp/storage...Ales Kozumplik2009-12-031-1/+1
* Log calls to DiskLabel's commit and commitToDisk methods.David Lehman2009-11-121-0/+4
* Fix DiskLabel.status so it returns True, not self.partedDisk, when active.David Lehman2009-11-121-1/+2
* When doing initlabel on a dasd disk create a dasd disklabel (#531209)Hans de Goede2009-10-281-1/+2
* Rename platform.diskType to platform.diskLabelTypeHans de Goede2009-10-281-1/+1
* On lookup of a PartedDevice also check for _ped.DeviceException (#527699)Hans de Goede2009-10-071-1/+1
* Create and use DiskLabelCommitError for failure to commit.David Lehman2009-10-011-2/+2
* Don't retry commiting partition table to diskHans de Goede2009-10-011-17/+6
* Do not traceback on an usb cardreader with no card presentHans de Goede2009-09-021-2/+9
* clobber is a method of PartedDevice not PartedDiskHans de Goede2009-09-011-1/+1
* Update PartitionDevice's partedPartition when the PartedDisks get resetHans de Goede2009-08-281-2/+1
* Do not try to commit disks changes to the os while partitions are in useHans de Goede2009-08-261-0/+7
* disklabel.commit(): DeviceError -> DeviceFormatErrorHans de Goede2009-08-261-1/+1
* Import _ped so it can be used for _ped.DiskLabelException.Peter Jones2009-08-201-0/+1
* Call udev_settle from DiskLabel.commit to ensure it happens.David Lehman2009-08-171-0/+3
* Create a DiskLabel format class for partition tables.David Lehman2009-08-171-0/+261