Fix multipath.conf devnode blacklist expression

The default multipath.conf installed with this element disables
multipath for all devices. This change fixes the blacklist expression in
that multipath.conf to use a regular expression.

Change-Id: If87696f57709d6cc658a3190e8d940422c34e656
This commit is contained in:
Stephen Mulcahy 2015-01-27 11:42:53 +00:00
parent c860ce6d3b
commit 97736ed1f0
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
blacklist {
devnode "*"
devnode ".*"
}