6a5e4ae160
On HPE 3par array, for volumes .. the comment section can be empty. During retype of such volumes, below error is observed: 2023-05-16 16:46:20.338 93 ERROR cinder.volume.manager old_comment = old_volume_info['comment'] 2023-05-16 16:46:20.338 93 ERROR cinder.volume.manager KeyError: 'comment' This patch handles such scenario gracefully. Closes-Bug: #2023253 Change-Id: Ia927145df855a50fb1c1ef67a9ce74e80bb7cc3a
7 lines
168 B
YAML
7 lines
168 B
YAML
---
|
|
fixes:
|
|
- |
|
|
HPE 3PAR driver `Bug #2023253 <https://bugs.launchpad.net/cinder/+bug/2023253>`_:
|
|
Fixed: Handle error during retype of volume without comment
|
|
|