summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* storage.disks never includes disks without media present.Chris Lumens2009-03-171-1/+1
* Changed the getDevicebyLabel() to getDeviceByLabel() in devicetree.pyMartin Gracik2009-03-171-1/+1
* Don't use disk.maximizePartition anymore.David Lehman2009-03-161-23/+0
* Only schedule implicit format destruction if there is formatting to destroy.David Lehman2009-03-161-1/+1
* Reset encryptionPassphrase when we reset the rest of storage.David Lehman2009-03-161-0/+1
* Do not create a LUKSDevice if we do not have a way to map the device.David Lehman2009-03-161-1/+3
* Fix handling of new extended partitions during partition allocation.David Lehman2009-03-161-0/+7
* Fix bug in dependency list for partitions.David Lehman2009-03-161-1/+2
* Fix inconsistency in variable use in search for free space.David Lehman2009-03-161-16/+16
* Check for disk name being in disk.name not in clearPartDisksDavid Cantrell2009-03-161-1/+2
* When creating free space, handle cases other than clearpart --drives=Chris Lumens2009-03-161-2/+5
* Ignore loop and ram devicesHans de Goede2009-03-161-0/+7
* devicetree: fix slave addition of incomplete dm / md devicesHans de Goede2009-03-161-12/+20
* Catch LVMErrors too when tearing down devicesHans de Goede2009-03-161-1/+1
* 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