On 2014/12/25 10:42, Fam Zheng wrote: > On Thu, 12/25 09:57, Bin Wu wrote: >> Hi, >> >> When IO error happens in physical device, qemu block layer supports error >> reporting, error ignoring and error stoping(for example, virtio-blk). Can we >> have any way to resend the error IO? > > With error stop, the request is retried after resume. > > Fam > >
Thank you very much, Fam, I see. Another question: I think error stop is not the default error handling strategy, how can we configure error stop in the VM XML file? Can you just show me some example? Thanks again:> -- Bin Wu