Architectural Feasibility of Multi-Cluster Node Participation for S2D Resilience Migration

Terinat Skraktina 0 Reputation points
2026-04-27T03:26:10.96+00:00

Our enterprise is looking to optimize storage efficiency on our Windows Server 2019 hyper-converged infrastructure by transitioning from a three-way mirror to a dual-parity resilience model. To expand our available volume capacity without a complete teardown, we are evaluating a phased migration strategy where a fourth node is introduced while simultaneously carving out hardware from the active pool to seed a secondary cluster. Is it technically viable to have the same physical hosts concurrently participating in two distinct failover clusters, allowing us to live-migrate virtual workloads between the original mirrored storage and a newly initialized parity-based CSV formed from a mix of existing and spare 8TB disks? Thank you.

Windows for business | Windows Server | Storage high availability | Virtualization and Hyper-V
0 comments No comments

2 answers

Sort by: Most helpful
  1. Jason Nguyen Tran 24,530 Reputation points Independent Advisor
    2026-04-27T04:06:46.2266667+00:00

    Hi Terinat Skraktina,

    I want to be clear up front: Windows Server does not support a single physical host being a member of two distinct failover clusters at the same time. Each node can only belong to one cluster, and attempting to dual‑register hardware will cause instability and unsupported configurations.

    If your goal is to move from three‑way mirror to dual‑parity resilience, the supported path is to expand your existing cluster by adding the fourth node, then rebalance storage and gradually transition volumes to parity. Alternatively, you can build a separate cluster with spare hardware and migrate workloads between clusters using Hyper‑V Replica or backup/restore, but not by having the same node in both clusters concurrently.

    For live migration scenarios, the requirement is that all participating nodes belong to the same failover cluster. Mixing nodes across clusters or trying to share disks between clusters is not technically viable and will break quorum and CSV ownership.

    In short, while your phased migration idea is creative, the supported approach is either to scale out the existing cluster or to build a new one with separate hardware and migrate workloads using supported replication or backup tools. This ensures stability and keeps you within Microsoft’s support boundaries.

    I hope this helps clarify the architecture and gives you a safe path forward. If you find this answer helpful, please consider clicking Accept Answer so others can benefit too.

    Jason.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-04-27T03:26:25.79+00:00

    It is not technically viable for the same physical hosts to participate in two different Windows Server failover clusters at the same time in order to run one set of CSVs with three‑way mirror and another with dual parity and then live‑migrate VMs between them.

    Key points based on supported architectures and resiliency behavior:

    1. Failover clustering node membership
      • A Windows Server node is a member of exactly one failover cluster at a time in supported configurations. The storage architectures described for Storage Spaces Direct (S2D) and CSVs (hyperconverged, disaggregated, mixed) all assume a single cluster identity per node, not concurrent membership in multiple clusters.
      • Shared access to a Storage Spaces pool across multiple nodes is provided by a single cluster (Clustered Storage Spaces / S2D), not by having the same hosts join multiple clusters.
    2. S2D resiliency transition path
      • With three servers, three‑way mirror is the recommended resiliency type for S2D volumes because it provides higher fault tolerance and performance.
      • When a fourth server is added, dual parity (erasure coding) becomes available and can be used for new volumes. The documented and supported path is:
        • Add the fourth server to the existing S2D cluster.
        • Create new dual‑parity or mirror‑accelerated parity volumes in the same storage pool/cluster.
        • Migrate data/VMs from three‑way mirror volumes to the new parity‑based volumes.
      • This approach aligns with the guidance that “from 3 to 4 servers” unlocks dual parity in the same cluster rather than by forming a second cluster from overlapping hardware.
    3. Mirror vs dual parity and mixed resiliency
      • With four or more servers, each volume in the same S2D cluster can independently use:
        • Three‑way mirror
        • Dual parity
        • Mirror‑accelerated parity (mixed mirror + parity)
      • Mirror‑accelerated parity is explicitly designed to combine mirror performance with parity capacity efficiency within a single volume, not by splitting hosts across multiple clusters.
    4. Storage pool and CSV scope
      • An S2D storage pool and its CSVs are cluster‑scoped. The pool identity and its on‑disk metadata are owned and coordinated by one cluster. Using the same physical disks in two different clusters concurrently would conflict with this model and is not supported.
    5. Practical migration pattern (supported)
      • Add the fourth node into the existing S2D cluster.
      • In that same cluster and pool, create new CSVs using dual parity or mirror‑accelerated parity for capacity‑oriented workloads while keeping three‑way mirror CSVs for performance‑sensitive workloads.
      • Use standard Hyper‑V/cluster live migration to move VMs between CSVs inside the same cluster.
      • Optionally, after data is migrated and validated, repurpose or remove older volumes.

    This achieves the goal of transitioning from three‑way mirror to more capacity‑efficient resiliency types without a full teardown, but it does so within a single cluster and storage pool, not by having hosts participate in two clusters simultaneously.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.