cinder/releasenotes/notes/hitachi-vsp-fix-except-in-del-vol-ca8b4c5d40d69531.yaml
Atsushi Kawai a0d075219a Hitachi: Fix exception when deleted volume is busy
This patch is to fix an exception name when deleted volume is busy
in delete_volume().
Although exception ``VolumeIsBusy`` should be issued in that case,
``VolumeDriverException`` is issued. It should be fixed.

Closes-Bug: #2024418
Change-Id: I5405790c7cd4ca513ceea70380be723a54c3fe3c
2023-11-29 05:17:21 +00:00

6 lines
204 B
YAML

fixes:
- |
Hitachi driver `bug #2024418
<https://bugs.launchpad.net/cinder/+bug/2024418>`_: Fixed to raise
correct exception when volume is busy while performing delete volume
operation.