How to fix resiliency in a Storage Space.

Kristján Valur Jónsson 1 Reputation point
2020-11-13T14:02:37.303+00:00

Hello there.

I've been trawling the internets for solutions to my problem but come up blank so I'm trying here.

I have a storage pool with two drives, running on Windows 10 Pro.
In there, i have a storage space, with two-way mirror resiliency.
The other day, one of the drives got unplugged. After getting it back online, the storage space reports reduced resiliency.

Here's what powershell has to say:


PS C:\WINDOWS\system32> Get-VirtualDisk

FriendlyName ResiliencySettingName FaultDomainRedundancy OperationalStatus HealthStatus Size FootprintOnPool Storag
eEffic
iency


Storage space Mirror 1 Degraded Unhealthy 1000 GB 744 GB 49.97%

PS C:\WINDOWS\system32> Get-StoragePool

FriendlyName OperationalStatus HealthStatus IsPrimordial IsReadOnly Size AllocatedSize


Storage pool OK Healthy False False 7.28 TB 744.5 GB
Primordial OK Healthy True False 9.21 TB 7.28 TB

PS C:\WINDOWS\system32> Get-VirtualDisk

FriendlyName ResiliencySettingName FaultDomainRedundancy OperationalStatus HealthStatus Size FootprintOnPool Storag
eEffic
iency


Storage space Mirror 1 Degraded Unhealthy 1000 GB 744 GB 49.97%

PS C:\WINDOWS\system32> Get-PhysicalDisk

Number FriendlyName SerialNumber MediaType CanPool OperationalStatus HealthStatus Usage Size


1 Samsung SSD 860 EVO 2TB S3YVNX0N403474A SSD False OK Healthy Auto-Select 1.82 TB
2 TOSHIBA HDWE140 27MEKZMAF58D HDD False OK Healthy Auto-Select 3.64 TB
3 WDC WD40EFRX-68N32N0 WD-WCC7K3VSLDUT HDD False OK Healthy Auto-Select 3.64 TB
0 SanDisk SSD U110 128GB 140240400178 SSD False OK Healthy Auto-Select 117.38 GB


What's more, there is a suspended repair job going, since boot, that does nothing:


PS C:\WINDOWS\system32> Get-StorageJob

Name IsBackgroundTask ElapsedTime JobState PercentComplete BytesProcessed BytesTotal


Storage space-Repair True 02:51:49 Suspended 0 0 B 6.5 GB


So: How do I get my virtual disk to self-heal? After all, it was using two-way mirroring, and so all the data is there. Why cannot it bring both disks back into sync?
How can I un-suspend the automatic storage repair job? Why is it even suspended in the first place?

Btw, there are no errors in the event logs for microsoft->Microsoft windows ->StorageSpaced-drover since reboot. I've done several reboots.

Any suggestions greatly appreciated.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,922 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Xiaowei He 9,876 Reputation points
    2020-11-16T09:08:12.45+00:00

    Hi,

    How do we remove the disk perviously? Have we retired the disk first before removing it?

    Best Regards,
    Anne

    0 comments No comments