db867c2032200070af87318b9cf39595006353ac
The Dell Storage Center driver is failing snapshot creation on later versions of the Dell REST API. The doNotExpire option was removed in API 15.3.1.110. We were setting this so that the replays are not expired and removed when Cinder expects them to still be there. This has been replaced by setting expiretime to 0. We were doing this already so the fix was to simply remove doNotExpire from the REST request payload. This will fail on every future release of the Dell Storage Center so this is a critical fix. Closes-Bug 1428259 Change-Id: I51fbf599e29e30793cdd1e6014e876d749732fd3
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:
git clone https://github.com/openstack/cinder.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder
Python client
Description