Reset multipath.conf

Current multipath.conf is just for IBM Storwize SVC model, not
generally applicable setting. With this nova-compute may encounter
error when execute 'multipath -l /dev/sda' because sda is defined
as blacklist in conf.

This patch reset the conf file back to default which is same to the
result of 'mpathconf --enable'. Vendor dependent parameters should
be configured separately.

Change-Id: I429e5a6e2a37d9db56d59f88cdbfab12db4813a8
Signed-off-by: Minho Ban <mhban@samsung.com>
This commit is contained in:
johjuhyun 2018-04-11 18:15:55 +09:00 committed by Minho Ban
parent a702af5adb
commit ed115a4983

View File

@ -1,11 +1,7 @@
defaults {
user_friendly_names no
polling_interval 30
user_friendly_names yes
find_multipaths yes
}
blacklist {
devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
devnode "^sd[a]"
devnode "^hd[a-z]"
devnode "^cciss!c[0-9]d[0-9]*"
}