Re: [Qemu-devel] [PATCH v3 07/10] sheepdog: try to reconnect to sheepdog after network error

2013-07-25 Thread Liu Yuan
On Thu, Jul 25, 2013 at 05:32:02PM +0900, MORITA Kazutaka wrote: > This introduces a failed request queue and links all the inflight > requests to the list after network error happens. After QEMU > reconnects to the sheepdog server successfully, the sheepdog block > driver will retry all the reque

[Qemu-devel] [PATCH v3 07/10] sheepdog: try to reconnect to sheepdog after network error

2013-07-25 Thread MORITA Kazutaka
This introduces a failed request queue and links all the inflight requests to the list after network error happens. After QEMU reconnects to the sheepdog server successfully, the sheepdog block driver will retry all the requests in the failed queue. Signed-off-by: MORITA Kazutaka --- block/shee