806575cfd5
Fixed an issue with detaching multi-attached fs-based volumes. Volume drivers using _HostMountStateManager are special case. _HostMountStateManager ensures that the compute node only attempts to mount a single mountpoint in use by multiple attachments once, and that it is not unmounted until it is no longer in use by any attachments. So we can skip the multiattach check for volume drivers that based on LibvirtMountedFileSystemVolumeDriver. Closes-Bug: 1888022 Change-Id: Ia91b63c0676f42ad8a7a0d16e6870bafc2ee7675
7 lines
162 B
YAML
7 lines
162 B
YAML
---
|
|
fixes:
|
|
- |
|
|
`Bug #1888022 <https://launchpad.net/bugs/1888022>`_:
|
|
An issue that prevented detach of multi-attached fs-based volumes
|
|
is resolved.
|