Re: [Qemu-devel] [PATCH v4 00/10] sheepdog: reconnect server after connection failure

2013-07-30 Thread Stefan Hajnoczi
On Fri, Jul 26, 2013 at 03:10:42PM +0900, MORITA Kazutaka wrote: > Currently, if a sheepdog server exits, all the connecting VMs need to > be restarted. This series implements a feature to reconnect the > server, and enables us to do online sheepdog upgrade and avoid > restarting VMs when sheepdog

[Qemu-devel] [PATCH v4 00/10] sheepdog: reconnect server after connection failure

2013-07-25 Thread MORITA Kazutaka
Currently, if a sheepdog server exits, all the connecting VMs need to be restarted. This series implements a feature to reconnect the server, and enables us to do online sheepdog upgrade and avoid restarting VMs when sheepdog servers crash unexpectedly. v4: - Added comment to explain why we need