Closed underw8 closed 11 months ago
Did you close this because it wasn't needed, I'm non responsive or some other reason?
Did you close this because it wasn't needed, I'm non responsive or some other reason?
Thank you for your hard work, it wasn't needed, just reckoned that I have to uncomment these line for the rest of the script to work.
My fix above assume we'll use an array of two disks - 1 HDD and 1 SSD with the default ResiliencySettingName
- which is Simple.
Did you close this because it wasn't needed, I'm non responsive or some other reason?
`PS C:\windows\system32> Get-StorageTierSupportedSize -FriendlyName "SSD" -ResiliencySettingName "Mirror"
SupportedSizes TierSizeMin TierSizeMax TierSizeDivisor
{} 0 0 0`
I also had the same problem. it was needed.
The
New-StorageTier
which doesn't specify-ResiliencySettingName
will resolve to 0 size on the next command, thus prevent the creation of VirtualDisk due to incorrect storage size.