cb8e9e
From fca2ff085f4942bceae164badeec9626c7476842 Mon Sep 17 00:00:00 2001
cb8e9e
From: Avra Sengupta <asengupt@redhat.com>
cb8e9e
Date: Fri, 19 Jun 2015 12:32:51 +0530
cb8e9e
Subject: [PATCH 121/129] glusterd/shared_storage: Added help description for enable-shared-storage option
cb8e9e
cb8e9e
Added help description in gluster volume set help for
cb8e9e
cluster.enable-shared-storage option.
cb8e9e
cb8e9e
>Reviewed-on: http://review.gluster.org/11324/
cb8e9e
Change-Id: I36481d1ca856739e83f0c9c7432ac0cb4131d665
cb8e9e
BUG: 1232624
cb8e9e
Signed-off-by: Avra Sengupta <asengupt@redhat.com>
cb8e9e
Reviewed-on: https://code.engineering.redhat.com/gerrit/51128
cb8e9e
Reviewed-by: Rajesh Joseph <rjoseph@redhat.com>
cb8e9e
Tested-by: Rajesh Joseph <rjoseph@redhat.com>
cb8e9e
---
cb8e9e
 xlators/mgmt/glusterd/src/glusterd-volume-set.c |    5 +++++
cb8e9e
 1 files changed, 5 insertions(+), 0 deletions(-)
cb8e9e
cb8e9e
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
cb8e9e
index 34c9fc5..83256c4 100644
cb8e9e
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
cb8e9e
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
cb8e9e
@@ -1826,6 +1826,11 @@ struct volopt_map_entry glusterd_volopt_map[] = {
cb8e9e
           .value       = "disable",
cb8e9e
           .type        = GLOBAL_DOC,
cb8e9e
           .op_version  = GD_OP_VERSION_3_7_1,
cb8e9e
+          .description = "Create and mount the shared storage volume"
cb8e9e
+                         "(gluster_shared_storage) at "
cb8e9e
+                         "/var/run/gluster/shared_storage on enabling this "
cb8e9e
+                         "option. Unmount and delete the shared storage volume "
cb8e9e
+                         " on disabling this option."
cb8e9e
         },
cb8e9e
 
cb8e9e
 #if USE_GFDB /* no GFDB means tiering is disabled */
cb8e9e
-- 
cb8e9e
1.7.1
cb8e9e