Shared filesystem management project for OpenStack.
a745e9c7c4
In the ONTAP 9.8 and older, there is a bug in the zapi call `snapmirror-release-iter` when using the scoped account configuration. The operation is returning success, but the release is not occurring. To avoid this issue, the Netapp driver was changed to release with the `snapmirror-release` zapi call, instead of the one that has a bug. This new zapi call requires the field `relationship-id` to be specified and it is being retrieved from ONTAP before calling it. A small fix, not related to the bug, was made in the zapi call to `snapmirror-release-iter` because the `relationship-info-only` field was in the wrong place according to the documentation. Closes-Bug: #1934889 Change-Id: I21633d4ffe14983365b0b6239216ed5d0bbfaace |
||
---|---|---|
api-ref/source | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
httpd | ||
manila | ||
playbooks/manila-tox-genconfig | ||
rally-jobs | ||
releasenotes | ||
tools | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.stestr.conf | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
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://opendev.org/openstack/manila
For developer information please see HACKING.rst
You can raise bugs here https://bugs.launchpad.net/manila
Python client
https://opendev.org/openstack/python-manilaclient
- Documentation for the project can be found at:
https://docs.openstack.org/manila/latest/
- Release notes for the project can be found at:
https://docs.openstack.org/releasenotes/manila/
- Source for the project:
https://opendev.org/openstack/manila
- Bugs:
https://bugs.launchpad.net/manila
- Blueprints:
https://blueprints.launchpad.net/manila
- Design specifications are tracked at: