diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-04-20 21:59:49 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-04-21 10:08:35 +0000 |
| commit | ebdf2ac8a533889a92b96dad08164f483eb48e64 (patch) | |
| tree | efb57aeb3843787680866be1fc3b2bd0042d3652 | |
| parent | 0e7a2d1c442e96894533c6259def3025b6d98865 (diff) | |
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>
| -rw-r--r-- | roles/iscsi_client/files/multipath.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/iscsi_client/files/multipath.conf b/roles/iscsi_client/files/multipath.conf index 49bd0cbf0..0e8f7f6ca 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 } |
