From 6d4d86027998217c35edc91d21436015c0ce49e6 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Thu, 27 Jul 2017 09:35:01 +0000 Subject: [PATCH] added scsi_logging_level --- sheets/scsi_logging_level | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sheets/scsi_logging_level diff --git a/sheets/scsi_logging_level b/sheets/scsi_logging_level new file mode 100644 index 0000000..0f7d66e --- /dev/null +++ b/sheets/scsi_logging_level @@ -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