[SCSI] qla2xxx: Add notification message when an NPIV fails to acquire a port-id.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
Родитель
9f8fddeef2
Коммит
81eb9b4985
|
@ -2753,8 +2753,11 @@ qla24xx_report_id_acquisition(scsi_qla_host_t *vha,
|
||||||
if (vp_idx == 0)
|
if (vp_idx == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (MSB(stat) == 1)
|
if (MSB(stat) == 1) {
|
||||||
|
DEBUG2(printk("scsi(%ld): Could not acquire ID for "
|
||||||
|
"VP[%d].\n", vha->host_no, vp_idx));
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
list_for_each_entry_safe(vp, tvp, &ha->vp_list, list)
|
list_for_each_entry_safe(vp, tvp, &ha->vp_list, list)
|
||||||
if (vp_idx == vp->vp_idx)
|
if (vp_idx == vp->vp_idx)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче