diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2014-05-15 11:50:53 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-05-27 23:59:52 -0700 |
commit | bb02cfb56ae08f56df4452c2b948fa962ae1212b (patch) | |
tree | 6aabaa62e44684173e6436c6d21c56f65655f4c9 /xlators/cluster/afr/src/afr-self-heald.h | |
parent | 38b2531d91e51dc73ba99ebcd3b98db75affa7d7 (diff) |
cluster/afr: Don't support heal info healed/heal-failed commands
Change-Id: Iecfd3150e4f4e795e3403bcb1ac56340759a37d0
BUG: 1098027
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/7766
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Ravishankar N <ravishankar@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr-self-heald.h')
-rw-r--r-- | xlators/cluster/afr/src/afr-self-heald.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heald.h b/xlators/cluster/afr/src/afr-self-heald.h index 10e229ee7c2..59f06b79cff 100644 --- a/xlators/cluster/afr/src/afr-self-heald.h +++ b/xlators/cluster/afr/src/afr-self-heald.h @@ -53,8 +53,6 @@ typedef struct { struct subvol_healer *index_healers; struct subvol_healer *full_healers; - eh_t *healed; - eh_t *heal_failed; eh_t *split_brain; eh_t **statistics; } afr_self_heald_t; |