Commit a7139ca8 authored by Bart Van Assche's avatar Bart Van Assche Committed by Doug Ledford

IB/srp: Make a diagnostic message more informative

Report the destination port GID if connecting fails.
Signed-off-by: default avatarBart Van Assche <bart.vanassche@sandisk.com>
Cc: Israel Rukshin <israelr@mellanox.com>
Cc: Max Gurtovoy <maxg@mellanox.com>
Cc: Laurence Oberman <loberman@redhat.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 93c76dbb
......@@ -3435,9 +3435,10 @@ static ssize_t srp_create_target(struct device *dev,
ret = srp_connect_ch(ch, multich);
if (ret) {
shost_printk(KERN_ERR, target->scsi_host,
PFX "Connection %d/%d failed\n",
PFX "Connection %d/%d to %pI6 failed\n",
ch_start + cpu_idx,
target->ch_count);
target->ch_count,
ch->target->orig_dgid.raw);
if (node_idx == 0 && cpu_idx == 0) {
goto err_disconnect;
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment