summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Determine if an mdmember is biosraid earlier (#586298)Hans de Goede2010-05-122-5/+2
* storage: LUKSDevice takes req_grow after its slave (#589450).Ales Kozumplik2010-05-101-0/+4
* Offer to ignore unformatted DASDs rather than forcing exit (#580456)David Cantrell2010-05-071-5/+1
* Fix usage of deviceNameToDiskByPath in devicetree.py (#589967)David Cantrell2010-05-071-1/+3
* Remove partitions after unpartitioned non-partition devices. (#588597)David Lehman2010-05-071-0/+8
* Just use /dev/dasdX if we can't get a by-path linkDavid Cantrell2010-05-061-0/+3
* Do not prepend /dev/disk/by-path in format DASD windowDavid Cantrell2010-05-061-2/+2
* Use udev_device_get_by_path() to get /dev/disk/by-path linkDavid Cantrell2010-05-061-2/+2
* Add udev_device_get_by_path() to return /dev/disk/by-path linkDavid Cantrell2010-05-061-0/+8
* fcoe: use fipvlan instead of fcoemon to bring up fcoe (#486244)Hans de Goede2010-05-061-10/+2
* Make deviceNameToDiskByPath check udev info instead of sysfsDavid Cantrell2010-05-042-22/+7
* Fix some minor problems in storage/dasd.py (#560702)David Cantrell2010-05-041-14/+11
* Make sure a given path exists before calling os.statvfs on it (#587662).Chris Lumens2010-04-301-1/+1
* Wait for scsi adapters to be done with scanning their busses (#583143)Hans de Goede2010-04-301-0/+5
* Don't clear BIOS RAID member disks (#587066)Hans de Goede2010-04-291-0/+4
* Remove devices from libparted's cache when destroying them (#586622)Hans de Goede2010-04-291-0/+5
* Offer to format unformatted DASD devices (#560702)David Cantrell2010-04-283-47/+68
* Make sure we use 1.0 mdraid metadata when the set is used for boot (#584596)Hans de Goede2010-04-232-22/+33
* Add a preCommitFixup hook to StorageDevice classesHans de Goede2010-04-232-8/+11
* Check for not having found any disks after populating the tree (#583906)Hans de Goede2010-04-231-0/+10
* Prune resize and format create/migrate actions if destroying a device.David Lehman2010-04-221-2/+20
* Schedule actions when removing existing extended partitions. (#568219)David Lehman2010-04-221-3/+9
* Don't try to zero out extended partitions.David Lehman2010-04-221-3/+4
* lvm: check resizing against format's targetSize (#580171).Ales Kozumplik2010-04-221-1/+1
* Fix some HIG problems with the "Write Changes" dialog (#583405).Chris Lumens2010-04-191-3/+3
* Prevent low-level formatting of DASDs in rescue mode (#582638)Hans de Goede2010-04-191-0/+4
* Move the question about formatting DASD's to the interface classHans de Goede2010-04-191-20/+1
* Check for presence of filesystem module in FS.mountable (#580520)David Cantrell2010-04-171-2/+12
* Check for fs utils when determining if an fs can be resized (#572431)David Cantrell2010-04-171-0/+5
* No instdata on master anymore. (anaconda.id -> anaconda)David Lehman2010-04-151-1/+1
* Try to get boot reqs onto the selected boot device. (#560387)David Lehman2010-04-151-1/+12
* Ensure proper disklabel type on boot disk if CLEARPART_TYPE_ALL. (#570483, #5...David Lehman2010-04-151-0/+39
* Add proper support for destruction of disklabels.David Lehman2010-04-153-16/+43
* Three small fixes to action sorting.David Lehman2010-04-151-16/+8
* Fix various syntax errorsHans de Goede2010-04-153-4/+4
* Check for and offer to format unformatted DASD devices (#560702).David Cantrell2010-04-141-0/+6
* Fix a typo.Chris Lumens2010-04-131-1/+1
* Write an AUTO ... line to mdadm.conf (#537329)Hans de Goede2010-04-131-8/+3
* Apply yet another translation patch (#573870).Chris Lumens2010-04-121-1/+1
* Fix some previously difficult-to-translate strings (#573870).Chris Lumens2010-04-121-2/+5
* Log successful login to iscsi targetsHans de Goede2010-04-081-0/+2
* storage/udev.py handle iscsi ID_PATH IPV6 address containing : (#579761)Hans de Goede2010-04-081-2/+7
* Sort partition create actions before other unpartitioned devices. (#574379)David Lehman2010-04-061-0/+6
* Move some kickstart-specific storage init into storageInitialization.Chris Lumens2010-04-061-0/+12
* Adjust the Makefiles to install anaconda to /usr/lib{,64}/python?.?.Chris Lumens2010-04-063-3/+6
* Re-Check minimum size of partition after running fsck on it (#578955)Brian C. Lane2010-04-051-0/+10
* Take the request's format into account when deciding to resize (#578471).Chris Lumens2010-04-052-2/+3
* Do not try to commit diskLabels on non partitionable devices (#576145)Hans de Goede2010-03-311-4/+0
* fcoe: sysfs_edd.sh has been renamed to fcoe_edd.shHans de Goede2010-03-301-1/+1
* Turn protected devices into a property on the Anaconda object.Chris Lumens2010-03-261-10/+3