cinder/releasenotes/notes/bug-1828386-fix-retype-rbd-backend.yaml
Minmin Ren 0d22547fd2 Correct new_type type in VolumeManager retype method
The retype method in class VolumeManager should pass
objects.VolumeType new_type to driver, same with the old
volume type.

Change-Id: Ie7165b02119f0e49902a6393fbfd33fd35ce270c
Closes-Bug: #1828386
2020-07-14 11:54:53 +00:00

8 lines
198 B
YAML

---
fixes:
- |
Fix the bug that a volume retyped from
other volume type to replicated or
multiattach type cannot be enabled replicated
or multiattach in rbd driver. (Bug #1828386)