summaryrefslogtreecommitdiffstats
path: root/storage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Require a format to have a mountpoint before testing for RO (#565879).Chris Lumens2010-02-161-0/+1
* Move escrowCertificates into the Storage object.Chris Lumens2010-02-041-0/+1
* Move storage into the Anaconda class.Chris Lumens2010-02-041-16/+16
* Move network to the Anaconda object.Chris Lumens2010-02-041-1/+1
* Move upgrade-related data to the Anaconda object.Chris Lumens2010-02-041-4/+4
* Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-041-1/+1
* Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-041-1/+1
* Fix backtrace when adding mdraid arrays (#560360)Hans de Goede2010-02-011-1/+1
* Hookup new python EDD code (#478996)Hans de Goede2010-01-281-1/+1
* Add pure python EDD code parsing and compareDrives substitute (#478996)Hans de Goede2010-01-281-0/+55
* Make storage.unusedMDFoo also check mdcontainer membersHans de Goede2010-01-251-3/+10
* Give MD BIOS RAID arrays there own typeHans de Goede2010-01-251-1/+1
* Create multipath.confPeter Jones2010-01-211-0/+11
* Fixup various errors detected by pylintHans de Goede2010-01-141-1/+1
* Make partitioned attr depend on whether the device is partitionable.David Lehman2010-01-131-0/+3
* Raise an exception when /etc/fstab contradicts detected fs type (#536906)David Lehman2010-01-131-1/+1
* Don't include read-only filesystems in fsFreeSpace. (#540525)David Lehman2010-01-131-0/+6
* Ask about LVM inconsistencies only in storageinit step.Radek Vykydal2010-01-071-0/+1
* Ask about disk initialization only in storageinit step.Radek Vykydal2010-01-071-0/+3
* Dump the initial and final state of the system's storage devices.David Lehman2009-12-221-0/+13
* Sort Storage.devices by name (not path) for consistency.David Lehman2009-12-221-1/+1
* Log error messages before displaying dialogs.Chris Lumens2009-12-161-3/+6
* Make a better effort at tearing down everything before action processing.David Lehman2009-12-101-2/+1
* Add support for whole-disk formatting.David Lehman2009-12-091-1/+25
* Nothing sets flags.setupFilesystems anymore, so it can go too.Chris Lumens2009-12-031-2/+1
* Do not set boot flag when there is already a partition with the flag (#533658)Hans de Goede2009-11-261-0/+13
* Write /etc/dasd.conf to target system on s390 (#533833).David Cantrell2009-11-121-2/+5
* Make sure partitioning-related drive lists are sorted properly. (#534065)David Lehman2009-11-121-1/+1
* Set boot flag for /boot on mdraid 1 array too (#533533).Radek Vykydal2009-11-111-5/+11
* Trim the inital / off the mountpoint before making an LV name from it.Chris Lumens2009-11-041-1/+5
* Call udev_trigger with a "change" action and don't filter out dm devices.David Lehman2009-10-301-3/+4
* Use 'zerombr' kickstart command for DASDs needing dasdfmt (#528386).David Cantrell2009-10-291-1/+1
* Find and format any unformatted DASD devices (#528386).David Cantrell2009-10-281-0/+3
* Filter out device-mapper devices when doing a udev_trigger.David Lehman2009-10-221-2/+2
* Write multipathd.conf in anaconda so that dracut can find it.Peter Jones2009-10-121-0/+17
* map() -> filter() in storage.writeEscrowPackets()David Cantrell2009-10-071-2/+3
* Only initialize escrow packet code if there's devices that need it (#527668).Chris Lumens2009-10-071-5/+9
* formatByDefault: Don't traceback when mountpoint is None (#522609)Hans de Goede2009-10-061-0/+3
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-24/+32
* Change 'support' to 'supported' in UnknownSwapError dialog (#526549)David Cantrell2009-10-011-1/+1
* Stop /lib/udev/rules.d/65-md-incremental.rules from messing with mdraid setsHans de Goede2009-09-301-0/+4
* Make sure the disk holding /boot is setup before setting boot flag (#526063)Hans de Goede2009-09-291-0/+1
* Don't write an empty mdadm.confHans de Goede2009-09-181-2/+5
* Write mdraid arrays to mdadm.conf in sorted orderHans de Goede2009-09-181-0/+7
* Log when we are skipping disks without mediaHans de Goede2009-09-151-1/+4
* Write mdadm.conf lines for mdraid container formats (imsm)Hans de Goede2009-09-151-0/+2
* Add escrow supportMiloslav Trmač2009-09-141-1/+37
* Handle UnknownSwapError when turning on existing swap volumes.David Cantrell2009-09-071-0/+9
* Check for a valid interface in swapErrorDialog, exit without one.David Cantrell2009-09-071-29/+30
* On SuspendError, allow users to skip/format/exit like OldSwapError.David Cantrell2009-09-071-2/+2