Skip to content

Commit

Permalink
Fix os-brick multipathd del map fails for SAN multipath devices
Browse files Browse the repository at this point in the history
Change-Id: Ie73d7eef294e9e579314a61b39382f3ff3ba4b4b
Closes-Bug: 2078973
  • Loading branch information
chembervint committed Sep 5, 2024
1 parent 656d5db commit 3b824a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/multipathd/templates/multipath.conf.j2
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 {
Expand Down
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>`__`

0 comments on commit 3b824a0

Please sign in to comment.