a0d075219a
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
6 lines
204 B
YAML
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. |