summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix StorageDevice.minSize, PartitionDevice.targetSize, vg/lv type strings.David Lehman2009-03-021-3/+7
* Allow Storage.newVG to be called w/ no pvlist.David Lehman2009-03-021-0/+2
* Make sure _name is None so _type gets used by name property.David Lehman2009-03-021-0/+1
* Fix some bugs related to device setup/teardown usage by actions.David Lehman2009-03-021-2/+8
* Expand newPartition and friends to accept any valid ctor args.David Lehman2009-03-021-25/+70
* Fix check for multiple values in udev env lines.David Lehman2009-03-021-1/+1
* Handle env vars in udev_device_get_lv_sizes()David Cantrell2009-03-021-1/+1
* Add minSize and maxSize properties to StorageDevice and PartitionDevice.David Cantrell2009-03-021-0/+27
* self_migratable -> self._migratableDavid Cantrell2009-03-021-1/+1
* doPartitioning() receives a Storage instance.David Cantrell2009-03-021-3/+3
* Remove possibly unnecessary code in class NoDevFSDavid Cantrell2009-03-021-2/+0
* Use hashlib instead of md5 module in iscsi.pyDavid Cantrell2009-03-021-2/+3
* We can expect to find the parted module now.David Lehman2009-03-021-14/+10