Re: [Qemu-devel] [PATCH for-2.4 0/3] scsi: fixes for failed requests

2015-07-30 Thread Paolo Bonzini
On 30/07/2015 15:16, Stefan Hajnoczi wrote: > When requests fail the error policy (-drive rerror=,werror=) determines what > happens. The 'stop' policy pauses the guest and waits for the administrator > to > resolve the storage problem. It is possible to live migrate during this time > and the

[Qemu-devel] [PATCH for-2.4 0/3] scsi: fixes for failed requests

2015-07-30 Thread Stefan Hajnoczi
When requests fail the error policy (-drive rerror=,werror=) determines what happens. The 'stop' policy pauses the guest and waits for the administrator to resolve the storage problem. It is possible to live migrate during this time and the failed requests can be restarted on the destination host