]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
scsi: qla2xxx: edif: Fix n2n discovery issue with secure target
authorQuinn Tran <qutran@marvell.com>
Tue, 7 Jun 2022 04:46:25 +0000 (21:46 -0700)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 17 Oct 2022 09:56:31 +0000 (11:56 +0200)
commitaa93d5347b661dfe297d67a91fda8d45f9af523e
treeeb20136e3a080c186c6cc18f29f63f7904a01ae5
parenta7b7a1b9b3493a3b5aa7accb1068d8aa1621019f
scsi: qla2xxx: edif: Fix n2n discovery issue with secure target

BugLink: https://bugs.launchpad.net/bugs/1990162
[ Upstream commit 789d54a4178634850e441f60c0326124138e7269 ]

User failed to see disk via n2n topology. Driver used up all login retries
before authentication application started. When authentication application
started, driver did not have enough login retries to connect securely. On
app_start, driver will reset the login retry attempt count.

Link: https://lore.kernel.org/r/20220607044627.19563-10-njavali@marvell.com
Fixes: 4de067e5df12 ("scsi: qla2xxx: edif: Add N2N support for EDIF")
Signed-off-by: Quinn Tran <qutran@marvell.com>
Signed-off-by: Nilesh Javali <njavali@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/scsi/qla2xxx/qla_edif.c