Hello, I am Henry and I want to share my insight about this issue.
Based on the steps you’ve shared and the latest update, I recommend using Storage Replica. This feature is designed to support scenarios like yours.
Instead of both servers connecting to a single shared disk, each server connects to its own dedicated disk. Storage Replica then performs real-time, block-level replication between the two disks over the network (the "stretch" link). The Failover Cluster manages this replicated volume as a single resource.
- Site A: HPE Server 1 connects to a LUN on Synology 1.
- Site B: HPE Server 2 connects to a LUN on Synology 2.
- Windows Server: You install the Storage Replica feature and configure it to replicate the volume from Site A to Site B.
- Failover Cluster: You create the cluster. Instead of adding a "disk" in the traditional sense, the cluster manages the replicated volume. If Site A fails, the cluster automatically reverses the replication direction and brings the storage online in Site B using its local, up-to-date copy.
I've included an analysis table that maps your concerns to how Storage Replica addresses them.
Concern | Storage Replica |
---|---|
SCSI-3 PR | No SCSI-3 as it completely bypasses the need for shared storage and persistent reservations. |
Your current hardware | It's a fit for your 2-server, 2-storage appliance topology. |
Microsoft Supported | This is the official, recommended way to build a stretch cluster without a high-end SAN that supports stretch configurations. |
Quorum | Your plan to use a File Share Witness (ideally in a third location, like Azure or another office) is the correct way to maintain quorum in a two-node cluster. |
Action Plan:
- Configure each HPE server to connect to its local Synology via iSCSI. Create a dedicated LUN on each.
- Install Windows Server 2022 and the Failover Clustering & Storage Replica features on both servers.
- Create your cluster and configure the File Share Witness.
- Use PowerShell or Windows Admin Center to configure Storage Replica between the two volumes.
- Create your File Server role on top of the replicated storage.
I hope this information and these keywords help point you in the right direction for your research.