Re: [PATCH 1/3] scsi: fetch unit attention when creating the request

2024-10-23 Thread Michael Galaxy
On 10/11/24 14:44, Michael Tokarev wrote: !---|  This Message Is From an External Sender  This message came from outside your organization. |---! On 09.10.2024 21:00, M

Re: [PATCH 1/3] scsi: fetch unit attention when creating the request

2024-10-11 Thread Michael Tokarev
On 09.10.2024 21:00, Michael Galaxy wrote: Thanks for your help. - Michael On 10/9/24 11:28, Paolo Bonzini wrote: Yes, it looks like an easy backport. Adding Michael Tokarev and qemu-stable. Paolo On Wed, Oct 9, 2024 at 6:03 PM Michael Galaxy wrote: Hi All, We have stumbled upon this bu

Re: [PATCH 1/3] scsi: fetch unit attention when creating the request

2024-10-09 Thread Michael Galaxy
Thanks for your help. - Michael On 10/9/24 11:28, Paolo Bonzini wrote: !---| This Message Is From an External Sender This message came from outside your organization. |-

Re: [PATCH 1/3] scsi: fetch unit attention when creating the request

2024-10-09 Thread Paolo Bonzini
Yes, it looks like an easy backport. Adding Michael Tokarev and qemu-stable. Paolo On Wed, Oct 9, 2024 at 6:03 PM Michael Galaxy wrote: > > Hi All, > > We have stumbled upon this bug in our production systems on QEMU 7.2.x. > This is a pretty nasty bug because it has the effect of causing the r

Re: [PATCH 1/3] scsi: fetch unit attention when creating the request

2024-10-09 Thread Michael Galaxy
Hi All, We have stumbled upon this bug in our production systems on QEMU 7.2.x. This is a pretty nasty bug because it has the effect of causing the root filesystem in the guest to switch into read only mode if our block storage products change attachments to running virtual machines. Could w

Re: [PATCH 1/3] scsi: fetch unit attention when creating the request

2023-07-13 Thread Stefano Garzarella
On Wed, Jul 12, 2023 at 06:38:14PM +0200, Paolo Bonzini wrote: On 7/12/23 15:43, Stefano Garzarella wrote: Commit 1880ad4f4e ("virtio-scsi: Batched prepare for cmd reqs") split calls to scsi_req_new() and scsi_req_enqueue() in the virtio-scsi device. This had no drawback, until commit 8cc5583abe

Re: [PATCH 1/3] scsi: fetch unit attention when creating the request

2023-07-12 Thread Paolo Bonzini
On 7/12/23 15:43, Stefano Garzarella wrote: Commit 1880ad4f4e ("virtio-scsi: Batched prepare for cmd reqs") split calls to scsi_req_new() and scsi_req_enqueue() in the virtio-scsi device. This had no drawback, until commit 8cc5583abe ("virtio-scsi: Send More precisely, it was pretty hard to tri

[PATCH 1/3] scsi: fetch unit attention when creating the request

2023-07-12 Thread Stefano Garzarella
Commit 1880ad4f4e ("virtio-scsi: Batched prepare for cmd reqs") split calls to scsi_req_new() and scsi_req_enqueue() in the virtio-scsi device. This had no drawback, until commit 8cc5583abe ("virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events") added a bus unit attention.