Re: [Qemu-devel] sheepdog block driver and read write error policy

2017-11-16 Thread Vasiliy Tolstov
2017-11-16 11:27 GMT+03:00 Fam Zheng : > On Thu, 11/16 11:11, Vasiliy Tolstov wrote: >> Hi. I'm try to write own sheepdog compatible daemon and test it with qemu. >> Sometimes ago in qemu added read write error policy to allow to stop >> domain or continue or something else. As i see in case of she

Re: [Qemu-devel] sheepdog block driver and read write error policy

2017-11-16 Thread Fam Zheng
On Thu, 11/16 11:11, Vasiliy Tolstov wrote: > Hi. I'm try to write own sheepdog compatible daemon and test it with qemu. > Sometimes ago in qemu added read write error policy to allow to stop > domain or continue or something else. As i see in case of sheepdog > this policy is ignored and qemu try

[Qemu-devel] sheepdog block driver and read write error policy

2017-11-16 Thread Vasiliy Tolstov
Hi. I'm try to write own sheepdog compatible daemon and test it with qemu. Sometimes ago in qemu added read write error policy to allow to stop domain or continue or something else. As i see in case of sheepdog this policy is ignored and qemu try to reconnect to sheepdog daemon. If nobody wants i c