What does NTSTATUS 0x00E70003 (STATUS_SPACES_REDIRECT) mean?

 
Previous Next
STATUS_SPACES_COMPLETE STATUS_OBJECT_NAME_EXISTS

STATUS_SPACES_REDIRECT

This is a routing result, not a media-failure diagnosis

The provider has determined that the request must be handled by a different node or management endpoint. In clustered storage this can be a coordination or ownership decision; it does not by itself say that a disk has failed or that data is unavailable. Repeating the identical request at the same endpoint can therefore produce a loop rather than progress.

What to preserve and inspect

  • Preserve the request identity and operation context so that a redirected retry is not mistaken for a new layout-changing operation.
  • Confirm the current storage node, pool visibility, and the target selected by the management path.
  • Investigate persistent redirects as an ownership, connectivity, or provider-discovery problem; a single redirect is not a reason to reset disks or rebuild a virtual disk.

Microsoft: Storage Spaces overview

Microsoft: Get-StoragePool


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