dsccommunity / FailoverClusterDsc

This module contains DSC resources for deployment and configuration of Windows Server Failover Cluster.
MIT License
60 stars 54 forks source link

Support for Multi-site clusters #33

Open dcuomo opened 7 years ago

dcuomo commented 7 years ago

Request support for multi-site clusters. I don’t think it’s possible to create a multi-site cluster with the existing resources. The IP Address property was implemented as a single string and not a collection, and there is no option to add nodes with the resource as-is. In order to run the New-Cluster command and do this you’d have to give a hostname that has access to each of the subnets you list in the IP param.

e.g. New-Cluster -Name clustername -Node hosta, hostb -StaticIPAddress subneta, subnetb.

Pniland79 commented 7 years ago

Has anyone found a fix or workaround for this? It does not seem to be there in version 1.7.0.0 of the xFailOverCluster module.

johlju commented 7 years ago

@Pniland79 Nobody has taken on this issue yet, this issue is still open for someone to run with it. :)