diff options
author | Anand <anekkunt@redhat.com> | 2015-01-29 14:01:12 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-02-02 12:18:29 -0800 |
commit | 63f17d66258bca46532fe649bbb76a5e5948f22b (patch) | |
tree | 1ae67e7cfec46178a39c4d6947eefb660dbb1a44 /xlators/protocol | |
parent | f9e6f25fb5576c0b0cf9377d49c9896fa8278c00 (diff) | |
download | glusterfs-63f17d66258bca46532fe649bbb76a5e5948f22b.tar.gz glusterfs-63f17d66258bca46532fe649bbb76a5e5948f22b.tar.xz glusterfs-63f17d66258bca46532fe649bbb76a5e5948f22b.zip |
glusterd : Corrected server.statedump-path description.
Problem : gluster volume set help for server.statedump-path has wrong
description.
Fix : Server.statedump-path description corrected .
Change-Id: I10f5494a01c6dbbb2204665666f3c3c1ad4599e8
BUG: 1186993
Signed-off-by: Anand <anekkunt@redhat.com>
Reviewed-on: http://review.gluster.org/9500
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaushal M <kaushal@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/protocol')
-rw-r--r-- | xlators/protocol/server/src/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/server/src/server.c b/xlators/protocol/server/src/server.c index 4cd2353f1b..7a2b7fa329 100644 --- a/xlators/protocol/server/src/server.c +++ b/xlators/protocol/server/src/server.c @@ -1144,7 +1144,7 @@ struct volume_options options[] = { .type = GF_OPTION_TYPE_PATH, .default_value = DEFAULT_VAR_RUN_DIRECTORY, .description = "Specifies directory in which gluster should save its" - " statedumps. By default it is the /tmp directory" + " statedumps." }, { .key = {"lk-heal"}, .type = GF_OPTION_TYPE_BOOL, |