Blob Blame History Raw
From fca2ff085f4942bceae164badeec9626c7476842 Mon Sep 17 00:00:00 2001
From: Avra Sengupta <asengupt@redhat.com>
Date: Fri, 19 Jun 2015 12:32:51 +0530
Subject: [PATCH 121/129] glusterd/shared_storage: Added help description for enable-shared-storage option

Added help description in gluster volume set help for
cluster.enable-shared-storage option.

>Reviewed-on: http://review.gluster.org/11324/
Change-Id: I36481d1ca856739e83f0c9c7432ac0cb4131d665
BUG: 1232624
Signed-off-by: Avra Sengupta <asengupt@redhat.com>
Reviewed-on: https://code.engineering.redhat.com/gerrit/51128
Reviewed-by: Rajesh Joseph <rjoseph@redhat.com>
Tested-by: Rajesh Joseph <rjoseph@redhat.com>
---
 xlators/mgmt/glusterd/src/glusterd-volume-set.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
index 34c9fc5..83256c4 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
@@ -1826,6 +1826,11 @@ struct volopt_map_entry glusterd_volopt_map[] = {
           .value       = "disable",
           .type        = GLOBAL_DOC,
           .op_version  = GD_OP_VERSION_3_7_1,
+          .description = "Create and mount the shared storage volume"
+                         "(gluster_shared_storage) at "
+                         "/var/run/gluster/shared_storage on enabling this "
+                         "option. Unmount and delete the shared storage volume "
+                         " on disabling this option."
         },
 
 #if USE_GFDB /* no GFDB means tiering is disabled */
-- 
1.7.1