Fix wrong instructions in the install guide

DHSS=False does not imply lack of support for
share management, it implies lack of support for
share server management.

TrivialFix

Change-Id: Idd5b041d102d728212e0d171df605b90b4ff75d3
(cherry picked from commit 3ee1da619c)
This commit is contained in:
Goutham Pacha Ravi 2016-11-24 01:56:38 +05:30
parent ccdcc669f0
commit 2441824c0c
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ share servers. The mode depends on driver support.
Option 1
--------
Deploying the service without driver support for share management.
Deploying the service without driver support for share server management.
In this mode, the service does not do anything related to networking. The
operator must ensure network connectivity between instances and the NAS
protocol based server.
@ -18,7 +18,7 @@ mode, or simply ``DHSS=False`` mode.
Option 2
--------
Deploying the service with driver support for share management. In
Deploying the service with driver support for share server management. In
this mode, the service runs with a back end driver that creates and manages
share servers. This tutorial demonstrates setting up the ``Generic`` driver.
This driver requires Compute service (nova), Image service (glance) and
@ -39,4 +39,4 @@ mode, or simply ``DHSS=True`` mode.
in ``DHSS=False`` driver mode effectively, due to a bug in some
distributions of Linux. For more information, see LVM Driver section in the
`Configuration Reference Guide
<http://docs.openstack.org/mitaka/config-reference/shared-file-systems.html>`_.
<http://docs.openstack.org/mitaka/config-reference/shared-file-systems.html>`_.