0c22a61335
Today we either expose the CephFS back end via the CephFS native protocol, in which case kernel NFS and Samba are not needed, or by NFS-Ganesha, in which case Samba is not needed and kernel NFS is incompatible (we just turn it off again later). In the future someone could develop support for exposing CephFS via Samba so we'd add specific checks for that then and install Samba. Change-Id: Id65ce2536a3deb32a04a70bd0c49081297741965 |
||
---|---|---|
.. | ||
files | ||
upgrade | ||
apache-manila.template | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
We can enable the manila service in DevStack. For details, please refer to development-environment-devstack, the following steps can be used as a quickstart reference:
Download DevStack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] # Enable manila enable_plugin manila https://git.openstack.org/openstack/manila # Enable manila ui in the dashboard enable_plugin manila-ui https://git.openstack.org/openstack/manila-ui
run
stack.sh