Fix os-brick multipathd del map fails for SAN multipath devices

Change-Id: Ie73d7eef294e9e579314a61b39382f3ff3ba4b4b
Closes-Bug: 2078973
This commit is contained in:
Victor Chembaev 2024-09-04 22:11:27 +03:00
parent 656d5db479
commit 3b824a0a12
2 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,7 @@
defaults {
user_friendly_names no
find_multipaths yes
skip_kpartx yes
}
blacklist {

View File

@ -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>`__`