Skip to content

Commit 6883382

Browse files
Merge pull request #267329 from kikucher/main
Update elastic-san-best-practices.md
2 parents d96bbcf + eedd6dd commit 6883382

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ Use the following commands to update your settings:
3737
Enable-MSDSMAutomaticClaim -BusType iSCSI
3838
3939
# Set the default load balancing policy based on your requirements. In this example, we set it to round robin which should be optimal for most workloads.
40-
Set-MSDSMGlobalDefaultLoadBalancePolicy -Policy RR
41-
# You can also use mpclaim.exe to set the policy to round robin
4240
mpclaim -L -M 2
4341
4442
# Set disk time out to 30 seconds
@@ -76,7 +74,7 @@ Update the below registry settings for iSCSI initiator on Windows.
7674
1. Open Registry Editor:
7775
1. Select Start, type regedit in the search box and press enter.
7876
1. Navigate to the following location:
79-
[\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e97b-e325-11ce-bfc1-08002be10318}\0004 (Microsoft iSCSI Initiator)\Parameters]
77+
[\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\\{4d36e97b-e325-11ce-bfc1-08002be10318}\0004 (Microsoft iSCSI Initiator)\Parameters]
8078
1. Update the following settings. Right-click on each setting and select **Modify**. Change **Base** to **Decimal**, update the value and select **OK**.
8179

8280
|Description |Parameter and value |

articles/storage/elastic-san/elastic-san-connect-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Enable-MSDSMAutomaticClaim -BusType iSCSI
6363
6464
# Set the default load balancing policy based on your requirements. In this example, we set it to round robin
6565
# which should be optimal for most workloads.
66-
Set-MSDSMGlobalDefaultLoadBalancePolicy -Policy RR
66+
mpclaim -L -M 2
6767
```
6868

6969
### Attach Volumes to the client

0 commit comments

Comments
 (0)