]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: scsi_transport_iscsi: redirect conn error to console
authorFred Herard <fred.herard@oracle.com>
Mon, 11 Mar 2019 22:41:43 +0000 (18:41 -0400)
committerSomasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Wed, 13 Mar 2019 23:44:20 +0000 (16:44 -0700)
commit3ff6d3f510e141315bebc2a903b0802db49277a5
tree6811ba88a18761d724be6e9ed7e42d3d2d72a50b
parent45d6ad0e5a83c8b9378fc4e991ddb81a432495ca
scsi: scsi_transport_iscsi: redirect conn error to console

This commit changes "detected conn error" printk
log level from KERN_INFO to KERN_WARNING.  This change
is made with the assumption that KERN_WARNING messages
are configured to be redirected to console.  It is
particularly useful to have detected connection errors
redirected to console when using iscsi boot device as it
may give clues as to why the system appears to be hung.

Orabug: 29469714

Signed-off-by: Fred Herard <fred.herard@oracle.com>
Reviewed-by: Allen Pais <allen.pais@oracle.com>
Reviewed-by: Joe Jin <joe.jin@oracle.com>
Signed-off-by: Somasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
drivers/scsi/scsi_transport_iscsi.c