Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster: Logic to remove a failover cluster does not exist #244

Open
powertim opened this issue Jun 23, 2020 · 1 comment
Open

Cluster: Logic to remove a failover cluster does not exist #244

powertim opened this issue Jun 23, 2020 · 1 comment
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.

Comments

@powertim
Copy link

powertim commented Jun 23, 2020

Details of the scenario you tried and the problem that is occurring

This resource should be able to add or remove a failover cluster. Currently it only supports changing the name, role and the metric for an already present cluster.

The schema should add at least an Ensure parameter to be able to add and remove a cluster.

Verbose logs showing the problem

N/A

Suggested solution to the issue

 xCluster RemoveCluster
        {
            Name                          = 'Cluster01'
            Ensure                        = 'Absent'
            DomainAdministratorCredential = $ActiveDirectoryAdministratorCredential
            DependsOn                     = '[WindowsFeature]AddRemoteServerAdministrationToolsClusteringCmdInterfaceFeature'
        }

The DSC configuration that is used to reproduce the issue (as detailed as possible)

N/A

The operating system the target node is running

N/A

Version and build of PowerShell the target node is running

N/A

Version of the DSC module that was used

1.14.1

@johlju
Copy link
Member

johlju commented Jun 26, 2020

Would be a great addition. Happy to see a PR for this.

@johlju johlju added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. labels Jun 26, 2020
@johlju johlju changed the title xCluster: Logic to remove a failover cluster does not exist Cluster: Logic to remove a failover cluster does not exist Jun 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.
Projects
None yet
Development

No branches or pull requests

2 participants