Re: [PATCH] vhost-scsi: Fix log flooding with target does not exist errors

2025-06-11 Thread Mike Christie
On 6/11/25 2:50 AM, Stefano Garzarella wrote: > On Tue, Jun 10, 2025 at 11:30:58AM -0500, michael.chris...@oracle.com wrote: >> On 6/10/25 9:18 AM, Stefano Garzarella wrote: >>> On Sat, Jun 07, 2025 at 12:18:15PM -0500, Mike Christie wrote: As part of the normal initiator side scanning the gue

[PATCH 1/1] vhost-scsi: Fix log flooding with target does not exist errors

2025-06-11 Thread Mike Christie
As part of the normal initiator side scanning the guest's scsi layer will loop over all possible targets and send an inquiry. Since the max number of targets for virtio-scsi is 256, this can result in 255 error messages about targets not existing if you only have a single target. When there's more

Re: [PATCH] vhost-scsi: Fix log flooding with target does not exist errors

2025-06-11 Thread Stefano Garzarella
On Tue, Jun 10, 2025 at 11:30:58AM -0500, michael.chris...@oracle.com wrote: On 6/10/25 9:18 AM, Stefano Garzarella wrote: On Sat, Jun 07, 2025 at 12:18:15PM -0500, Mike Christie wrote: As part of the normal initiator side scanning the guest's scsi layer will loop over all possible targets and