What does NTSTATUS 0xC0E70018 (STATUS_SPACES_INCONSISTENCY) mean?

 
Previous Next
STATUS_SPACES_DRT_FULL STATUS_SPACES_LOG_NOT_READY

STATUS_SPACES_INCONSISTENCY

An inconsistency is not specific enough for a blind repair

This status means the provider detected a condition that does not agree across the Storage Spaces state it was evaluating. It can involve pool, virtual-disk, allocation, or member information. The status does not identify a safe corrective action by itself, so treating it as a generic "run repair" instruction risks masking the evidence needed to locate the inconsistent object.

Collect a coherent snapshot

  • Capture pool, virtual-disk, and physical-disk operational state together, preferably before failover, reset, or disk removal changes the picture.
  • Check whether a storage job is active or stalled and whether a member is split, disconnected, retired, or unhealthy.
  • Escalate repeating inconsistencies with the exact operation and provider details; remediation depends on which object is inconsistent.

Microsoft: Get-StoragePool

Microsoft: Get-PhysicalDisk

Microsoft: Get-StorageJob


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