cde869719a79b9cf46876da6fac79fa4f00b23eb
Issuing the failover command when the backend is already failed-over, or the failback command (denoted by specifying "--backend_id default") when the backend is not failed over does not stop immediately, and attempts to fulfill the command in the incorrect state. This could result in inconsistencies, and also leads to confusing error messages for the end user. This patch rectifies the issue and logs appropriate errors. Change-Id: I58b2e030cd5a2e3a89a030da0643a61cb7264d64 Closes-Bug: #1660383
Team and repository tags
CINDER
You have come across a storage service for an open cloud computing service. It has identified itself as Cinder. It was abstracted from the Nova project.
- Wiki: http://wiki.openstack.org/Cinder
- Developer docs: http://docs.openstack.org/developer/cinder
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder
Python client
https://git.openstack.org/cgit/openstack/python-cinderclient
Description