From ab42a3551eba623e11a942bf44d41dd393bfee9b Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Thu, 19 Apr 2018 17:13:17 +0530 Subject: cluster/afr: Need heal-timeout to be configured as low as 5 seconds In Halo replication, there are pending heals more often than not. It makes sense to give users the capability to configure it as low as 5 seconds. BUG: 1569489 fixes bz#1569489 Change-Id: I451c1975827f66398b903f659c981ef3121d5376 Signed-off-by: Pranith Kumar K --- xlators/cluster/afr/src/afr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/cluster/afr/src') diff --git a/xlators/cluster/afr/src/afr.c b/xlators/cluster/afr/src/afr.c index 22ce0a35ece..ad5446191ec 100644 --- a/xlators/cluster/afr/src/afr.c +++ b/xlators/cluster/afr/src/afr.c @@ -1073,7 +1073,7 @@ struct volume_options options[] = { }, { .key = {"heal-timeout"}, .type = GF_OPTION_TYPE_INT, - .min = 60, + .min = 5, .max = INT_MAX, .default_value = "600", .op_version = {2}, -- cgit