Re: [openstack-dev] [cinder][nova] proper syncing of cinder volume state

2014-12-01 Thread Duncan Thomas
John: States that the driver can/should do some cleanup work during the transition: attaching - available or error detaching - available or error error - available or error deleting - deleted or error_deleting Also in possibly wanted in future but much harder: backing_up - available or error

Re: [openstack-dev] [cinder][nova] proper syncing of cinder volume state

2014-11-30 Thread John Griffith
On Fri, Nov 28, 2014 at 11:25 AM, D'Angelo, Scott scott.dang...@hp.com wrote: A Cinder blueprint has been submitted to allow the python-cinderclient to involve the back end storage driver in resetting the state of a cinder volume:

Re: [openstack-dev] [cinder][nova] proper syncing of cinder volume state

2014-11-28 Thread D'Angelo, Scott
A Cinder blueprint has been submitted to allow the python-cinderclient to involve the back end storage driver in resetting the state of a cinder volume: https://blueprints.launchpad.net/cinder/+spec/reset-state-with-driver and the spec: https://review.openstack.org/#/c/134366 This blueprint