2

So an issue I am running into is that I have a Storage Pool using S2D created, it shows less than 2 GB used up... but when I go to run the virtual disk wizard, it has Free Space: 0.00 GB for both performance and capacity tier. Due to this, Any value I specify says it goes beyond the available resources.

Do they need to be formatted? Do I need to run some other powershell command to make them do their thing?

Virtual disk wizard Free space 0.00 GB

1 Answers1

0

I ended up using powershell on a different machine in the cluster after removing and re-adding the VHDs:

New-Volume -FriendlyName "ClustervDisk0" -FileSystem CSVFS_ReFS -StoragePoolFriendlyName Cluster* -usemaximumsize -ResiliencySettingName Parity -PhysicalDiskRedundancy 2

Unfortunately, I don't know how much this will help others because it might be very specific to my installation. The command above was for 2 500GB VHDDs and 2 250GB VHDDs, with 1 drive per cluster node.