Re: [Qemu-devel] [PATCHv2] block/iscsi: handle BUSY condition

2014-06-04 Thread Stefan Hajnoczi
On Fri, May 30, 2014 at 11:36:47PM +0200, Peter Lieven wrote: > this patch adds handling of BUSY status reponse from an iSCSI target. > Currently, we fail with -EIO in case of SCSI_STATUS_BUSY while the > obvious reaction would be to retry the operation after some time. > The retry time is randomly

[Qemu-devel] [PATCHv2] block/iscsi: handle BUSY condition

2014-05-30 Thread Peter Lieven
this patch adds handling of BUSY status reponse from an iSCSI target. Currently, we fail with -EIO in case of SCSI_STATUS_BUSY while the obvious reaction would be to retry the operation after some time. The retry time is randomly choosen from a range with exponential growth increasing with each ret