summaryrefslogtreecommitdiffstats
path: root/storage/deviceaction.py
Commit message (Expand)AuthorAgeFilesLines
* Structure the repo layout so it matches final structure better and make isys ...Martin Sivak2010-05-311-376/+0
* Remove devices from libparted's cache when destroying them (#586622)Hans de Goede2010-04-291-0/+5
* Set up devices using their original formats for certain action types. (#565848)David Lehman2010-03-101-3/+3
* Clear a partition's BOOT flag when formatting itHans de Goede2009-11-261-4/+3
* Set partedPartition system to the correct FS when creating an FSHans de Goede2009-10-081-0/+3
* Reset parted flags in createFormat not destroyFormatHans de Goede2009-10-081-8/+10
* Action...Format setup device before modifying the partition tableHans de Goede2009-10-081-2/+4
* Don't store a copy of ActionDestroyFormat's device attr.David Lehman2009-10-011-18/+7
* Improve the info provided to DeviceAction.__str__.David Lehman2009-09-111-11/+8
* Use commitToDisk() instead of commit() when only changing flagsHans de Goede2009-08-281-2/+2
* Call udev_settle from DiskLabel.commit to ensure it happens.David Lehman2009-08-171-2/+0
* Change all disklabel manipulations to use the DiskLabel format class.David Lehman2009-08-171-4/+4
* Make all sysfs path's be _without_ /sys prefix (#516168)Hans de Goede2009-08-071-1/+1
* Allow existing LVs with filesystems to be resized (#490913)David Cantrell2009-04-291-1/+1
* Fixes of errors shown by pylint that didn't get into the beta build.Martin Gracik2009-03-311-5/+2
* Make sure boot flag gets set. (#491170)David Lehman2009-03-191-4/+0
* Set format UUID after creating a formatHans de Goede2009-03-181-1/+6
* Save a copy of the device stack so we can destroy the format. (#489975)David Lehman2009-03-131-5/+14
* Set partition flags in format create/destroy execute methods.David Lehman2009-03-111-2/+23
* self.format -> self.device.formatDavid Cantrell2009-03-031-2/+2
* Make sure we don't leave things active that we're removing.David Lehman2009-03-031-2/+3
* Use currentSize in ActionResizeDevice ctor to get actual physical size.David Lehman2009-03-031-1/+1
* Fix some bugs related to device setup/teardown usage by actions.David Lehman2009-03-021-2/+8
* Add type lookup functions, migrate action, pass intf thru execute.David Lehman2009-02-271-29/+74
* Make it easy to specify a format's device at creation/setup time.David Lehman2009-02-241-1/+2
* Replace old storage modules.David Lehman2009-02-231-0/+300