On Thu, 2013-01-24 at 15:01 +0000, Zoltan Kiss wrote:
> If you would do a suspend, the frontend driver flush out disk IO 
> operations before suspend reached, and therefore there won't be anything 
> to timeout after resume.

Actually the behaviour, of Linux blkfront at least, is to not do
anything on suspend but instead to replay the outstanding requests on
the ring on resume. This is to support checkpointing (where you don't
need to replay but I think it is exactly what you want for the driver
domain crash case too.

Ian.


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

Reply via email to