Hide Forgot
Enhance self heal to support the rsync algorithm.
commit d2b7e65ec0c35c4ee16f28f449553d90fb88fa6a Author: Vikas Gorur <vikas> Date: Thu Sep 17 05:56:31 2009 +0000 cluster/afr: Add the "diff" self-heal algorithm. The "diff" self-heal algorithm works as follows: For each block: Compute MD5 checksum on source and all sinks If checksum on a sink differs from source: Read block from source and write to sinks Signed-off-by: Anand V. Avati <avati.com>