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 <[email protected]>
---
 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 49bd0cb..0e8f7f6 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
 }
-- 
1.8.3.1
_______________________________________________
infrastructure mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to