Fix os-brick multipathd del map fails for SAN multipath devices
Change-Id: Ie73d7eef294e9e579314a61b39382f3ff3ba4b4b Closes-Bug: 2078973
This commit is contained in:
parent
656d5db479
commit
3b824a0a12
@ -1,6 +1,7 @@
|
||||
defaults {
|
||||
user_friendly_names no
|
||||
find_multipaths yes
|
||||
skip_kpartx yes
|
||||
}
|
||||
|
||||
blacklist {
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Add ``skip_kpartx yes`` to multipath.conf ``defaults`` section to prevent
|
||||
kpartx scanning multipath devices and unlock ``multipathd del map``
|
||||
operation of os-brick for volume detaching oprtaions.
|
||||
`LP#2078973 <https://launchpad.net/bugs/2078973>`__`
|
Loading…
Reference in New Issue
Block a user