FailoverClusterDsc icon indicating copy to clipboard operation
FailoverClusterDsc copied to clipboard

This module contains DSC resources for deployment and configuration of Windows Server Failover Cluster.

Results 56 FailoverClusterDsc issues
Sort by recently updated
recently updated
newest added

#### 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 -...

abandoned
waiting for code fix

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...

enhancement
help wanted

**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...

enhancement
help wanted

#### 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...

abandoned
waiting for code fix

### 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...

enhancement
help wanted

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...

enhancement
help wanted
breaking change

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...

enhancement
help wanted

**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...

enhancement
help wanted

**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`...

enhancement
help wanted

**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...

help wanted
tests