cinder/releasenotes/notes/hpe-3par-add-get-manageable-2926f21116c98599.yaml
raghavendrat c112542cf5 HPE 3PAR: Fix umanaged volumes & snapshots missing
The umanaged volumes & snapshots are missing when below commands
are executed:
cinder manageable-list
cinder snapshot-manageable-list

To address this, added two functions:
get_manageable_volumes()
get_manageable_snapshots()

Closes-Bug: #1819903
Change-Id: Ie178e48958a69ef2b6c329e132de2c772d5c1a40
2022-09-06 12:03:07 +00:00

6 lines
180 B
YAML

---
fixes:
- |
HPE 3PAR driver `Bug #1819903 <https://bugs.launchpad.net/cinder/+bug/1819903>`_:
Fixed: umanaged volumes & snapshots missing from cinder manageable-list.