Hello,
It looks like you’re having a problem with your Storage Spaces on Windows 10. Sometimes when a drive fails and it gets replaced, the virtual disk might go offline. Here’s how to troubleshoot this:
Open the PowerShell as an administrator. You can easily do this by typing “PowerShell” into the start menu, right-clicking on the “Windows PowerShell” entry, and clicking on “Run as administrator”.
In the PowerShell console, type Get-VirtualDisk | ? OperationalStatus -eq 'Degraded' | Reset-VirtualDiskOperation. This will reset any ongoing operations for any virtual disk that is in a degraded state.
After performing the above step, you can re-run Repair-VirtualDisk -FriendlyName 'Name of your virtual disk' replacing 'Name of your virtual disk' with the actual name of your affected virtual disk. This operation will reevaluate the health of the virtual disk and start restriping data across the drives in the pool if necessary.
To see the progress of the repair job, you can use Get-StorageJob. This will display the status of the repair job, if it is ongoing and you should allow it to complete.
Win 2k19 StorageJob suspended during repair - Microsoft Q&A
Best Regards,
Hania Lian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.