Hello,
CSV volumes switching into Block Redirected Mode is always a sign that something in the I/O path is interfering with direct disk access. In most cases this is triggered by a storage filter driver or antivirus driver update. To identify which driver is responsible, you need to look at the filter stack attached to the CSV volume and correlate it with the timing of the redirection.
On the affected cluster nodes, run fltmc filters to list all active filter drivers. Pay close attention to any non‑Microsoft filters that were recently updated, such as storage multipath drivers, antivirus, backup agents, or deduplication filters. You can also run fltmc instances to see which filters are attached to the CSV volume specifically. If you see a third‑party driver bound to the volume, that is the most likely cause of the forced redirection.
In addition, check the System event log for CSVFS events (source: Microsoft-Windows-FailoverClustering, event IDs 5120 and 5142). These events will explicitly state when the volume switched to redirected mode and often include the driver or condition that triggered it. If you want deeper tracing, enable cluster debug logging with cluster log /gen and review the CSV sections for redirection triggers.
Once you confirm the driver, the remediation is either to roll back the update, apply the vendor’s hotfix, or adjust the driver’s configuration so it does not intercept CSV I/O. Microsoft’s guidance is clear: any filter driver that forces CSV into redirected mode will degrade performance, so the long‑term fix is to use only drivers certified for Failover Clustering and S2D.
I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!
Domic Vo.