What does NTSTATUS 0xC0E70012 (STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID) mean?

 
Previous Next
STATUS_SPACES_NUMBER_OF_GROUPS_INVALID STATUS_SPACES_UPDATE_COLUMN_STATE

STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID

Operational state is more specific than a simple healthy/unhealthy label

Storage Spaces can see a physical disk but still reject it for an operation because its current operational state is unsuitable. That can be different from a permanent media failure: the disk may be retired, in service, offline, reconnecting, or otherwise unavailable for the requested allocation or repair step.

Investigate the member, not only the virtual disk

  • Inspect both OperationalStatus and HealthStatus for the physical disk and the pool.
  • Check the disk's usage and whether it is selected for a current virtual disk before changing its state.
  • Do not reset a disk solely to clear this message: Reset-PhysicalDisk is destructive in normal Storage Spaces use and should follow an evidence-based recovery plan.

Microsoft: Get-PhysicalDisk

Microsoft: Reset-PhysicalDisk


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