summaryrefslogtreecommitdiffstats
path: root/storage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Store iscsi node pointer in iScsiDiskDevice objectsHans de Goede2009-08-041-2/+4
* Log non-upgradable upgrade candidate roots.Radek Vykydal2009-07-241-0/+3
* Remove unresolvable file devices from the devicetree. (#503830)David Lehman2009-07-211-0/+4
* Change DeviceTree.devices from a dict to a list.David Lehman2009-07-211-14/+11
* Edit user-visible dialogs for style.Peter Jones2009-07-131-1/+1
* Don't write optical devices to /etc/fstab (#505697).Chris Lumens2009-07-131-0/+4
* Initial FCoE supportHans de Goede2009-07-021-0/+5
* Fix upgrade selected in UI after storage reset (#503302)Radek Vykydal2009-07-021-0/+2
* Update code that checks for devices that contain install media.David Lehman2009-07-011-5/+4
* Rework tracking of devices containing installation media. (#497087)David Lehman2009-07-011-17/+13
* Write out "MAILADDR root" into mdadm.conf (#508321)Radek Vykydal2009-06-301-1/+2
* Access format options property instead of mountopts attr. (#506219)David Lehman2009-06-221-1/+1
* Be more careful about identifying NFS fstab entries.David Lehman2009-06-221-1/+1
* If not enough memory is installed, enforce swap partition creation (#498742).Chris Lumens2009-06-101-4/+10
* Fix discovery of existing raid/lvm for ks install without clearpart (#503310)...Radek Vykydal2009-06-051-6/+3
* Use gettext.ldngettext when necessary (#467603)David Cantrell2009-06-031-1/+1
* Limit the trigger to block type devices.Joel Granados Moreno2009-05-281-1/+1
* Make sure that the devices are correctly detected (#491700)Joel Granados Moreno2009-05-271-0/+3
* Move /boot checks from sanityCheck into Platform.checkBootRequest.Chris Lumens2009-05-211-43/+1
* Call checkBootRequest from sanityCheck.Chris Lumens2009-05-211-0/+5
* Set clearPartType to None on preupgrade too (#499321).Chris Lumens2009-05-151-1/+1
* Fix a typo when probing exception disks.Chris Lumens2009-05-121-1/+1
* Add support for --noformat too.Chris Lumens2009-05-121-6/+12
* Add support for --onpart, --ondrive, and --useexisting.Chris Lumens2009-05-121-1/+13
* Make the storage.writeKS method useful and called from instdata (#493703).Chris Lumens2009-05-121-0/+44
* Do not set a parent on the /mnt/sysimage/dev bind mount object (#499724).Chris Lumens2009-05-081-1/+1
* Don't pass the default clearPartType value to the device tree.David Lehman2009-05-061-1/+9
* Handle fstab entries whose filesystem we don't recognize.(#498120)David Lehman2009-05-041-1/+17
* Don't drop discovered format with unknown devices when parsing fstab.David Lehman2009-05-041-2/+2
* Pass clearPartType to the devicetree as well.Chris Lumens2009-05-011-0/+2
* Add a ignoreProtected= parameter to deviceImmutable that does the obvious.Chris Lumens2009-05-011-2/+2
* Don't mount bind mounts last, that makes /dev break.Peter Jones2009-04-301-5/+0
* Use device.format.mountType insead of device.format.type for fstab.Peter Jones2009-04-281-1/+1
* Fix handling of swap files. (#496529)David Lehman2009-04-241-0/+11
* Pass anaconda to turnOnSwap so we can use swap files.David Lehman2009-04-241-5/+5
* Fix incorrect attribute name use for retrofit flag.David Lehman2009-04-241-2/+2
* Apply the global passphrase when doing kickstart autopart (#497533).Chris Lumens2009-04-241-3/+5
* Add support for encryption passphrase retrofits.David Lehman2009-04-241-0/+22
* Fix handling of bind mounts. (#496406)David Lehman2009-04-241-3/+32
* Add more filesystem checks.Chris Lumens2009-04-241-0/+11
* Don't remove an inconsistent lvm partition from the devicetree (#496638)Hans de Goede2009-04-241-0/+4
* When catching an OSError, handle it as an object instead of a tuple (#497374).Chris Lumens2009-04-231-4/+4
* Don't allow /boot to be on an encrypted device (#496866).Chris Lumens2009-04-221-2/+8
* Include the device path in DeviceError exceptions.David Lehman2009-04-211-3/+3
* [PATCH] Possible fix for some encryption related bugs during the Custom Layou...Martin Sivak2009-04-171-0/+7
* Fix typo.Joel Granados Moreno2009-04-161-1/+1
* Implement the save to USB using devicetree devices.Joel Granados Moreno2009-04-161-16/+13
* Make save to usb work.Joel Granados Moreno2009-04-141-3/+3
* Setup the disks before partitioning as the nodes are needed.Joel Granados Moreno2009-04-101-0/+5
* Rescan the devices when we are saving a traceback.Joel Granados Moreno2009-04-101-0/+2