summaryrefslogtreecommitdiffstats
path: root/partitions.py
Commit message (Expand)AuthorAgeFilesLines
* Replace old storage modules.David Lehman2009-02-231-1899/+0
* Ensure request.drive is always a list (#485622)David Cantrell2009-02-201-1/+1
* Skip METADATA, FREESPACE, and PROTECTED partitions.David Cantrell2009-02-121-4/+4
* Iterate over partitions to see free space.David Cantrell2009-02-121-1/+5
* Iterate over partitions using disk.partitionsDavid Cantrell2009-02-121-8/+3
* Use device property on Disk and Geometry objects.David Cantrell2009-02-121-4/+5
* Syntax changes for the new pyparted.David Cantrell2009-02-121-13/+8
* Remove partedUtils.getMaxAvailPartSizeMB()David Cantrell2009-02-121-1/+1
* Removed partedUtils.get_lvm_partitions()David Cantrell2009-02-121-1/+1
* Removed partedUtils.getRaidPartitions()David Cantrell2009-02-121-1/+1
* Remove partedUtils.get_logical_partitions()David Cantrell2009-02-121-1/+1
* Removed partedUtils.get_partition_name()David Cantrell2009-02-121-7/+7
* Removed partedUtils.getPartSizeMB()David Cantrell2009-02-121-3/+3
* Remove partedUtils.sniffFilesystemType()David Cantrell2009-02-121-6/+5
* Rewrite iscsi code using libiscsiHans de Goede2009-02-111-0/+3
* In addSnap(), check snapshots for data key before continuing (#433824)David Cantrell2008-12-021-0/+2
* Use hasPassphrase() instead of directly accessing passphrase member.David Lehman2008-11-121-1/+1
* Do not stop and restart iscsid when rescanning disks/partitions (#470223)Hans de Goede2008-11-081-4/+0
* The function getEncryptedDevice gets called correctly expect when we are inJoel Granados Moreno2008-11-071-0/+2
* Check for required space for / on live installs (#468867)Jeremy Katz2008-11-031-0/+9
* Make sure we differentiate locked luks devs from deleted ones.David Lehman2008-10-311-3/+8
* Fix a typo that breaks kickstart with encryption. (#469318)David Lehman2008-10-311-1/+1
* Don't treat encrypted PVs as available if we don't have the key. (#465240)David Lehman2008-10-271-0/+6
* Fix ext4 detection on existing partitions (#467047)Radek Vykydal2008-10-231-0/+10
* Mark iscsi disks not used for / as autostart (rh461840)Hans de Goede2008-10-081-0/+40
* Use one passphrase for all new LUKS devices and offer retrofit to old ones.David Lehman2008-09-151-35/+54
* Handle preexisting swraid w/ encrypted member disks/partitions.David Lehman2008-08-261-1/+8
* Include "--encrypted" in anaconda-ks.cfg partitioning as needed. (#459430)David Lehman2008-08-191-0/+12
* Support establishing a global passphrase when creating encrypted devices.David Lehman2008-08-191-7/+26
* First crack at upgrade of systems with encrypted block devices. (#437604)David Lehman2008-08-131-1/+0
* In kickstart, prompt for new LUKS dev passphrase if not specified. (#446930)David Lehman2008-08-131-0/+33
* Consider clearpart and ignoredisk when scanning for encrypted partitions.David Lehman2008-08-131-0/+7
* Don't base mpath/dmraid/raid startup/stopping based on if lvm is activated yet,Peter Jones2008-08-131-6/+13
* Fix a string typo.Chris Lumens2008-08-081-1/+1
* Use attributes to tell us whether filesystems are bootable (#457037).Chris Lumens2008-07-291-6/+2
* Move all the exceptions into a single file.Chris Lumens2008-06-091-1/+1
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-5/+25
* Don't use size to determine if a partition is an EFI system partition; instead,Peter Jones2008-04-251-3/+4
* Bootable requests can not be on logical volumes (#439270).Chris Lumens2008-04-011-1/+4
* Handle fstype munging in isys.readFSType instead of in various other places.David Lehman2008-03-281-7/+4
* Fix a typo in new encrypted LV code.David Lehman2008-03-281-1/+1
* Improve handling of logical volume device names when encrypted.David Lehman2008-03-281-2/+3
* Add support for discovery of preexisting LUKS encrypted devices.David Lehman2008-03-281-8/+83
* Support reading the UUID from the disk like we do with labels.Chris Lumens2008-03-181-1/+1
* Fix traceback with preexisting LUKS partitions in setFromDisk. (part of #437858)David Lehman2008-03-171-15/+16
* Do not strip leading or trailing whiltespace from passphrases. (#437499)David Lehman2008-03-141-1/+1
* Handle /boot/efi and /boot both as bootrequestsPeter Jones2008-03-141-7/+12
* Ignore LUKS headers on partitions containing RAID signatures. (#437051)David Lehman2008-03-131-0/+5
* Use iutil.isEfi() instead of testing for ia64-ness.Peter Jones2008-03-041-29/+9
* Add a method to scan all disks for encrypted devices.David Lehman2008-02-051-0/+100