summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-common.c
diff options
context:
space:
mode:
authorRavishankar N <ravishankar@redhat.com>2017-11-24 17:54:35 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2017-11-27 11:16:47 +0000
commitf7861e2a26e25de9714aece286c1e969765ff383 (patch)
tree24a32707d4ba60e464f83a842c1ec1641f7dd37d /xlators/cluster/afr/src/afr-common.c
parent8a478e2280a6102caa189cf3b1645e767a305d48 (diff)
afr: volume option fixes for GD2
This patch takes care of volume options exposed via the CLI. Updates #302 Change-Id: I6fd1645604928f6b9700e2425af4147cc6446a3a Signed-off-by: Ravishankar N <ravishankar@redhat.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr-common.c')
-rw-r--r--xlators/cluster/afr/src/afr-common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-common.c b/xlators/cluster/afr/src/afr-common.c
index f9c0e177c15..f02bc5a9e37 100644
--- a/xlators/cluster/afr/src/afr-common.c
+++ b/xlators/cluster/afr/src/afr-common.c
@@ -4742,7 +4742,6 @@ afr_priv_dump (xlator_t *this)
gf_proc_dump_write("metadata_change_log", "%d", priv->metadata_change_log);
gf_proc_dump_write("entry-change_log", "%d", priv->entry_change_log);
gf_proc_dump_write("read_child", "%d", priv->read_child);
- gf_proc_dump_write("favorite_child", "%d", priv->favorite_child);
gf_proc_dump_write("wait_count", "%u", priv->wait_count);
gf_proc_dump_write("heal-wait-queue-length", "%d",
priv->heal_wait_qlen);