summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr.h
diff options
context:
space:
mode:
authorAnuradha <atalur@redhat.com>2015-02-09 12:44:33 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2015-02-25 22:32:16 -0800
commit9112806b02b1c8668acff87af62553462aa7cf48 (patch)
treecfe127f02b7b847e8cbbbdbdb7ec1e2f7bee2cb1 /xlators/cluster/afr/src/afr.h
parent1fd540c386b3b4a99e3ee1b926a30f0992266983 (diff)
cluster/afr : provide split-brain info by using getxattr
This patch is one part to enable users analyze and resolve split-brain. Problem : To know if a file is in data/metadata split-brain Solution : Performing "getfattr -n afr.split-brain-status <path-to-file>" from the mount provides this information. Also provides the list of afr children to analyse to get more information. Change-Id: I4d9b429794759a906371416cb84c84a212e2c7b9 BUG: 1191396 Signed-off-by: Anuradha <atalur@redhat.com> Reviewed-on: http://review.gluster.org/9633 Reviewed-by: Ravishankar N <ravishankar@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Krutika Dhananjay <kdhananj@redhat.com> Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com> Tested-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr.h')
-rw-r--r--xlators/cluster/afr/src/afr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h
index 09821b724fe..d9233eedadc 100644
--- a/xlators/cluster/afr/src/afr.h
+++ b/xlators/cluster/afr/src/afr.h
@@ -1025,4 +1025,6 @@ afr_get_heal_info (call_frame_t *frame, xlator_t *this, loc_t *loc,
int
afr_heal_splitbrain_file(call_frame_t *frame, xlator_t *this, loc_t *loc);
+int
+afr_get_split_brain_status (call_frame_t *frame, xlator_t *this, loc_t *loc);
#endif /* __AFR_H__ */