[sheepdog] [PATCH 0/2] don't remove objects when they might be necessary

2012-08-25 Thread MORITA Kazutaka
This series depends on http://lists.wpkg.org/pipermail/sheepdog/2012-August/006322.html We shouldn't remove objects until object recovery completely finishes. With this patch, even if we wrongly stop more sheeps than the redundancy level at the same time, sheepdog can recover objects

Re: [sheepdog] [PATCH 0/2] don't remove objects when they might be necessary

2012-08-25 Thread Bastian Scholz
Second try, these time to the list ;-) Hi Kazutaka, Am 2012-08-25 20:09, schrieb MORITA Kazutaka: We shouldn't remove objects until object recovery completely finishes. With this patch, even if we wrongly stop more sheeps than the redundancy level at the same time, sheepdog can recover

Re: [sheepdog] [PATCH 0/2] don't remove objects when they might be necessary

2012-08-25 Thread MORITA Kazutaka
At Sat, 25 Aug 2012 20:57:10 +0200, Bastian Scholz wrote: 5 Sheeps in 5 zones (0-4) and a vdi with 2 copies and two object. Obj 0 is on sheep 0 and 4 Obj 1 is on sheep 3 and 4 Now I kill sheep 3 and 4, Obj 0 can be recovered, but Obj 1 will fail... What happens to the VM in this