Re: [sheepdog] [PATCH 2/2] sheep: forbid revival of orphan objects

2014-12-16 Thread Valerio Pachera
2014-12-16 15:07 GMT+01:00 Valerio Pachera siri...@gmail.com: It works fine! ... There's only this corner case to fix: all vdi are removed then and the disconnected node joins back the cluster Please, notice that the same logic should apply to multi device: create some vdi unplug a disk

Re: [sheepdog] [PATCH 2/2] sheep: forbid revival of orphan objects

2014-12-16 Thread Hitoshi Mitake
At Tue, 16 Dec 2014 15:18:18 +0100, Valerio Pachera wrote: 2014-12-16 15:07 GMT+01:00 Valerio Pachera siri...@gmail.com: It works fine! ... There's only this corner case to fix: all vdi are removed then and the disconnected node joins back the cluster Please, notice that the same

[sheepdog] [PATCH 2/2] sheep: forbid revival of orphan objects

2014-12-10 Thread Hitoshi Mitake
Current recovery process can cause revival of orphan objects. This patch solves this problem. How to: exclude a newly joining sheep from recovery process if a cluster is already in SD_STATUS_OK. It emans the cluster has every replica already. Cc: Valerio Pachera siri...@gmail.com Signed-off-by: