Skip to content

Commit 691740f

Browse files
authored
Fix MdbDiskLatency setting for mailbox migration
Updated the MdbDiskLatency setting to use DiskWriteLatency section for mailbox moves. Reason: the keyword MdbDiskLatency is not an available option for setting an overwrite as section parameter in https://O365Exchange.visualstudio.com/DefaultCollection/O365%20Core/_git/ea6505db-e821-4d10-8ea4-191e3a962f12?path=%2fsources%2fdev%2fWorkloadManagement%2fsrc%2fWorkloadManagement%2fWorkloadManagement.settings.ini&version=GBmaster
1 parent 1d65d7f commit 691740f

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)