On Thu, Feb 5, 2009 at 4:07 PM, Bryn M. Reeves
<bmr redhat com> wrote:
Christian Røsnes wrote:
u should check what the MD3000i reports in sysfs. E.g. for an EMC
clariion device I see:
# cat /sys/block/sdj/device/vendor
DGC
# cat /sys/block/sdj/device/model
RAID 5
And the corresponding entry in multipath.conf is:
vendor "DGC"
product "*"
I suspect from the output below that you want:
vendor "DELL"
product "DELL,MD Virtual Disk"
Here's what I see for the MD3000i:
# cat /sys/block/sdb/device/vendor
DELL
# cat /sys/block/sdb/device/model
MD Virtual Disk
Thank you
Christian