diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2012-01-19 12:40:34 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-03-28 11:40:47 -0700 |
commit | 1f7692fecd1b5eaab60a01b64e9e4a67f0630804 (patch) | |
tree | 15ec8a0d60c5086dfbc71d9d933ced4f0a8540d1 /xlators/cluster/afr/src/afr-self-heal-common.h | |
parent | 243f02a5ef77d69fa91c18092d5da8578bb8f042 (diff) |
cluster/afr: Handle afr data self-heal failures gracefully
Change-Id: I5f91098111a8ca29982f3b4292e2109e4a36cce1
BUG: 765373
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Reviewed-on: http://review.gluster.com/2662
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr-self-heal-common.h')
-rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-common.h b/xlators/cluster/afr/src/afr-self-heal-common.h index 2979966c569..339eebe1564 100644 --- a/xlators/cluster/afr/src/afr-self-heal-common.h +++ b/xlators/cluster/afr/src/afr-self-heal-common.h @@ -21,6 +21,7 @@ #define __AFR_SELF_HEAL_COMMON_H__ #define FILE_HAS_HOLES(buf) (((buf)->ia_size) > ((buf)->ia_blocks * 512)) +#define AFR_SH_MIN_PARTICIPANTS 2 typedef enum { AFR_SELF_HEAL_ENTRY, |