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.
Fix os-brick multipathd del map fails for SAN multipath devices
Change-Id: Ie73d7eef294e9e579314a61b39382f3ff3ba4b4b Closes-Bug: 2078973
- Loading branch information
1 parent
656d5db
commit 3b824a0
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>`__` |