roles: iscsi: mark WD drives as not multipath

The new harddrive in buildvmhost-11 is not only 600GB (twice the
size of its other drive), but is also from another vendor, meaning
that it doesn't match the existing multipath blacklist.

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-04-20 21:59:49 +00:00
parent 0e7a2d1c44
commit ebdf2ac8a5

View file

@ -28,6 +28,9 @@ blacklist {
device {
vendor "DELL"
}
device {
vendor "WD"
}
wwid "*GBRL0015XVEUCM*" # Blacklist the on board blade RAID controller
}