forked from openstack/kolla-ansible
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge "Fix os-brick multipathd del map fails for SAN multipath device…
…s" into unmaintained/zed
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
defaults { | ||
user_friendly_names no | ||
find_multipaths yes | ||
skip_kpartx yes | ||
} | ||
|
||
blacklist { | ||
|
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/fix-multipathd-kpartx-disable-44732c1378ae2291.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>`__` |