From 63f17d66258bca46532fe649bbb76a5e5948f22b Mon Sep 17 00:00:00 2001 From: Anand Date: Thu, 29 Jan 2015 14:01:12 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/9500 Tested-by: Gluster Build System Reviewed-by: Kaushal M Reviewed-by: Vijay Bellur Tested-by: Vijay Bellur --- xlators/protocol/server/src/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit