cinder/cinder/tests/unit/volume/drivers/nec
Naoki Saito d08d32914d NEC driver: fix migrate/retype an in-use volume
NEC Storage does not support storage assisted migration and retype
against in-use volumes. In that cases, migrate_volume() and
retype() in NEC driver should return False to try host-assisted
migration or retype. However, the driver currently raises an
exception and the operation fails.

This patch fixes migrate_volume() and retype() to return False without
raising an exception.

Change-Id: I9ceadc200e40126cf121d74d3996e511ba3f66df
Closes-Bug: #1848689
(cherry picked from commit 8cc095d1d0)
2020-02-19 00:17:56 +00:00
..
__init__.py Add cinder volume drivers for NEC Storage M series 2016-12-14 17:45:17 +09:00
test_volume.py NEC driver: fix migrate/retype an in-use volume 2020-02-19 00:17:56 +00:00