]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Support SCSI RAID type & lower log level for unknown types
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 7 Feb 2011 17:25:06 +0000 (17:25 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 9 Feb 2011 16:20:38 +0000 (16:20 +0000)
commitcd782cc391e4aca6beedaadbdd7e5d5ce331b312
tree46b3b7532bcdde37f08e75d4f4d5e3390d65e625
parent2215050edd8adefbf0ff21c5cbf09685877492d6
Support SCSI RAID type & lower log level for unknown types

The Linux kernel headers don't have a value for SCSI type 12,
but HAL source code shows this to be a 'raid'. Add workaround
for this type. Lower log level for unknown types since
this is not a fatal error condition. Include the device sysfs
path in the log output to allow identification of which device
has problems.

* src/node_device/node_device_udev.c: Add SCSI RAID type
src/node_device/node_device_udev.c