Re: [PATCH v3] target: transport should allow st FM/EOM/ILI reads

2018-05-14 Thread Bodo Stroesser
> When a tape drive is exported via LIO using the pscsi module, a read that > requests more bytes per block than the tape can supply returns an empty > buffer. This is because the pscsi pass-through target module sees the > "ILI" illegal length bit set and thinks there is no reason to return > the

Re: [PATCH v3] target: transport should allow st FM/EOM/ILI reads

2018-05-13 Thread Hannes Reinecke
On Fri, 11 May 2018 10:56:24 -0700 Lee Duncan wrote: > When a tape drive is exported via LIO using the pscsi module, a read > that requests more bytes per block than the tape can supply returns > an empty buffer. This is because the pscsi pass-through target module > sees the "ILI" illegal length

[PATCH v3] target: transport should allow st FM/EOM/ILI reads

2018-05-11 Thread Lee Duncan
When a tape drive is exported via LIO using the pscsi module, a read that requests more bytes per block than the tape can supply returns an empty buffer. This is because the pscsi pass-through target module sees the "ILI" illegal length bit set and thinks there is no reason to return the data. Thi