This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
storage:iscsi [2018/05/03 16:57] frank |
storage:iscsi [2018/05/03 17:03] (current) frank |
||
---|---|---|---|
Line 25: | Line 25: | ||
list iSCSI disks | list iSCSI disks | ||
# lsblk | # lsblk | ||
- | </code> | ||
Turn on SCSI/iSCSI error handling lgos | Turn on SCSI/iSCSI error handling lgos | ||
echo -n 1 > /sys/module/libiscsi/parameters/debug_libiscsi_eh | echo -n 1 > /sys/module/libiscsi/parameters/debug_libiscsi_eh | ||
echo -n 0xff > /sys/module/scsi_mod/parameters/scsi_logging_level | echo -n 0xff > /sys/module/scsi_mod/parameters/scsi_logging_level | ||
+ | |||
+ | Or | ||
+ | scsi_logging_level -s --error 7 --timeout 7 --all 0 | ||
+ | </code> | ||