summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Bellur <vbellur@redhat.com>2014-01-15 11:47:26 +0530
committerVijay Bellur <vbellur@redhat.com>2014-01-27 07:47:06 -0800
commite435b4b059946fa823b2e22e29899cb256a48bef (patch)
treee43e798c60ba32d447c5fe8d2cec05d3d73d17e0
parentadd56c1fd5c4ca13ebd6c84c458383d727cb2a3c (diff)
cluster/afr: Change default_value for option self-heal-daemon
Change-Id: Ic3c8e179a63e82a4e416aea620796f8bb3236c7c BUG: 1052759 Signed-off-by: Vijay Bellur <vbellur@redhat.com> Reviewed-on: http://review.gluster.org/6706 Reviewed-by: Kaushal M <kaushal@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rw-r--r--xlators/cluster/afr/src/afr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr.c b/xlators/cluster/afr/src/afr.c
index b43fde47d..c26453807 100644
--- a/xlators/cluster/afr/src/afr.c
+++ b/xlators/cluster/afr/src/afr.c
@@ -716,7 +716,7 @@ struct volume_options options[] = {
},
{ .key = {"self-heal-daemon"},
.type = GF_OPTION_TYPE_BOOL,
- .default_value = "off",
+ .default_value = "on",
.description = "This option applies to only self-heal-daemon. "
"Index directory crawl and automatic healing of files "
"will not be performed if this option is turned off."