Files
cinder/releasenotes/notes/fix-manage-replicated-multiattach-9bc258d349e0f5a6.yaml
Rajat Dhasmana dc8a59c918 RBD: Fix issue with managing volume with type properties
Certain properties like multiattach, replication etc. were
not inherited by the volume when we manage it using a volume type.
This patch enables it by calling the ``_setup_volume`` method in
the manage workflow to apply the volume type properties to the
RBD image.

Closes-Bug: #2115985

Signed-off-by: Rajat Dhasmana <rajatdhasmana@gmail.com>
Change-Id: Ia58b12a48ff853c82a3fc0a9a3f8ad8a54e284f0
2025-07-29 09:38:10 +00:00

8 lines
213 B
YAML

---
fixes:
- |
RBD `bug #2115985
<https://bugs.launchpad.net/cinder/+bug/2115985>`_: Fixed
issue when managing a volume with ``multiattach`` or
``replication_enabled`` properties in volume type.