FailoverClusterDsc
FailoverClusterDsc copied to clipboard
This module contains DSC resources for deployment and configuration of Windows Server Failover Cluster.
#### Pull Request (PR) description This PR is created for adopting Azure Government cloud where the resource endpoint is required. #### This Pull Request (PR) fixes the following issues -...
When adding another node to the Cluster, the Set-TargetResource function uses "Add-ClusterNode $env:COMPUTERNAME -Cluster $Name" on line 129. This fails with the error message: Add-ClusterNode : Check the spelling of...
**Details of the scenario you tried and the problem that is occurring:** Even if the nodes must be joined in the active directory domain, xCluster should support the dns-only administrative...
#### Pull Request (PR) description Adds support for distinguished cluster name so one can place the cluster node in specific OU #### This Pull Request (PR) fixes the following issues...
### Problem description ClusterQuorum resource with type `NodeAndCloudMajority` doesn't work with Azure Gov Cloud due to the default endpoint is for Azure Commercial Cloud. Root cause: Lack of `Endpoint` parameter...
The resource xClusterDisk should change to use the same logic as xDisk and xWaitForDisk over at xStorage. See issue https://github.com/PowerShell/xStorage/issues/81 and the change will be merged in https://github.com/PowerShell/xStorage/pull/87. **PR description...
When setting preferred owner on a cluster group or a cluster resource it moves the cluster group to the first node. In a production environment this could be a bad...
**Details of the scenario you tried and the problem that is occurring:** I think the logic should be improved in Set-TargetResource so it evaluates if the node exists in the...
**Details of the scenario you tried and the problem that is occurring:** The function Get-TargetResource throws an error if the cluster cannot be found. That would mean that calling `Get-DscConfiguration`...
**Details of the scenario you tried and the problem that is occurring:** When assigning a value to parameter `DomainAdministratorCredential` those credential are suppose to be used, I thought, to create...