
Manila HNAS driver splits the path to manage a share by ':', so when passing a path with two colons the last part is ignored, it causes the possibility to manage a share twice. For example: manila manage --name test1 --share-type hds ubuntu@hnas#Hitachi nfs 172.24.49.26:/shares/f5b21612-9841-42c8-bec4-ca32ba70a9ae and manila manage --name test2 --share-type hds ubuntu@hnas#Hitachi nfs 172.24.49.26:/shares/f5b21612-9841-42c8-bec4-ca32ba70a9ae:1 Changing the split to search for ':/shares/' prevents a share to be managed twice. Change-Id: Ie97f749d7093db69a757db7c04041f6f649c7ce9 Closes-Bug: #1613683
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%