diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2012-12-05 12:20:28 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-12-05 15:35:47 -0800 |
commit | 128c8ceebb308029d4a4a3c58c31f5bbfe072d29 (patch) | |
tree | c0f2422d7d810aaf587c0f8f75281cd8927360fd /xlators/cluster/afr/src/pump.c | |
parent | ddfef121a2254973ae72883112d1863052c6a580 (diff) |
cluster/afr: Empty string should not be default option val
Glusterd does not allow empty string as default value. Changed
afr option values to disallow empty string as value.
Change-Id: I92a2d658907dbc6101e1139dd91f548acb5506f5
BUG: 859927
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/4271
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/cluster/afr/src/pump.c')
-rw-r--r-- | xlators/cluster/afr/src/pump.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/cluster/afr/src/pump.c b/xlators/cluster/afr/src/pump.c index ef49ef784f1..d3823383c97 100644 --- a/xlators/cluster/afr/src/pump.c +++ b/xlators/cluster/afr/src/pump.c @@ -2437,8 +2437,6 @@ init (xlator_t *this) priv->metadata_self_heal = 1; priv->entry_self_heal = 1; - priv->data_self_heal_algorithm = ""; - priv->data_self_heal_window_size = 16; priv->data_change_log = 1; |