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
8 lines
213 B
YAML
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.
|