Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article describes a change in Windows Server 2019, in which MPIO option is no longer available in Disk Management.
Applies to: Windows Server 2019
Original KB number: 4477064
Symptom
After you install the Multipath I/O (MPIO) feature on a server that's running Windows Server 2019 build 17763, you notice that the MPIO option is not available under Disk Management > Microsoft Storage Space Device Properties as it was in earlier versions of Windows.
Workaround
To work around this issue, use a PowerShell cmdlet to configure MPIO. For example:
- Run Get-MSDSMGlobalDefaultLoadBalancePolicy in PowerShell to retrieve the MPIO policy.
- Run Set-MSDSMGlobalDefaultLoadBalancePolicy -Policy RR to set up the MPIO policy as round robin.
Reference
For more information, see MPIO.