summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnand <anekkunt@redhat.com>2015-01-29 14:01:12 +0530
committerVijay Bellur <vbellur@redhat.com>2015-02-02 12:18:29 -0800
commit63f17d66258bca46532fe649bbb76a5e5948f22b (patch)
tree1ae67e7cfec46178a39c4d6947eefb660dbb1a44
parentf9e6f25fb5576c0b0cf9377d49c9896fa8278c00 (diff)
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>
-rw-r--r--xlators/protocol/server/src/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/server/src/server.c b/xlators/protocol/server/src/server.c
index 4cd2353f1b0..7a2b7fa3297 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,