summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Fix status for and consolidate handling of '-' in vg/lv names. (#527302)David Lehman2009-11-021-11/+22
* Call udev_trigger with "change", not "add", to populate udev db. (#531052)David Lehman2009-10-301-2/+2
* Fix "resize failed: 1" errors for ext2/ext3/ext4 (#517491).David Cantrell2009-10-291-3/+25
* max_logical -> max_logicals (#530786).Chris Lumens2009-10-261-1/+1
* Mark live device as protected instead of ignoring it. (#517260)David Lehman2009-10-202-12/+11
* Don't force logical with a free primary slot and an extended. (#527952)David Lehman2009-10-201-15/+21
* Use ID_SERIAL to write multipath.conf, but ID_SERIAL_SHORT for UI.Peter Jones2009-10-131-2/+3
* Missing volume_key shouldn't break LUKS support completely. (#526899)David Lehman2009-10-121-1/+7
* Write multipathd.conf in anaconda so that dracut can find it.Peter Jones2009-10-123-0/+70
* Add MultipathDevice.getDMNode(), because .updateSysfsPath() needs it.Peter Jones2009-10-121-0/+8
* Add MultipathDevice.updateSysfsPath()Peter Jones2009-10-121-0/+13
* Use addUdevPartitionDevice() for adding dmraid / multipath partitions (#527785)Hans de Goede2009-10-081-16/+7
* Set partedPartition system to the correct FS when creating an FSHans de Goede2009-10-083-0/+22
* Reset parted flags in createFormat not destroyFormatHans de Goede2009-10-081-8/+10
* Override fstabSpec in PartitionDevice for by-path DASD (#526364).David Cantrell2009-10-071-0/+9
* Create DASDDevice objects for DASD devices when building devicetree.David Cantrell2009-10-071-0/+3
* Add udev_device_is_dasd() to detect DASD devices.David Cantrell2009-10-071-0/+8
* Change existing call to deviceNameToDiskByPath().David Cantrell2009-10-071-1/+1
* Make storage.devices.deviceNameToDiskByPath() more robust.David Cantrell2009-10-071-2/+10
* Don't copy _raidSet, but merely pass around a referenceHans de Goede2009-10-081-2/+5
* Action...Format setup device before modifying the partition tableHans de Goede2009-10-081-6/+8
* 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
* On lookup of a PartedDevice also check for _ped.DeviceException (#527699)Hans de Goede2009-10-072-2/+2
* formatByDefault: Don't traceback when mountpoint is None (#522609)Hans de Goede2009-10-061-0/+3
* Bring up network interface before trying to use it for FCoEHans de Goede2009-10-061-0/+4
* DMRaidArray: Don't report no media present when in teared down stateHans de Goede2009-10-061-0/+5
* Wait for udev to settle before trying to find dmraid sets in udev DBHans de Goede2009-10-061-0/+4
* Fix existing size calculation for NTFS (#520627)David Cantrell2009-10-021-1/+2
* Write label to filesystem if we have one set (#526226, #526242)David Cantrell2009-10-021-1/+5
* Don't try to do format handling on drives without media (#523467)Hans de Goede2009-09-301-0/+4
* 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
* Return None for next part type if all primary slots full. (#524859)David Lehman2009-09-251-6/+7
* Honor ignoredisk --only-use. (#514353)David Lehman2009-09-221-0/+6
* Add handling for snapshot and mirrored logical volumes to DeviceTree.David Lehman2009-09-211-2/+48
* Add attrs to LVMLogicalVolumeDevice class for snapshots and mirrored lvs.David Lehman2009-09-211-4/+24
* Add function lvorigin to determine the name of a snapshot's origin lv.David Lehman2009-09-211-0/+16
* Add function udev_device_get_lv_attr to retrieve lv attribute strings.David Lehman2009-09-211-0/+8
* 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
* containers and their sets must only have a UUID= parameter in mdamd.confHans de Goede2009-09-181-3/+4
* 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