When you create tiered virtual disks in Windows Server 2016 or Windows Server Version 1709, the Virtual Disks GUI in Server Manager displays an empty or blank status type in the Layout column and an UNKNOWN in the Provisioning column.
Also, if you run the Get-VirtualDisk | fl PowerShell cmdlet, the result lists no configuration for ProvisioningType and ResiliencySettingName. These fields are blank in the PowerShell output.
For example, assume that you create a virtual disk that has the following parameters:
- Create storage tiers on this virtual disk is checked.
- Storage Layout is Mirror.
- Provisioning Type is Fixed.
You expect the
Get-VirtualDisk | fl PowerShell cmdlet to include these values in the output.
ProvisioningType : Fixed
ResiliencySettingName : Mirror