python-cinderclient/releasenotes/notes/do-not-reset-volume-status-ae8e28132d7bfacd.yaml
Mitsuhiro Tanino 729b8f8474 Don't reset volume status when resetting migration status
In case of failed volume migration, status of the volume is
still in-use and the migration status is set to error.

Current reset-migration-status command resets not only
migration status but also volume status. However the volume
status should not reset because the volume is still attached.

Closes-Bug #1552058
Change-Id: I9a8a5ed6a00bdcffecbf98862fe60aee373f5e9b
2016-05-18 15:43:54 -04:00

6 lines
181 B
YAML

---
fixes:
- Default value of reset-state ``state`` option is changed
from ``available`` to ``None`` because unexpected ``state``
reset happens when resetting migration status.