diff options
author | Avra Sengupta <asengupt@redhat.com> | 2015-06-19 12:32:51 +0530 |
---|---|---|
committer | Rajesh Joseph <rjoseph@redhat.com> | 2015-06-19 13:29:47 -0700 |
commit | f460d1c9a2d83b24500c574aabce75438bdc8f9d (patch) | |
tree | 701520fedf2bf8e74160e9dcf88b8460d97947c2 /xlators/mgmt | |
parent | 7a6423bacdcefaedc4645e8c4d70674aaf9a63c4 (diff) |
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.
Change-Id: I36481d1ca856739e83f0c9c7432ac0cb4131d665
BUG: 1233544
Signed-off-by: Avra Sengupta <asengupt@redhat.com>
Reviewed-on: http://review.gluster.org/11324
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Rajesh Joseph <rjoseph@redhat.com>
Diffstat (limited to 'xlators/mgmt')
-rw-r--r-- | 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 32302471bb9..b0ed33a812c 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1821,6 +1821,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 */ |