My repair StorageJob suspended. How to fix it?

Ananthep Lomphong 0 Reputation points
2024-04-30T05:39:03.36+00:00

My storage space failed one disk and my virtual disk was offline.

After rebooting my disk is back to being ok, but my virtual disk is still offline.

Untitled

I'm trying to bring it online. It raises the screen and disappears.
When I check Storage Job, it shows suspended.

I try to stop and start the repair but it shows an error.Untitled

How can I get my virtual disk back to online?

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-05-06T05:59:15.2266667+00:00

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.