From 2441824c0c2bc7a6e2ed2c4c1dedcbb7caef17a1 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Thu, 24 Nov 2016 01:56:38 +0530 Subject: [PATCH] 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 3ee1da619c568b8bdb556f3920721cc92e02dbc5) --- .../source/common/share-node-share-server-modes.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-guide/source/common/share-node-share-server-modes.rst b/install-guide/source/common/share-node-share-server-modes.rst index 436b212a7a..e9362a55f9 100644 --- a/install-guide/source/common/share-node-share-server-modes.rst +++ b/install-guide/source/common/share-node-share-server-modes.rst @@ -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 - `_. \ No newline at end of file + `_.