I've 2 node cluster where I enabled S2D. Later I added the 3rd node. Now I would like to check if resiliency mode changed to three-way mirror automatically. If not, I would like to change it manually.
The only script known to me doesn't tell me anything. Running Get-ResiliencySetting
without any parameter doesn't show 3-way mirror option at all.
Get-StoragePool -FriendlyName S2* | Get-ResiliencySetting
Name NumberOfDataCopies PhysicalDiskRedundancy NumberOfColumns Interleave NumberOfGroups
---- ------------------ ---------------------- --------------- ---------- --------------
Simple 1 0 Auto 262144 1
Mirror 2 1 Auto 262144 1
Parity 1 1 Auto 262144 Auto
Do I have to recreate the cluster to enable it?