提交 eb7a339e 编写于 作者: J James Smart 提交者: James Bottomley

[SCSI] lpfc 8.3.19: Change heartbeat to default to disabled

Signed-off-by: NAlex Iannicelli <alex.iannicelli@emulex.com>
Signed-off-by: NJames Smart <james.smart@emulex.com>
Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
上级 19ca7609
...@@ -3305,12 +3305,12 @@ LPFC_ATTR_R(fcp_eq_count, LPFC_FP_EQN_DEF, LPFC_FP_EQN_MIN, LPFC_FP_EQN_MAX, ...@@ -3305,12 +3305,12 @@ LPFC_ATTR_R(fcp_eq_count, LPFC_FP_EQN_DEF, LPFC_FP_EQN_MIN, LPFC_FP_EQN_MAX,
LPFC_ATTR_R(enable_hba_reset, 1, 0, 1, "Enable HBA resets from the driver."); LPFC_ATTR_R(enable_hba_reset, 1, 0, 1, "Enable HBA resets from the driver.");
/* /*
# lpfc_enable_hba_heartbeat: Enable HBA heartbeat timer.. # lpfc_enable_hba_heartbeat: Disable HBA heartbeat timer..
# 0 = HBA Heartbeat disabled # 0 = HBA Heartbeat disabled
# 1 = HBA Heartbeat enabled (default) # 1 = HBA Heartbeat enabled (default)
# Value range is [0,1]. Default value is 1. # Value range is [0,1]. Default value is 1.
*/ */
LPFC_ATTR_R(enable_hba_heartbeat, 1, 0, 1, "Enable HBA Heartbeat."); LPFC_ATTR_R(enable_hba_heartbeat, 0, 0, 1, "Enable HBA Heartbeat.");
/* /*
# lpfc_enable_bg: Enable BlockGuard (Emulex's Implementation of T10-DIF) # lpfc_enable_bg: Enable BlockGuard (Emulex's Implementation of T10-DIF)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册