From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VagMT-0005PC-Cy for qemu-devel@nongnu.org; Mon, 28 Oct 2013 02:31:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VagMK-0003LM-Qh for qemu-devel@nongnu.org; Mon, 28 Oct 2013 02:31:37 -0400 Received: from mail-pb0-x232.google.com ([2607:f8b0:400e:c01::232]:64997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VagMK-0003LD-IC for qemu-devel@nongnu.org; Mon, 28 Oct 2013 02:31:28 -0400 Received: by mail-pb0-f50.google.com with SMTP id uo5so3957290pbc.37 for ; Sun, 27 Oct 2013 23:31:26 -0700 (PDT) Date: Mon, 28 Oct 2013 14:31:11 +0800 From: Liu Yuan Message-ID: <20131028063110.GB27495@ubuntu-precise> References: <1382598078-10682-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1382598078-10682-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> Subject: Re: [Qemu-devel] [PATCH v5 0/8] sheepdog: reconnect server after connection failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: MORITA Kazutaka Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi 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 Thanks Yuan