Description of problem: ======================== To know whether there are any pending self-heals on the volume we use "gluster volume heal <volume_name> info" command. This will print "Number of Entries" per brick as well as filenames/GFID's of the files to be self-healed. Sometimes one might just need to know how many self-heals are pending on the volume rather than knowing each and every files filename/GFID. (If there are millions of files to be self-healed knowing each and every filename would be meaningless). At the same time whenever a user need to know what files needs self-heals then we should be able to provide that information as well. One of the case can be self-heal is taking a very long time and user wants to see on what files self-heal is pending. Hence, It will be really informative if we can separate this one command "gluster volume heal <volume_name> info" into two different commands for : 1) command which gives summary of number of pending entries 2) command which details on what files needs self-heal
REVIEW: https://review.gluster.org/18327 (heal: New feature heal info summary to list the status of brick and count of entries to be healed) posted (#1) for review on release-3.12 by Karthik U S (ksubrahm)
The work is deemed a feature and is present in the future releases, and is not backported to this release. This bug is hence closed appropriately.