What does NTSTATUS 0xC0130019 (STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL) mean?

 
Previous Next
STATUS_CLUSTER_NON_CSV_PATH STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS

STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL

The CSV is not locally available on this node

STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL is a node-local state. The CSV can be healthy and online for the cluster while this particular node has no local mount or usable path to it. It is therefore different from a missing volume, a missing cluster object, or a generic filesystem path error.

Collect the per-node CSV state before moving workload ownership or restarting services. A node that cannot reach the coordinator or storage can queue or redirect I/O; a node with no local CSV mount needs a different diagnosis.

What to verify

  • Get-ClusterSharedVolume on the affected node and the CSV state on every node.
  • The owner/coordinator node, ClusterStorage mount visibility, and relevant Event ID 5120 or 5142 entries.
  • Storage and cluster-network reachability from the affected node, not only from the coordinator.

References


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