Skip to content

Commit 670c6df

Browse files
authored
Merge pull request #9763 from nourdinb/patch-1
AB#7965: Fix MdbDiskLatency setting for mailbox migration
2 parents d5bc7b9 + 691740f commit 670c6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exchange/ExchangeServer/migration/mailboxes-stalled-during-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ New-SettingOverride -Name "MdbReplication" -Component WorkloadManagement -Sectio
5555
New-SettingOverride -Name "CiAgeOfLastNotification" -Component WorkloadManagement -Section CiAgeOfLastNotification -Parameters @("MaxConcurrency=$limit") -Reason "Allow more simultaneous mailbox moves"
5656
New-SettingOverride -Name "MdbAvailability" -Component WorkloadManagement -Section MdbAvailability -Parameters @("MaxConcurrency=$limit") -Reason "Allow more simultaneous mailbox moves"
5757
New-SettingOverride -Name "DiskLatency" -Component WorkloadManagement -Section DiskLatency -Parameters @("MaxConcurrency=$limit") -Reason "Allow more simultaneous mailbox moves"
58-
New-SettingOverride -Name "MdbDiskLatency" -Component WorkloadManagement -Section MdbDiskLatency -Parameters @("MaxConcurrency=$limit") -Reason "Allow more simultaneous mailbox moves"
58+
New-SettingOverride -Name "MdbDiskLatency" -Component WorkloadManagement -Section MdbDiskWriteLatency -Parameters @("MaxConcurrency=$limit") -Reason "Allow more simultaneous mailbox moves"
5959
```
6060

6161
To further update the WLM limit, run the following commands (this example sets the WLM limit to 35):

0 commit comments

Comments
 (0)