On 08/21/2012 12:34 PM, Dietmar Maurer wrote: > I still think that automatic recovery without delay is the wrong approach. At > least for > small clusters you simply want to avoid unnecessary traffic. Such recovery > can produce > massive traffic on the network (several TB of data), and can make the whole > system unusable > because of that. I want to control when recovery starts.
Your goal to avoid unnecessary object transfer can be actually built on top of manual recovery mechanism. If we implement manual recovery, we can add a timeout option to it(very easy), thus if someone want to always delay recovery, he can simply disable automatic recovery, add specify a timeout for it. In this way, we can have several policy to accommodate different purposes. Thanks, Yuan -- sheepdog mailing list [email protected] http://lists.wpkg.org/mailman/listinfo/sheepdog
