Add tgtNSG to fullfeaturephase and tgtTrans to true
Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>
This commit is contained in:
@@ -152,8 +152,8 @@ func (conn *iscsiConnection) processLoginData() ([]util.KeyValue, error) {
|
|||||||
conn.loginParam.iniCSG, conn.loginParam.iniNSG, conn.loginParam.iniTrans)
|
conn.loginParam.iniCSG, conn.loginParam.iniNSG, conn.loginParam.iniTrans)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
conn.loginParam.tgtNSG = LoginOperationalNegotiation
|
conn.loginParam.tgtNSG = FullFeaturePhase
|
||||||
conn.loginParam.tgtTrans = false
|
conn.loginParam.tgtTrans = true
|
||||||
}
|
}
|
||||||
return negoKV, nil
|
return negoKV, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user