| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch the new _ped.DiskLabelException for unrecognized disklabels. | David Lehman | 2009-03-06 | 1 | -1/+2 |
* | Catch all failures from making parted objects in exceptionDisks. | David Lehman | 2009-03-06 | 1 | -2/+1 |
* | various dmraid fixes. | Joel Granados Moreno | 2009-03-06 | 3 | -12/+9 |
* | Implement the format disk question as a callback. | Joel Granados Moreno | 2009-03-06 | 3 | -59/+78 |
* | Add dmraid functionality to new storage code. | Joel Granados Moreno | 2009-03-06 | 6 | -42/+334 |
* | Do not pass None values into nonmandatory arguments, you are screwing the def... | Martin Sivak | 2009-03-06 | 1 | -1/+9 |
* | Schedule device destroy actions for partitions last. | David Lehman | 2009-03-05 | 1 | -1/+4 |
* | Nodev filesystems always exist. And the device is arbitrary. | David Lehman | 2009-03-05 | 1 | -2/+4 |
* | Include proc, &c filesystems in fstab and FSSet.{mount/umount}Filesystems. | David Lehman | 2009-03-05 | 1 | -5/+9 |
* | Remove FSSet.writeFSTab. That job is handled elsewhere. | David Lehman | 2009-03-05 | 1 | -4/+0 |
* | Add properties to FSSet to provide the nodev entries. | David Lehman | 2009-03-05 | 1 | -0/+40 |
* | Fix incomplete format in Storage.deviceImmutable. | David Lehman | 2009-03-05 | 1 | -1/+1 |
* | Make sure we use the same disk the free space is on. (#488807) | David Lehman | 2009-03-05 | 1 | -2/+9 |
* | Revert "Make sure we end up with a disk that matches the chosen free region." | David Lehman | 2009-03-05 | 2 | -61/+11 |
* | Make sure we end up with a disk that matches the chosen free region. | David Lehman | 2009-03-05 | 2 | -11/+61 |
* | Handle unformatted disks and cdroms in Storage.exceptionDisks. | David Lehman | 2009-03-05 | 1 | -1/+4 |
* | Add resizeArgs property for resizable filesystems. | David Cantrell | 2009-03-05 | 1 | -7/+15 |
* | Fill out class NTFS a bit more. | David Cantrell | 2009-03-05 | 1 | -2/+6 |
* | Add fsckProg property to class FS. | David Cantrell | 2009-03-05 | 1 | -0/+5 |
* | Ext2FS.migratable(self) -> Ext2FS.migratable | David Cantrell | 2009-03-05 | 1 | -1/+1 |
* | Fix StorageDevice.minSize() and PartitionDevice.maxSize() | David Cantrell | 2009-03-05 | 1 | -4/+4 |
* | Do an even more thorough job of ignoring disks libparted doesn't like. | Chris Lumens | 2009-03-05 | 1 | -2/+2 |
* | Fix a typo when writing out the mdadm config file. | Chris Lumens | 2009-03-05 | 1 | -1/+1 |
* | Handle non-fatal errors more gracefully in addUdevDevice. | David Lehman | 2009-03-05 | 1 | -3/+12 |
* | When building the exceptionDisks list, skip devices libparted doesn't like. | Chris Lumens | 2009-03-05 | 1 | -1/+5 |
* | Iterate over devicetree.devices.values, not devicetree. | David Lehman | 2009-03-05 | 1 | -1/+1 |
* | Format message string after translation not before | Martin Sivak | 2009-03-05 | 1 | -1/+1 |
* | If a drive is not initialized, offer reinitialization or ignoring the drive t... | Martin Sivak | 2009-03-05 | 2 | -4/+35 |
* | More syntax errors / traceback fixes | Hans de Goede | 2009-03-05 | 1 | -5/+5 |
* | Fix syntax errors | Radek Vykydal | 2009-03-05 | 2 | -4/+3 |
* | Implement Storage.sanityCheck, mostly from old partitions code. | David Lehman | 2009-03-04 | 3 | -4/+122 |
* | Add central methods to write out storage configuration. | David Lehman | 2009-03-04 | 1 | -12/+37 |
* | Install storage/ with the rest, include it and booty in images. | David Lehman | 2009-03-04 | 3 | -0/+99 |
* | Add a "removable" property to StorageDevice. | David Lehman | 2009-03-04 | 1 | -0/+7 |
* | Fix inaccuracies in growPartitions and work around some parted weirdness. | David Lehman | 2009-03-04 | 1 | -18/+41 |
* | A couple of little fixes to the partedPartition property. | David Lehman | 2009-03-04 | 1 | -3/+9 |
* | Handle mountopts being empty. | Chris Lumens | 2009-03-04 | 1 | -2/+4 |
* | parents is an attribute on a Device class. | Chris Lumens | 2009-03-04 | 1 | -1/+1 |
* | LUKS is not supported in the sense that _supported implies. | David Lehman | 2009-03-04 | 1 | -1/+1 |
* | Fix a bunch of "supported" methods so they work properly. | David Lehman | 2009-03-04 | 1 | -3/+6 |
* | Add MAX_LV_SLOTS and to lvm.py and remove unused pesize from getMaxLVSize. | David Lehman | 2009-03-04 | 1 | -5/+4 |
* | Conditionalize ext3->ext4 migrate on "ext4migrate" cmdline arg. | David Lehman | 2009-03-04 | 1 | -0/+6 |
* | Added unittests for devicelibs lvm.py and swap.py; Corrected errors in lvm.py... | Martin Gracik | 2009-03-04 | 2 | -15/+22 |
* | Don't traceback if options is None in doFormat. | David Lehman | 2009-03-04 | 1 | -2/+4 |
* | Add special handling in getDependentDevices for extended partitions. | David Lehman | 2009-03-04 | 1 | -0/+15 |
* | Use properties for totalDevices, memberDevices, spares. | David Lehman | 2009-03-04 | 1 | -2/+24 |
* | Fixes to Storage.newMDArray to ensure minor is an int. | David Lehman | 2009-03-04 | 1 | -3/+3 |
* | Fix match on "name" attribute we can lookup by, eg: "software RAID". | David Lehman | 2009-03-04 | 1 | -1/+1 |
* | self.format -> self.device.format | David Cantrell | 2009-03-03 | 1 | -2/+2 |
* | Migrate FS user interface plumbing. | David Cantrell | 2009-03-03 | 1 | -5/+6 |