Skip to content

Commit 3b3b064

Browse files
Copilotrobinharwood
andcommitted
Add explicit guidance for CSV file system formats (NTFS for SAN, ReFS for S2D)
Co-authored-by: robinharwood <19212983+robinharwood@users.noreply.github.com>
1 parent 696ae1c commit 3b3b064

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

WindowsServerDocs/failover-clustering/clustering-requirements.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,13 @@ Some clusters have a disk that functions as the *disk witness*, which is a disk
6464
You should also consider these additional storage requirements:
6565

6666
- When you use native disk support included in failover clustering, you should only use basic disks, not dynamic disks.
67-
- We recommend you format disk partitions with New Technology File System (NTFS). If you use Cluster Shared Volumes (CSV), you must format the partitions for each CSV with NTFS.
67+
- We recommend you format disk partitions with New Technology File System (NTFS). If you use Cluster Shared Volumes (CSV), you must format the partitions for each CSV with NTFS or Resilient File System (ReFS) based on the following guidelines:
68+
69+
- **SAN volumes**: Format with NTFS before adding to CSV. NTFS enables Direct I/O mode for better performance.
70+
- **Storage Spaces Direct (S2D) volumes**: Format with ReFS before adding to CSV. ReFS provides data integrity features and optimizations for Storage Spaces Direct.
6871

6972
>[!NOTE]
70-
>If you have a disk witness for your quorum configuration, you can format the disk with either NTFS or Resilient File System (ReFS).
73+
>If you have a disk witness for your quorum configuration, you can format the disk with either NTFS or ReFS.
7174
7275
- For the partition style of the disk, you can use either a Master Boot Record (MBR) or a GUID Partition Table (GPT).
7376

WindowsServerDocs/failover-clustering/failover-cluster-csvs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ Before using a CSV in a failover cluster, review the network, storage, and other
5151

5252
In Windows Server 2012, a disk or storage space for a CSV must be a basic disk that is partitioned with NTFS. In Windows Server 2012 R2, a disk or storage space for a CSV must be a basic disk that is partitioned with NTFS or ReFS. In Windows Server 2016 and later, and Azure Local, a disk or storage space for a CSV must be either a basic disk or GUID Partition Table (GPT) disk that is partitioned with NTFS or ReFS. A best practice is to also review the guidelines that are provided by your storage vendor.
5353

54+
For optimal performance and functionality, use the following file system guidelines when formatting disks before adding them to CSV:
55+
56+
- **SAN volumes**: Format with NTFS before adding to CSV. NTFS enables Direct I/O mode for SAN-attached storage, which provides better performance. CSVs formatted with ReFS on SANs operate in redirected I/O mode.
57+
- **Storage Spaces Direct (S2D) volumes**: Format with ReFS before adding to CSV. ReFS provides data integrity features, block cloning, and optimizations specifically designed for Storage Spaces Direct workloads.
58+
5459
- In Windows Server 2012, you can't use a disk as a CSV formatted as FAT, FAT32, or ReFS.
5560

5661
- In Windows Server 2012 R2 and later, you can't use a disk as a CSV formatted as FAT or FAT32.

WindowsServerDocs/failover-clustering/failover-cluster-manage-cluster-shared-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To manage CSVs, ensure the following prerequisites are met:
2121

2222
- Your cluster configuration must have at least two nodes configured in a failover cluster. All nodes must be joined to the same Active Directory (AD) domain.
2323

24-
- At least one shared disk (LUN) must be accessible by all cluster nodes and configured as a cluster disk using NTFS or ReFS. If you're using iSCSI or Fibre Channel for shared storage, ensure that multipath I/O (MPIO) is properly configured to provide redundancy and optimal performance.
24+
- At least one shared disk (LUN) must be accessible by all cluster nodes and configured as a cluster disk using NTFS or ReFS. Format SAN volumes with NTFS and Storage Spaces Direct (S2D) volumes with ReFS for optimal performance. If you're using iSCSI or Fibre Channel for shared storage, ensure that multipath I/O (MPIO) is properly configured to provide redundancy and optimal performance.
2525

2626
- At least two network interfaces per node are recommended, one for cluster communication and one for client access. Ensure that the network settings allow for proper communication between nodes, including correct IP addresses and subnet configurations. Make sure firewalls are configured to permit necessary cluster traffic.
2727

WindowsServerDocs/storage/refs/refs-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Contact application and storage array vendors for support details on Fiber Chann
142142
| Page file support |||
143143

144144
1. Available on Windows Server, version 1709 and later, Windows Server 2019 (1809) LTSC or later.
145-
2. CSV won't use Direct I/O with Storage Spaces, Storage Spaces Direct (S2D), or SAN.
145+
2. ReFS-formatted CSVs won't use Direct I/O with Storage Spaces, Storage Spaces Direct (S2D), or SAN. For SAN storage, format CSVs with NTFS to use Direct I/O.
146146
3. Available on Windows Server 2025 only.
147147
4. Storage Spaces only.
148148

0 commit comments

Comments
 (0)