diff options
-rw-r--r-- | xlators/cluster/afr/src/afr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr.c b/xlators/cluster/afr/src/afr.c index 846f985de..77f00ef72 100644 --- a/xlators/cluster/afr/src/afr.c +++ b/xlators/cluster/afr/src/afr.c @@ -564,6 +564,8 @@ struct volume_options options[] = { "0", "off", "no", "false", "disable", "open"}, .default_value = "on", + .description = "\"open\" means data self-heal action will" + "only be triggered by file open operations." }, { .key = {"data-self-heal-algorithm"}, .type = GF_OPTION_TYPE_STR, |