What does NTSTATUS 0xC0E70013 (STATUS_SPACES_UPDATE_COLUMN_STATE) mean?

 
Previous Next
STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID STATUS_SPACES_MAP_REQUIRED

STATUS_SPACES_UPDATE_COLUMN_STATE

A column-state transition is provider-owned metadata work

A column represents a physical-disk position in the virtual disk's stripe layout. This status indicates that the provider needs to update a column's state. It is not an instruction to change NumberOfColumns manually, and it does not by itself identify a filesystem problem inside the virtual disk.

Safe response

  • Inspect the virtual disk, its backing physical disks, and active storage jobs for a pending repair, rebalance, or state transition.
  • Allow the provider to perform the required maintenance rather than attempting to rewrite layout metadata through unrelated disk tools.
  • Capture the full operation context if the state update repeats; the associated disk or pool status identifies whether the root condition is health, connectivity, or capacity.

Microsoft: CreateVirtualDisk columns

Microsoft: Repair-VirtualDisk

Microsoft: Get-StorageJob


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