Experimental windows2102 soft raid, has been confused about how to rebuild, today there is nothing to study.
That's nonsense.
Virtual machine win2012 Storage pool built soft raid back virtual key delete disk simultaneous point plus new disk analog failure
The following figure is a built soft raid:
The virtual machine deletes one of the disks, adds a new disk, and turns on the startup storage pool to display the following failure
Add an alternate new disk into the storage pool
and then dot OK
The new hard drive is added after the following
Open PowerShell as an administrator
First use the following command to view the broken hard drive if you can display the failed hard drive, enter the following two commands to deactivate the failed hard drive
Get-physicaldisk | Where-object–property Healthstatus–ne Healthy
$FailedDisk = Get-physicaldisk | Where-object–property healthstatus–ne Healthy
$FailedDisk | Set-physicaldisk–usage retired
Refresh the storage pool status, the failed hard drive display has exited
Right-click Virtual Disk for repair
The yellow exclamation point in front of the virtual disk disappears after the repair is complete
Finally right-click the failed physical disk and delete it
Other available reference
Https://technet.microsoft.com/zh-cn/library/dn782852.aspx