What does NTSTATUS 0xC0130030 (STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR) mean?

 
Previous Next
STATUS_CLUSTER_CSV_INVALID_HANDLE STATUS_CLUSTER_CAM_TICKET_REPLAY_DETECTED

STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR

The operation must run on the current CSV coordinator node

STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR identifies an operation that CSVFS permits only on the node currently coordinating the volume. Multiple nodes can access a CSV, but the coordinator owns the physical disk resource and orchestrates certain metadata and control operations.

Do not equate the coordinator with the node hosting a VM or another clustered role. Determine the volume owner first, then run the supported control operation in that coordinator context or use the documented cluster interface that performs the routing.

What to verify

  • The current CSV coordinator/owner for the specific volume.
  • Whether the caller is executing locally on a non-coordinator node.
  • Whether moving CSV ownership is justified by the operation rather than by an unrelated workload location.

References


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