Description of problem: Currently when Gluster needs you to manually select which file is the correct file and do some maintenance on the brick side to correct the issue. In instances where thousands of files are in a split-brain state this can become burdensome. Version-Release number of selected component (if applicable): 3.3.2 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: I/O error Expected results: The system to be able to automate the resolution of the split brain scenario based on administrator configurable information such as file size, last modified time, etc. It would be advisable to move the conflicts to a temporary storage place for later review if need be, and create an alert list for the administrator to review, so they can if need be determine the correct file at a later time, or correct an issue that the automation corrected correctly based on the settings but incorrectly based on the needs. Additional info:
Recent versions of gluster have support for resolving splitbrains via gluster CLI and from the (fuse) mount point as well. See https://github.com/gluster/glusterfs-specs/blob/master/done/Features/heal-info-and-split-brain-resolution.md for more information.