667c1dc511f40854a8bc5ce62ea1461735ba8fc2
Currently, the Windows SMBFS driver parses all the VHD/X images present on the configured share in order to retrieve the allocated size. Not only that this can be slow when having many volumes, but it can also fail in certain environments when the images are in use. The Linux SMBFS driver uses 'du', which gives incorrect values in case of VHD/X images. In order to avoid this, the driver can keep track of the allocated size according to each share, the most basic solution being a JSON stored in a file. As the Windows SMBFS driver inherits the Linux SMBFS driver, only overwriting the os specific methods, the fix is applied to the base SMBFS driver. DocImpact Closes-Bug: #1425100 Change-Id: I14aa7b001605ae14fe0b6d0a45ee6b1abf8c4f60
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.6%
Smarty
0.4%