On 8/9/24 8:40 AM, Damien Le Moal wrote:
On 2024/08/07 13:32, Bart Van Assche wrote:
The SCSI core does not retry passthrough commands even if the SCSI device
reports a retryable unit attention condition. Support retrying in this case
by introducing the SCMD_RETRY_PASST_ON_UA flag.
This flag is badly named since nowhere it is checked that the retry happens on
UNIT ATTENTION. The retry may happen with other sense key as well, no ?
So what about simply calling this: SCMD_RETRY_PASSTHROUGH ?
That sounds good to me. See also v2 of this patch series.
Thanks,
Bart.