What does HRESULT 0x80E70007 (ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID) mean?

 
Previous Next
ERROR_SPACES_DRIVE_REDUNDANCY_INVALID ERROR_SPACES_PARITY_LAYOUT_INVALID

ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID

Data copies describe complete copies, principally for mirror layouts

ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID means NumberOfDataCopies cannot be applied to the chosen resiliency setting, pool, or topology. It normally expresses how many complete copies of user data a mirrored virtual disk should maintain; it is not a parity-fragment count.

A three-copy mirror requires placement resources beyond simply three visible drives. Copies must be distributed according to the active fault-domain policy, and explicit copy counts can conflict with a resiliency setting or other overrides.

Checks for a valid mirror request

  • Confirm that the selected resiliency setting supports a data-copy parameter.
  • Compare the requested count with provider-reported minimum and maximum values.
  • Verify enough eligible disks and fault domains exist for every copy.
  • Remove a simultaneous PhysicalDiskRedundancy override if it expresses a conflicting layout.
  • Check tier definitions when the virtual disk spans multiple media types.
  • Do not use data-copy count to request single or dual parity.

References


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