Shared filesystem management project for OpenStack.
d06801153d
Request-IDs help track actions initiated via the API.
With this patch, we can supply the request ID in the
following APIs:
- POST {resource}/action APIs for actions such as
'reset-state', 'force-delete', 'shrink',
'extend', 'manage', 'deny_access', 'addProjectAccess',
'removeProjectAccess', 'promote', 'resync', 'unmanage',
'revert', 'migration_start', 'migration_complete',
'migration_cancel'
- POST /share_unmanage/{id}
- DELETE /{resource}/{id} APIs for
shares, share networks, share groups, share replicas,
security services, share servers, share snapshots,
extra specs, messages, quota sets, share-group-snapshots,
group specs, share-group-types, share types
Change-Id: I64ed14b5a44d6e1b37cfc9321b25bdf4e0aabea5
Closes-Bug: #1815532
(cherry picked from commit
|
||
---|---|---|
api-ref/source | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
manila | ||
playbooks/legacy | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
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
Python client
https://github.com/openstack/python-manilaclient.git
- Release notes for the project can be found at: