mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Let's print initiator and target names for not found LUNs to simplify diagnostics
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3663 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -3850,8 +3850,9 @@ static int scst_translate_lun(struct scst_cmd *cmd)
|
||||
if (res != 0) {
|
||||
TRACE(TRACE_MINOR,
|
||||
"tgt_dev for LUN %lld not found, command to "
|
||||
"unexisting LU?",
|
||||
(long long unsigned int)cmd->lun);
|
||||
"unexisting LU (initiator %s, target %s)?",
|
||||
(long long unsigned int)cmd->lun,
|
||||
cmd->sess->initiator_name, cmd->tgt->tgt_name);
|
||||
scst_put(cmd->cpu_cmd_counter);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user