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:
parent
0e7a2d1c44
commit
ebdf2ac8a5
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ blacklist {
|
||||||
device {
|
device {
|
||||||
vendor "DELL"
|
vendor "DELL"
|
||||||
}
|
}
|
||||||
|
device {
|
||||||
|
vendor "WD"
|
||||||
|
}
|
||||||
|
|
||||||
wwid "*GBRL0015XVEUCM*" # Blacklist the on board blade RAID controller
|
wwid "*GBRL0015XVEUCM*" # Blacklist the on board blade RAID controller
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue