diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2012-03-16 16:09:42 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-03-18 00:33:28 -0700 |
commit | 642343cc55e6ea2b0d463d77334c34790c30080f (patch) | |
tree | 47aa3e890088463828e936b84ccb56b2fdc49152 /xlators/cluster/afr/src/afr-common.c | |
parent | f159e2247b58441449ad8da13ddf5cc5d3887b93 (diff) |
Self-heald: Handle errors gracefully and show errors to users
Change-Id: I5424ebfadb5b2773ee6f7370cc2867a555aa48dd
BUG: 800352
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Reviewed-on: http://review.gluster.com/2962
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr-common.c')
-rw-r--r-- | xlators/cluster/afr/src/afr-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-common.c b/xlators/cluster/afr/src/afr-common.c index e220a61722d..b2077c384cf 100644 --- a/xlators/cluster/afr/src/afr-common.c +++ b/xlators/cluster/afr/src/afr-common.c @@ -3597,7 +3597,7 @@ afr_notify (xlator_t *this, int32_t event, if (propagate) ret = default_notify (this, event, data); if (call_psh && priv->shd.iamshd) - afr_do_poll_self_heal ((void*) (long) up_child); + afr_proactive_self_heal ((void*) (long) up_child); out: return ret; |