What does NTSTATUS 0xC0130018 (STATUS_CLUSTER_NON_CSV_PATH) mean?

 
Previous Next
STATUS_CLUSTER_POISONED STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL

STATUS_CLUSTER_NON_CSV_PATH

The target path is outside the CSV namespace

STATUS_CLUSTER_NON_CSV_PATH means that the API or operation expects a Cluster Shared Volume, but the supplied path resolves to another filesystem or volume. A path under a familiar drive letter is not enough: the cluster must recognize the underlying volume as a CSV.

Do not treat this as a storage-connectivity failure. First resolve the exact volume behind the path, then compare it with the CSV inventory. Moving the request to an ordinary clustered disk, a local disk, or a share changes the semantics; it does not make that volume a CSV.

What to verify

  • Get-ClusterSharedVolume to list the CSVs and their friendly names.
  • The volume GUID, mount point, and actual path used by the failing caller.
  • Whether the operation documents CSV-only behavior rather than merely cluster-disk behavior.

References


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