summaryrefslogtreecommitdiffstats
path: root/tests/bugs/replicate/bug-1626994-info-split-brain.t
Commit message (Collapse)AuthorAgeFilesLines
* afr: fix incorrect reporting of directory split-brainRavishankar N2018-09-211-0/+62
Problem: When a directory has dirty xattrs due to failed post-ops or when replace/reset brick is performed, AFR does a conservative merge as expected, but heal-info reports it as split-brain because there are no clear sources. Fix: Modify pending flag to contain information about pending heals and split-brains. For directories, if spit-brain flag is not set,just show them as needing heal and not being in split-brain. Fixes: bz#1626994 Change-Id: I09ef821f6887c87d315ae99e6b1de05103cd9383 Signed-off-by: Ravishankar N <ravishankar@redhat.com>