diff options
author | Venkatesh Somyajulu <vsomyaju@redhat.com> | 2013-08-28 17:39:23 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-08-29 15:50:28 -0700 |
commit | 85b6dcfb533c5b04038808135a581eb7ca9fd61d (patch) | |
tree | 3b0f81803fab72c0becdef542e53fdb87895a35f /xlators/cluster/afr/src/afr.h | |
parent | 479087c1e670faea4a0ef7a6d13a9869ef9de69f (diff) |
cluster/afr: Improvement in logging of self heal completion status
Additional information for source and sinks are added.
Change-Id: I1704956ff86ac3ae36744efe7499c1d1c43faeaf
BUG: 968301
Signed-off-by: Venkatesh Somyajulu <vsomyaju@redhat.com>
Reviewed-on: http://review.gluster.org/5638
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr.h')
-rw-r--r-- | xlators/cluster/afr/src/afr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h index 2023613f834..70c5a96a7e7 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -180,6 +180,7 @@ typedef enum { AFR_SELF_HEAL_NOT_ATTEMPTED, AFR_SELF_HEAL_STARTED, AFR_SELF_HEAL_FAILED, + AFR_SELF_HEAL_SYNC_BEGIN, } afr_self_heal_status; typedef struct { @@ -294,6 +295,8 @@ struct afr_self_heal_ { afr_post_remove_call_t post_remove_call; char *data_sh_info; + char *metadata_sh_info; + loc_t parent_loc; call_frame_t *orig_frame; call_frame_t *old_loop_frame; |