summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Ignore disk devices with missing media (#488800).Chris Lumens2009-03-162-19/+48
* Fixed the names of the variables for lvm.py functions.Martin Gracik2009-03-161-4/+4
* isys.umount removes mount directory by defaultRadek Vykydal2009-03-161-1/+0
* Fix tempfile.mkdtemp call.Radek Vykydal2009-03-161-1/+1
* Initialize attribute _mountpoint before using itRadek Vykydal2009-03-161-1/+1
* devicetree.py has _ignoredDisks instead of ignoredDisks.Joel Granados Moreno2009-03-161-1/+1
* Use os.statvfs() to get existing filesystem size.David Cantrell2009-03-151-0/+27
* Add resizeArgs for Ext2FS and fix it for BtrFS.David Cantrell2009-03-151-1/+6
* Report when we cannot find any free space partitions.David Cantrell2009-03-151-0/+9
* Raise FSResizeError if filesystem cannot be resized.David Cantrell2009-03-151-2/+1
* Handle resizing when setting targetSize for PartitionDeviceDavid Cantrell2009-03-151-1/+47
* Let users set the size property of StorageDevices.David Cantrell2009-03-151-2/+4
* Add support for kickstart's '--initlabel' option to clearpart.David Lehman2009-03-143-26/+83
* Fix supportable attribute for cmdline-enabled fstypes.anaconda-11.5.0.30-1David Lehman2009-03-131-7/+9
* Access private attribute for luks dict.David Lehman2009-03-131-1/+1
* Don't traceback if vg.teardown fails in recursive teardown.David Lehman2009-03-131-1/+7
* Make sure we return something other than None for new requests.David Lehman2009-03-131-2/+11
* Add __str__ methods to Device objects.Chris Lumens2009-03-131-0/+88
* Add mediaPresent and eject to the OpticalDevice class.Chris Lumens2009-03-131-0/+30
* Don't clear partitions containing the install media.David Lehman2009-03-131-0/+4
* Wait til everyone knows the format/fs is no longer active.David Lehman2009-03-131-0/+1
* Save a copy of the device stack so we can destroy the format. (#489975)David Lehman2009-03-131-5/+14
* Add a deep copy method to Device since we can't just use copy.deepcopy.David Lehman2009-03-131-0/+20
* Default to a name based on the uuid for existing luks mappings.David Lehman2009-03-131-1/+3
* Use the correct keyword for luks map names ('name', not 'mapName').David Lehman2009-03-131-1/+1
* Fix getting of number of total devices of sw raid.Radek Vykydal2009-03-131-1/+1
* Added test case for devicelib mdraid.py.Martin Gracik2009-03-131-38/+40
* Add a list that lvm should ignore.Joel Granados Moreno2009-03-132-55/+155
* Don't create a PartitionDevice for devices that do not exist (#489122).Chris Lumens2009-03-122-4/+7
* A getter doesn't usually take a parameter (#489965).Chris Lumens2009-03-121-1/+1
* Fix typo.Joel Granados Moreno2009-03-121-1/+1
* Fix typo.David Lehman2009-03-121-1/+1
* Honor the zerombr kickstart directive.David Lehman2009-03-121-2/+10
* currentSize is expected to be a float, so convert it to one (#489882).Chris Lumens2009-03-121-1/+1
* Make sure the device has a diskType before attempting to check what it is.Chris Lumens2009-03-121-1/+1
* Always go through doAutoPart.Chris Lumens2009-03-121-50/+63
* Format modules import fixMartin Gracik2009-03-121-1/+1
* Fixed the format modules importMartin Gracik2009-03-121-3/+4
* Modify livecd.py to work with new storage backend.David Lehman2009-03-111-1/+4
* Be explicit about resetting Disks' partedDisk attribute. (#489678)David Lehman2009-03-112-8/+5
* Deactivate devices after we've finished scanning them.David Lehman2009-03-111-0/+2
* Handle the case of removing an unallocated partition from the tree.David Lehman2009-03-111-1/+3
* Try again to set up LVs when we've just added a new PV to the VG.David Lehman2009-03-111-0/+5
* Set partition flags in format create/destroy execute methods.David Lehman2009-03-111-2/+23
* Make sure we use the newly committed parted.Partition after create.David Lehman2009-03-111-14/+4
* Make device teardown methods more resilient.David Lehman2009-03-111-41/+16
* Fix _getCheckArgs() in class FS.David Cantrell2009-03-101-1/+2
* Fix action pruning to handle more complex scenarios.David Lehman2009-03-101-41/+172
* Schedule destruction of any existing formatting along with the device.David Lehman2009-03-101-0/+4
* Add a size attribute to mdraid arrays.David Lehman2009-03-101-0/+8