From ebdf2ac8a533889a92b96dad08164f483eb48e64 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 20 Apr 2016 21:59:49 +0000 Subject: [PATCH] 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 --- roles/iscsi_client/files/multipath.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/iscsi_client/files/multipath.conf b/roles/iscsi_client/files/multipath.conf index 49bd0cbf09..0e8f7f6cac 100644 --- a/roles/iscsi_client/files/multipath.conf +++ b/roles/iscsi_client/files/multipath.conf @@ -28,6 +28,9 @@ blacklist { device { vendor "DELL" } + device { + vendor "WD" + } wwid "*GBRL0015XVEUCM*" # Blacklist the on board blade RAID controller }