Site icon EfmSoft

What does NTSTATUS 0xC0130022 (STATUS_CLUSTER_CSV_REDIRECTED) mean?

 
Previous Next
STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR STATUS_CLUSTER_CSV_NOT_REDIRECTED

STATUS_CLUSTER_CSV_REDIRECTED

The operation cannot run while CSV block I/O is redirected

STATUS_CLUSTER_CSV_REDIRECTED does not say that redirected I/O is inherently broken. It says this particular operation requires direct block access, while CSVFS currently routes I/O through the coordinator node. Redirected mode is a resilience path when a node cannot communicate directly with storage.

Measure the state per node before changing ownership. The relevant evidence is the redirection reason, coordinator, storage path, and SMB/cluster-network health. Forcing a mode change only to make one API return success can hide the original storage or network fault.

What to verify

References


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

Exit mobile version