Site icon EfmSoft

What does NTSTATUS 0xC0E7000C (STATUS_SPACES_EXTENDED_ERROR) mean?

 
Previous Next
STATUS_SPACES_NOT_ENOUGH_DRIVES STATUS_SPACES_PROVISIONING_TYPE_INVALID

STATUS_SPACES_EXTENDED_ERROR

The status is a signpost, not the diagnosis

This result means the storage provider has more specific error information associated with the failed request. It should not be reduced to a generic retry. The useful detail is normally the accompanying PowerShell error record, provider message, event, or job state that identifies the object and constraint that caused the operation to fail.

Capture before changing the pool

Get-StoragePool -IsPrimordial $false
Get-VirtualDisk
Get-PhysicalDisk
Get-StorageJob

Microsoft: Get-StoragePool

Microsoft: Get-StorageJob


Looking for a different code? Search another status or error code.

Exit mobile version