LinearTapeFileSystem / ltfs

Reference implementation of the LTFS format Spec for stand alone tape drive
BSD 3-Clause "New" or "Revised" License
256 stars 77 forks source link

Fetch SCSI command timeout values from drive #254

Closed piste-jp closed 3 years ago

piste-jp commented 3 years ago

Is your feature request related to a problem? Please describe.

Not related into any problem actually. This is just enhancement.

Describe the solution you'd like

There are drives that support REPORT SUPPORTED OPERATION CODE. And the command can return SCSI timeout values for each SCSI commands.

I believe we need to use the value provided from drive instead of the values described into the spec for reducing mistake.

piste-jp commented 3 years ago

Merged into v2.4-stable and master.