summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Catch the new _ped.DiskLabelException for unrecognized disklabels.David Lehman2009-03-061-1/+2
* Catch all failures from making parted objects in exceptionDisks.David Lehman2009-03-061-2/+1
* various dmraid fixes.Joel Granados Moreno2009-03-063-12/+9
* Implement the format disk question as a callback.Joel Granados Moreno2009-03-063-59/+78
* Add dmraid functionality to new storage code.Joel Granados Moreno2009-03-066-42/+334
* Do not pass None values into nonmandatory arguments, you are screwing the def...Martin Sivak2009-03-061-1/+9
* Schedule device destroy actions for partitions last.David Lehman2009-03-051-1/+4
* Nodev filesystems always exist. And the device is arbitrary.David Lehman2009-03-051-2/+4
* Include proc, &c filesystems in fstab and FSSet.{mount/umount}Filesystems.David Lehman2009-03-051-5/+9
* Remove FSSet.writeFSTab. That job is handled elsewhere.David Lehman2009-03-051-4/+0
* Add properties to FSSet to provide the nodev entries.David Lehman2009-03-051-0/+40
* Fix incomplete format in Storage.deviceImmutable.David Lehman2009-03-051-1/+1
* Make sure we use the same disk the free space is on. (#488807)David Lehman2009-03-051-2/+9
* Revert "Make sure we end up with a disk that matches the chosen free region."David Lehman2009-03-052-61/+11
* Make sure we end up with a disk that matches the chosen free region.David Lehman2009-03-052-11/+61
* Handle unformatted disks and cdroms in Storage.exceptionDisks.David Lehman2009-03-051-1/+4
* Add resizeArgs property for resizable filesystems.David Cantrell2009-03-051-7/+15
* Fill out class NTFS a bit more.David Cantrell2009-03-051-2/+6
* Add fsckProg property to class FS.David Cantrell2009-03-051-0/+5
* Ext2FS.migratable(self) -> Ext2FS.migratableDavid Cantrell2009-03-051-1/+1
* Fix StorageDevice.minSize() and PartitionDevice.maxSize()David Cantrell2009-03-051-4/+4
* Do an even more thorough job of ignoring disks libparted doesn't like.Chris Lumens2009-03-051-2/+2
* Fix a typo when writing out the mdadm config file.Chris Lumens2009-03-051-1/+1
* Handle non-fatal errors more gracefully in addUdevDevice.David Lehman2009-03-051-3/+12
* 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