Opened 8 months ago
#1817 new defect
'-r scsiioctl': No debug output may appear or debug output may appear twice [regression]
Reported by: | Christian Franke | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Release 7.5 |
Component: | all | Version: | 7.4 |
Keywords: | scsi | Cc: |
Description
SCSI debug output is now provided by new function scsi_pass_through_yield_sense()
and commented out (only) in os_linux.cpp
, see r5337 and r5431.
As a consequence, no debug output appears on Linux if scsi_device::scsi_pass_through[_and_check]()
is called directly. This is currently the case if any of -d sat
, -d usb*
or -d snt*
is used.
Debug output may appear twice if scsi_pass_through_yield_sense()
is called on other platforms.
Note:
See TracTickets
for help on using tickets.