diff options
| -rw-r--r-- | xlators/cluster/afr/src/afr.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr.c b/xlators/cluster/afr/src/afr.c index b43fde47d6d..c264538073e 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."  | 
