Open dcuomo opened 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.
@Pniland79 Nobody has taken on this issue yet, this issue is still open for someone to run with it. :)
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.