7a7c182e35fd2f1142903a22c0c599c9425ae807
exportfs -u` usage in generic driver.
When the generic driver extends or shrinks a share it disables access to the share by removing its export. Currently it uses the command ``exportfs -u local_path`` to do so, but this fails with current nfs packages. Fix the error by calling ``exportfs -u host:local_path`` instead. Change-Id: Ic489a1607bf82964bf2859e89b3da1f572436d17 Closes-Bug: #1649782
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/Manila
- Developer docs: http://docs.openstack.org/developer/manila
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 http://bugs.launchpad.net/manila
Python client
Description
Languages
Python
99.3%
Shell
0.7%