No need to check login status for ZOMBIE ports.
ZOMBIE ports are always logged out, and so initiator may try to relogin. MFC after: 1 weeks
This commit is contained in:
parent
e29182f6c0
commit
b2699a1bae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299955
@ -3808,6 +3808,9 @@ isp_scan_fabric(ispsoftc_t *isp, int chan)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
if (lp->state == FC_PORTDB_STATE_ZOMBIE)
|
||||
goto relogin;
|
||||
|
||||
/*
|
||||
* See if we're still logged into it.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user