summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* When building the exceptionDisks list, skip devices libparted doesn't like.Chris Lumens2009-03-051-1/+5
* Iterate over devicetree.devices.values, not devicetree.David Lehman2009-03-051-1/+1
* Format message string after translation not beforeMartin Sivak2009-03-051-1/+1
* If a drive is not initialized, offer reinitialization or ignoring the drive t...Martin Sivak2009-03-052-4/+35
* More syntax errors / traceback fixesHans de Goede2009-03-051-5/+5
* Fix syntax errorsRadek Vykydal2009-03-052-4/+3
* Implement Storage.sanityCheck, mostly from old partitions code.David Lehman2009-03-043-4/+122
* Add central methods to write out storage configuration.David Lehman2009-03-041-12/+37
* Install storage/ with the rest, include it and booty in images.David Lehman2009-03-043-0/+99
* Add a "removable" property to StorageDevice.David Lehman2009-03-041-0/+7
* Fix inaccuracies in growPartitions and work around some parted weirdness.David Lehman2009-03-041-18/+41
* A couple of little fixes to the partedPartition property.David Lehman2009-03-041-3/+9
* Handle mountopts being empty.Chris Lumens2009-03-041-2/+4
* parents is an attribute on a Device class.Chris Lumens2009-03-041-1/+1
* LUKS is not supported in the sense that _supported implies.David Lehman2009-03-041-1/+1
* Fix a bunch of "supported" methods so they work properly.David Lehman2009-03-041-3/+6
* Add MAX_LV_SLOTS and to lvm.py and remove unused pesize from getMaxLVSize.David Lehman2009-03-041-5/+4
* Conditionalize ext3->ext4 migrate on "ext4migrate" cmdline arg.David Lehman2009-03-041-0/+6
* Added unittests for devicelibs lvm.py and swap.py; Corrected errors in lvm.py...Martin Gracik2009-03-042-15/+22
* Don't traceback if options is None in doFormat.David Lehman2009-03-041-2/+4
* Add special handling in getDependentDevices for extended partitions.David Lehman2009-03-041-0/+15
* Use properties for totalDevices, memberDevices, spares.David Lehman2009-03-041-2/+24
* Fixes to Storage.newMDArray to ensure minor is an int.David Lehman2009-03-041-3/+3
* Fix match on "name" attribute we can lookup by, eg: "software RAID".David Lehman2009-03-041-1/+1
* self.format -> self.device.formatDavid Cantrell2009-03-031-2/+2
* Migrate FS user interface plumbing.David Cantrell2009-03-031-5/+6
* Don't mess with action ordering; catch format errors in teardownAll.David Lehman2009-03-031-2/+2
* Detect newly encrypted devices so we can prompt for passphrase.David Lehman2009-03-031-1/+3
* Deactivate all devices before processing the actions queue.David Lehman2009-03-031-0/+1
* Add passphrase entry machinery for encrypted devices.David Lehman2009-03-031-0/+46
* Fix various bugs in and clean up Storage.new{LV,VG,MDArray,Partition}.David Lehman2009-03-031-31/+18
* Add support for encrypted autopart and use expanded Storage.newFoo methods.David Lehman2009-03-031-21/+26
* Separate checks for mapName and key/passphrase, add a destroy method.David Lehman2009-03-031-12/+17
* Size fixup for LUKS header and a destroy method for LUKSDevice.David Lehman2009-03-031-0/+11
* Make sure we don't leave things active that we're removing.David Lehman2009-03-031-2/+3
* Don't try to fool around with disks that have no free space.David Lehman2009-03-031-0/+4
* Fix up growLVM to make full use of the VGs' space.David Lehman2009-03-031-15/+99
* parted.Constraint's max size is maxSize, not max_size.David Lehman2009-03-031-4/+4
* Add size setter for LVs, remove obsolete comments about metadata sizes.David Lehman2009-03-031-4/+18
* Actually return the dict we built in FSSet.mountpoints.David Lehman2009-03-031-0/+1
* LVM is giving us unacceptable grief over persistence of metadata.David Lehman2009-03-031-0/+4
* Don't compare with start when it is implicitly zero in pruneActions.David Lehman2009-03-031-2/+2
* Respect "xfs", "jfs", "icantbelieveitsnotbtr" cmdline args.David Lehman2009-03-031-0/+18
* Fix some remaining errors and require higher version of pycryptsetupMartin Sivak2009-03-031-2/+2
* Integrate the python-cryptsetup packageMartin Sivak2009-03-031-123/+35
* Maximize partitions after growingHans de Goede2009-03-031-7/+18
* Do not create PV's in empty space of disks not selected for installHans de Goede2009-03-031-1/+1
* Add method pruneActions to remove redundant actions from the queue.David Lehman2009-03-031-0/+162
* Use currentSize in ActionResizeDevice ctor to get actual physical size.David Lehman2009-03-031-1/+1
* Add exclusiveDisks kwarg to doPartitioning, other minor fixes.David Lehman2009-03-021-4/+14