I have a Volume on a Pool of Tiered Storage.
Recently I noticed some errors being reported on the VirtualDisk in the eventlog and I ran chkdsk two times.
I seemed to work for a short time, but now the virtualdisk does no longer come up after a reboot and manual attaching also does not work.
the Tiered Storage pool consists of a SSD and HDD and the HDD is reportig an operationalstatus of 'Split'.
Repair-VirtualDisk has not effect on the VirtualDisk.
PS C:\Windows\system32> Get-StoragePool
FriendlyName OperationalStatus HealthStatus IsPrimordial
IsReadOnly
------------ ----------------- ------------ ------------
----------
Primordial OK Healthy
True False
Tiered Pool Degraded Warning
False False
PS C:\Windows\system32> Get-VirtualDisk
FriendlyName ResiliencySettingNa OperationalStatus HealthStatus IsManualAttach
Size
------------ ------------------- ----------------- ------------ --------------
----
Tiered Virtual Disk Simple Detached Unknown
True 3.13 TB
PS C:\Windows\system32> Get-VirtualDisk | Get-PhysicalDisk
FriendlyName CanPool OperationalStatus HealthStatus Usage
Size
------------ ------- ----------------- ------------ -----
----
PhysicalDisk0 False OK Healthy
Auto-Select 465 GB
PhysicalDisk3 False Split Warning
Auto-Select 2.73 TB
The question I have is, what does an OperationalStatus of Split means and is it resolvable in any way?
Thanks in advance.