Opened 22 months ago
Last modified 9 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 8.0 |
| 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.

Missing debug output occurs only with
-d scsion Linux and there is an easy workaround:use
-r scsiioctl,[34]instead of-r scsiioctl,[12].Debug output may occur twice in other cases only if
-r scsiioctl,[34]is used.Moving milestone...