dfbe3ea418
The OpenStack install guide team has recommended that projects that are not part of the starter-kit:compute [1] (and a few other projects like Cinder and Horizon) maintain their install guide in-tree. [2] [1] http://governance.openstack.org/reference/tags/starter-kit_compute.html [2] http://git.openstack.org/cgit/openstack/docs-specs/tree/specs/newton/project-specific-installguides.rst Change-Id: I2b49fcfd99b3be40bb1ae7d7b8348abdb5b58b90 Co-Authored-By: Denis Cavalcante <dencaval@gmail.com> Implements: blueprint manila-in-tree-install-guide Partially-implements: blueprint projectspecificinstallguides
47 lines
1.8 KiB
ReStructuredText
47 lines
1.8 KiB
ReStructuredText
=========================================
|
|
Shared File Systems Installation Tutorial
|
|
=========================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
get-started-with-shared-file-systems.rst
|
|
install-controller-node.rst
|
|
install-share-node.rst
|
|
verify.rst
|
|
post-install.rst
|
|
next-steps.rst
|
|
|
|
|
|
The OpenStack Shared File Systems service (manila) provides coordinated
|
|
access to shared or distributed file systems. The method in which the share is
|
|
provisioned and consumed is determined by the Shared File Systems driver, or
|
|
drivers in the case of a multi-backend configuration. There are a variety of
|
|
drivers that support NFS, CIFS, HDFS, GlusterFS, CEPHFS and other protocols
|
|
as well.
|
|
|
|
The Shared File Systems API and scheduler services typically run on the
|
|
controller nodes. Depending upon the drivers used, the share service can run
|
|
on controllers, compute nodes, or storage nodes.
|
|
|
|
.. important::
|
|
|
|
For simplicity, this guide describes configuring the Shared File Systems
|
|
service to use the ``generic`` back end with the driver handles
|
|
share server mode (DHSS) enabled that uses the `Compute service`
|
|
(`nova`), `Networking service` (`neutron`) and `Block storage service`
|
|
(`cinder`).
|
|
|
|
Networking service configuration requires the capability of networks being
|
|
attached to a public router in order to create share networks.
|
|
|
|
Before you proceed, ensure that Compute, Networking and Block storage
|
|
services are properly working. For networking service, ensure that option
|
|
2 is properly configured.
|
|
|
|
For more information, see the `Configuration Reference
|
|
<http://docs.openstack.org/mitaka/config-reference/shared-file-systems.html>`_.
|
|
|
|
This chapter assumes a working setup of OpenStack following the `OpenStack
|
|
Installation Tutorial <http://docs.openstack.org/#install-guides>`_
|