File: index.rst

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (63 lines) | stat: -rw-r--r-- 2,772 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
=====================
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, MAPRFS 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 one of either:

    * the ``generic`` back end with the ``driver_handles_share_servers`` mode
      (DHSS) enabled that uses the `Compute service` (`nova`),
      `Image service` (`glance`), `Networking service` (`neutron`) and
      `Block storage service` (`cinder`); or,
    * the ``LVM`` back end with ``driver_handles_share_servers`` mode (DHSS)
      disabled.

    The storage protocol used and referenced in this guide is ``NFS``. As
    stated above, the Shared File System service supports different storage
    protocols depending on the back end chosen.

    For the ``generic`` back end, networking service configuration requires
    the capability of networks being attached to a public router in order to
    create share networks. If using this back end, ensure that Compute,
    Networking and Block storage services are properly working before you
    proceed. For networking service, ensure that option 2 (deploying the
    networking service with support for self-service networks) is properly
    configured.

    This installation tutorial also assumes that installation and configuration
    of OpenStack packages, Network Time Protocol, database engine and
    message queue has been completed as per the instructions in the `OpenStack
    Installation Guide. <https://docs.openstack.org/latest/install/>`_.
    The `Identity Service` (`keystone`) has to be pre-configured with suggested
    client environment scripts.

For more information on various Shared File Systems storage back ends,
see the `Shared File Systems Configuration Reference.
<https://docs.openstack.org/manila/latest/configuration/shared-file-systems/overview.html>`_.

To learn more about installation dependencies noted above, see the `OpenStack
Installation Guide. <https://docs.openstack.org/latest/install/>`_