What does NTSTATUS 0xC0130025 (STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS) mean?

 
Previous Next
STATUS_CLUSTER_CSV_VOLUME_DRAINING STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL

STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS

CSV snapshot creation has not reached a stable state

STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS protects a transitional state while a snapshot workflow is being created. A request that changes or depends on the same CSV can be rejected until CSVFS, VSS, and the cluster resource agree on the snapshot state.

Do not assume a stale snapshot solely from this status. Identify the backup or snapshot request, its owner, and its timeline. Cancelling or rerunning jobs without that correlation can produce overlapping operations and destroy the evidence needed to identify the original blocker.

What to verify

  • Current backup/VSS jobs and the CSV resource state.
  • Cluster and application logs around the snapshot start time.
  • Whether the failed request can be retried safely after the snapshot workflow completes or fails definitively.

References


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