summaryrefslogtreecommitdiffstats
path: root/storage/deviceaction.py
Commit message (Expand)AuthorAgeFilesLines
* 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