Re: [Qemu-devel] [PATCH v5 0/8] sheepdog: reconnect server after connection failure

2013-10-30 Thread Kevin Wolf
Am 28.10.2013 um 07:31 hat Liu Yuan geschrieben:
 On Thu, Oct 24, 2013 at 04:01:10PM +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 servers crash unexpectedly.
  
  v5:
   - Use AioContext timer for co_aio_sleep_ns().
 
 Tested-and-reviewed-by: Liu Yuan namei.u...@gmail.com

Thanks, applied to the block branch.

Kevin



Re: [Qemu-devel] [PATCH v5 0/8] sheepdog: reconnect server after connection failure

2013-10-28 Thread Liu Yuan
On Thu, Oct 24, 2013 at 04:01:10PM +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 servers crash unexpectedly.
 
 v5:
  - Use AioContext timer for co_aio_sleep_ns().

Tested-and-reviewed-by: Liu Yuan namei.u...@gmail.com

Thanks
Yuan