mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 06:41:11 +07:00
[SCSI] lpfc 8.3.30: Change default DA_ID support from disabled to enabled
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com> Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
2b81f942e7
commit
cf9712403f
@ -2575,7 +2575,7 @@ LPFC_VPORT_ATTR_HEX_RW(log_verbose, 0x0, 0x0, 0xffffffff,
|
||||
# lpfc_enable_da_id: This turns on the DA_ID CT command that deregisters
|
||||
# objects that have been registered with the nameserver after login.
|
||||
*/
|
||||
LPFC_VPORT_ATTR_R(enable_da_id, 0, 0, 1,
|
||||
LPFC_VPORT_ATTR_R(enable_da_id, 1, 0, 1,
|
||||
"Deregister nameserver objects before LOGO");
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user