summaryrefslogtreecommitdiffstats
path: root/tests/bugs/replicate/bug-1637249-gfid-heal.t
Commit message (Collapse)AuthorAgeFilesLines
* afr: assign gfid during name heal when no 'source' is present.Ravishankar N2018-12-031-0/+149
Problem: If parent dir is in split-brain or has dirty xattrs set, and the file has gfid missing on one of the bricks, then name heal won't assign the gfid. Fix: Use the brick we select the gfid from as the 'source'. Note: Problem was found while trying to debug a split-brain issue on Cynthia Zhou's setup. updates: bz#1637249 Change-Id: Id088d4f0fb017aa35122de426654194e581ed742 Reported-by: Cynthia Zhou <cynthia.zhou@nokia-sbell.com> Signed-off-by: Ravishankar N <ravishankar@redhat.com>