added scsi_logging_level

pull/27/head
Igor Chubin 7 years ago
parent c27065011f
commit 6d4d860279

@ -0,0 +1,10 @@
# scsi_logging_level
# set and get the SCSI logging level (install sg3-utils)
# configure the log level of several tracepoints along the Linux SCSI stack
scsi_logging_level -s --ioctl=7
# track SCSI commands as they flow through
# the SCSI submission and completion path
# (call dmesg after that)
scsi_logging_level -s --midlevel=7
Loading…
Cancel
Save