Re: [PATCH v2] file-posix: Probe paths and retry SG_IO on potential path errors

2025-05-22 Thread Hanna Czenczek
On 22.05.25 15:08, Kevin Wolf wrote: When scsi-block is used on a host multipath device, it runs into the problem that the kernel dm-mpath doesn't know anything about SCSI or SG_IO and therefore can't decide if a SG_IO request returned an error and needs to be retried on a different path. Instead

Re: [PATCH v2] file-posix: Probe paths and retry SG_IO on potential path errors

2025-05-22 Thread Kevin Wolf
Am 22.05.2025 um 16:46 hat Stefan Hajnoczi geschrieben: > On Thu, May 22, 2025 at 03:08:03PM +0200, Kevin Wolf wrote: > > When scsi-block is used on a host multipath device, it runs into the > > problem that the kernel dm-mpath doesn't know anything about SCSI or > > SG_IO and therefore can't decid

Re: [PATCH v2] file-posix: Probe paths and retry SG_IO on potential path errors

2025-05-22 Thread Stefan Hajnoczi
On Thu, May 22, 2025 at 03:08:03PM +0200, Kevin Wolf wrote: > When scsi-block is used on a host multipath device, it runs into the > problem that the kernel dm-mpath doesn't know anything about SCSI or > SG_IO and therefore can't decide if a SG_IO request returned an error > and needs to be retried

[PATCH v2] file-posix: Probe paths and retry SG_IO on potential path errors

2025-05-22 Thread Kevin Wolf
When scsi-block is used on a host multipath device, it runs into the problem that the kernel dm-mpath doesn't know anything about SCSI or SG_IO and therefore can't decide if a SG_IO request returned an error and needs to be retried on a different path. Instead of getting working failover, an error