Shared filesystem management project for OpenStack.
8800e54f77
An issue was discovered in the ZFSonLinux driver wherein on a system set to have a locale where the decimal separator is not a period but rather a comma the method translate_string_size_to_float() would fail because it's regex to find sizes in strings did not account for any other decimal separators other than periods. This fix updates the regular expression to accept either a period or a comma as a decimal separator in a size string. Many thanks to Dr. Clemens Hardewig for reporting the original bug and providing an updated regular expression. Change-Id: I15da4aaff90814eed03816db013d6acc89ba2ee8 Closes-Bug: #1714691 |
||
---|---|---|
api-ref/source | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
manila | ||
manila_tempest_tests | ||
playbooks/legacy | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.testr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
MANILA
You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.
- Wiki: https://wiki.openstack.org/wiki/Manila
- Developer docs: https://docs.openstack.org/manila/latest/
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/manila.git
For developer information please see HACKING.rst
You can raise bugs here https://bugs.launchpad.net/manila