Site icon EfmSoft

What does NTSTATUS 0xC0130024 (STATUS_CLUSTER_CSV_VOLUME_DRAINING) mean?

 
Previous Next
STATUS_CLUSTER_CSV_NOT_REDIRECTED STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS

STATUS_CLUSTER_CSV_VOLUME_DRAINING

The CSV is intentionally transitioning away from normal I/O service

STATUS_CLUSTER_CSV_VOLUME_DRAINING is a Cluster Shared Volumes filesystem state result. CSVFS is draining the volume as ownership, maintenance, removal, shutdown, or another cluster transition moves outstanding work out of the current path. It is not evidence that NTFS/ReFS data is corrupt.

What to correlate

  • Record the CSV name, current coordinator/owner node, cluster operation, node state, and the timestamp of the rejected I/O.
  • Inspect Failover Clustering and CSV events for drain, pause, move, maintenance, or storage-path transitions at the same time.
  • Determine whether the caller can wait for the cluster transition or whether it incorrectly assumes the volume remains continuously writable during drain.

Recovery boundary

Let the cluster complete or reverse the intended state transition through supported cluster management. Repeated filesystem retries during an active drain can add noise without making the CSV ready sooner.

References


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

Exit mobile version