production Windows Server 2025 Failover Cluster.

Suhaib Mohammad 0 Reputation points
2026-08-16T09:54:53.9366667+00:00

Why is Windows Server 2025 classifying CVDLP as an incompatible filesystem filter for this CSV, and is this expected behavior or a Windows Server 2025 compatibility issue?

More Info:

environment is:

Windows Server 2025

Hyper-V Failover Cluster

CSVFS / NTFS

Shared SAN storage

CSV Volume1

Both nodes affected

FileSystemRedirectedIOReason = IncompatibleFileSystemFilter

CVDLP attached to the CSV

I would send them this exact evidence:

OS: Windows Server 2025

Cluster: Hyper-V Failover Cluster

CSV: Data / Volume1

Filesystem: NTFS

Commvault: 11.40.0

Get-ClusterSharedVolumeState:

BlockRedirectedIOReason : NotBlockRedirected

FileSystemRedirectedIOReason : IncompatibleFileSystemFilter

StateInfo : FileSystemRedirected

Affected nodes:

NODE1

NODE2

And:

fltmc instances

C:\ClusterStorage\Volume1

145180 CVDLP.Encryption

85610 CVDLP.Shredding

This is particularly useful because Microsoft defines IncompatibleFileSystemFilter as a reason for CSV redirected mode.

Windows for business | Windows Server | Storage high availability | Clustering and high availability
0 comments No comments

1 answer

Sort by: Newest
  1. Harry Phan 30,640 Reputation points Independent Advisor
    2026-08-16T12:31:41.2366667+00:00

    Hello,

    What you are seeing is expected behavior in Windows Server 2025. The FileSystemRedirectedIOReason = IncompatibleFileSystemFilter flag is triggered because the Commvault CVDLP filter driver is not classified as CSVFS-compatible. Cluster Shared Volumes (CSV) operate in a highly constrained environment where only certain file system filters are supported. When an incompatible filter is attached, CSVFS forces the volume into redirected I/O mode to maintain consistency and prevent corruption.

    Microsoft’s definition of IncompatibleFileSystemFilter is exactly this: any minifilter driver that does not meet CSVFS compatibility requirements will cause the cluster to redirect I/O through the coordinator node. In your case, fltmc shows CVDLP.Encryption and CVDLP.Shredding attached to the CSV, which are not recognized as CSV-aware filters. This is why both nodes report the same redirected state.

    This is not a bug in Windows Server 2025 itself, but rather a compatibility gap between Commvault’s CVDLP driver set and CSVFS. Unless Commvault releases updated filter drivers certified for CSVFS on Server 2025, the cluster will continue to classify them as incompatible. The correct path forward is to confirm with Commvault support whether version 11.40.0 of their agent has CSVFS certification for Windows Server 2025. If not, you will need to either upgrade to a supported build or remove the filter from the CSV path to restore direct I/O.

    To summarize: Windows Server 2025 is behaving as designed. The redirected mode is expected when non-CSV-aware filters are present. This is a compatibility issue with Commvault’s filter driver, not a defect in Server 2025.

    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!

    HP.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.