summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Use pyblock for device-mapper devices' status.David Lehman2009-09-151-16/+10
* Try harder to stop mdraid arraysHans de Goede2009-09-151-1/+13
* Log when we are skipping disks without mediaHans de Goede2009-09-151-1/+4
* Don't scan stopped md devicesHans de Goede2009-09-151-0/+10
* Make udev_get_block_device() return None on failureHans de Goede2009-09-151-1/+1
* Do not pass --update=super-minor to mdadm for containers and sets there inHans de Goede2009-09-152-3/+13
* Write mdadm.conf lines for mdraid container formats (imsm)Hans de Goede2009-09-154-9/+56
* Install dracut-network when using network storageHans de Goede2009-09-151-2/+3
* write netroot=fcoe:... to kernel cmdline in grub.conf for dracutHans de Goede2009-09-151-0/+3
* write iscsi initiator name to kernel cmdline in grub.conf for dracutHans de Goede2009-09-152-0/+4
* Make iswmd the defaultHans de Goede2009-09-152-2/+3
* Add escrow supportMiloslav Trmač2009-09-144-1/+125
* Remove partitions in reverse order when clearing disks.David Lehman2009-09-111-9/+5
* Improve the info provided to DeviceAction.__str__.David Lehman2009-09-111-11/+8
* Include device id in log lines since partitions can get renumbered.David Lehman2009-09-112-12/+19
* Don't try to preserve old format attrs when reinitializing pvs.David Lehman2009-09-111-3/+1
* remove the no longer used initcb and initlabel DiskDevice.__init__ argumentsHans de Goede2009-09-111-13/+5
* Get DMRaidArrayDevice's a DiskLabel format when they are added to the treeHans de Goede2009-09-101-0/+7
* 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
* Raise exception if detected swap volumes are not Linux v1 swap space.David Cantrell2009-09-072-0/+8
* Handle OldSwapError (#510817)David Cantrell2009-09-041-38/+67
* Support a force=True argument on SwapSpace.create()David Cantrell2009-09-041-2/+6
* Do not put device node path, but the fs UUID in fstab for mdraid: (#519337)Hans de Goede2009-09-041-4/+0
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-032-10/+61
* Handle rootPath referencing a chroot value or actual path (#519665)David Cantrell2009-09-021-12/+8
* Support rootpath overrides in fsset.rootDevice (#519665)David Cantrell2009-09-021-1/+6
* Pass anaconda.rootPath to FSSet()David Cantrell2009-09-021-3/+4
* Recheck if a partition should be ignored after getting its disk (#518971)Hans de Goede2009-09-021-0/+8
* Do not traceback on an usb cardreader with no card presentHans de Goede2009-09-022-3/+10
* Don't identify multi lun usb card readers as multipath (#517603)Hans de Goede2009-09-021-0/+14
* Device class does not have a format memberHans de Goede2009-09-021-8/+18
* Device class does not have a path memberHans de Goede2009-09-023-68/+68
* clobber is a method of PartedDevice not PartedDiskHans de Goede2009-09-011-1/+1
* Remove unused fsFromConfig methodHans de Goede2009-09-011-17/+0
* allocatePartitions: PartitionCount is a member of PartedDisk not DiskDeviceHans de Goede2009-09-011-1/+2
* Fix storage/__init__.py:1857: non-keyword arg after keyword argHans de Goede2009-09-011-2/+2
* pylint does not like @foo.setterHans de Goede2009-09-012-8/+10
* Fix 55:udev_resolve_devspec: Using possibly undefined loop variable 'dev'Hans de Goede2009-09-011-1/+1
* MDRaidArrayDevice.totalDevices is a read only property so don't write itHans de Goede2009-09-011-1/+1
* storage/__init__.py:471:Storage.exceptionDisks: Undefined variable 'udev'Hans de Goede2009-09-011-1/+1
* Save duplicates from /etc/fstab and don't traceback (#517498).Chris Lumens2009-08-311-1/+5
* Update fstab header to reference blkid instead of vol_id.David Lehman2009-08-311-1/+1
* Sort fstab entries by mountpoint. (#498354)David Lehman2009-08-311-1/+3
* Don't hardcode path to tune2fs.David Lehman2009-08-311-1/+2
* On kickstart installs, you can't select a different parttype (#519137, #520058).Chris Lumens2009-08-281-4/+12
* Don't try to create a primary partition if all slots are taken. (#519784)David Lehman2009-08-281-7/+9
* Ignore partitions belonging to disks we've reinitialized.David Lehman2009-08-281-0/+6
* Handle newly initialized disklabels whether via ks or prompt. (#519235)David Lehman2009-08-281-20/+20