summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr.c
diff options
context:
space:
mode:
authorVikas Gorur <vikas@gluster.com>2009-10-26 05:24:19 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-10-26 07:09:32 -0700
commita284bf490cdf6ce334a4e70b22eedd7e639620f9 (patch)
tree71452ef51dab0ab1026a32258c6119ce92f77aa1 /xlators/cluster/afr/src/afr.c
parentd40ce2cbcd41a25eb053f2970db9bbaab2dafa22 (diff)
cluster/afr: Pick the data self-heal algorithm dynamically.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 320 (Improve self-heal performance) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=320
Diffstat (limited to 'xlators/cluster/afr/src/afr.c')
-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 cf4b8d3bca4..433f73b7d26 100644
--- a/xlators/cluster/afr/src/afr.c
+++ b/xlators/cluster/afr/src/afr.c
@@ -2400,7 +2400,7 @@ init (xlator_t *this)
}
}
- priv->data_self_heal_algorithm = "full";
+ priv->data_self_heal_algorithm = "";
dict_ret = dict_get_str (this->options, "data-self-heal-algorithm",
&algo);