Skip to content

Commit 75e883a

Browse files
Merge pull request #266774 from kikucher/patch-2
Update elastic-san-best-practices.md
2 parents c42dbbb + 09b94e9 commit 75e883a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/storage/elastic-san/elastic-san-best-practices.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Update the below registry settings for iSCSI initiator on Windows.
8888
|Disables R2T flow control |InitialR2T=0 |
8989
|Enables immediate data |ImmediateData=1 |
9090
|Sets timeout value for WMI requests to 30 seconds |WMIRequestTimeout = 30 seconds |
91+
|Sets timeout value for link down time to 30 seconds |LinkDownTime = 30 seconds |
9192

9293

9394
In cluster configurations, ensure iSCSI initiator names unique across all nodes that are sharing volumes. In Windows, you can update them via iSCSI Initiator app.
@@ -104,7 +105,16 @@ In cluster configurations, ensure iSCSI initiator names unique across all nodes
104105

105106
#### Linux
106107

107-
Update /etc/iscsi/iscsid.conf file with the following values:
108+
Update the following settings with recommended values in global iSCSI configuration file (iscsid.conf, generally found in /etc/iscsi directory) on the client before connecting any volumes to it. When a volume is connected, a node is created along with a configuration file specific to that node (for example on Ubuntu, it can be found in /etc/iscsi/nodes/$volume_iqn/portal_hostname,$port directory) inheriting the settings from global configuration file. If you have already connected one or more volumes to the client before updating global configuration file, update the node specific configuration file for each volume directly or using the following command:
109+
110+
sudo iscsiadm -m node -T $volume_iqn -p $portal_hostname:$port -o update -n $iscsi_setting_name -v $setting_value
111+
112+
Where
113+
- $volume_iqn: Elastic SAN volume IQN
114+
- $portal_hostname: Elastic SAN volume portal hostname
115+
- $port: 3260
116+
- $iscsi_setting_name: parameter for each setting listed below
117+
- $setting_value: value recommended for each setting below
108118

109119
|Description |Parameter and value |
110120
|---------|---------|

0 commit comments

Comments
 (0)