
The way for a client of Cinder (read: Nova) to know whether or not it can and should use the discard feature for the block device attachment is to report back discard=True in the connection info. Previously a driver would need to be updated to provide this functionality, which is kind of a pain with so many drivers in Cinder. This change adds a shared boolean config option called ‘report_discard_supported’ which can be set to enable reporting this functionality to the caller of initialize_connection. DocImpact Change-Id: I078e74583621316bcfe138096507e7d22af0d712 Implements: blueprint discard-config-option
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
Languages
Python
99.7%
Smarty
0.3%