On 28/06/19 23:57, Alistair Francis wrote: > > I tried to run my VM with option "-drive > ...,rerror=report,werror=report" as he noted, but the eternal loop > symptom still happens when host block-scsi device returns EIO. Then I > believe EIO should be added to the report target error list.
What is the sense data he's seeing? EIO is a catch-all return value for scsi_sense_buf_to_errno so I'd rather be more specific. Thanks, Paolo