dsccommunity / FailoverClusterDsc

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

Cluster: Remove cluster node removal code and update messaging #271

Closed nickgw closed 2 years ago

nickgw commented 2 years ago

Pull Request (PR) description

This is just one option to resolve #257 .

Remove code that removes a cluster node that is in the Down state from the cluster.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 2 years ago

Codecov Report

Merging #271 (f1f303b) into main (9908405) will decrease coverage by 0%. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff         @@
##           main   #271   +/-   ##
===================================
- Coverage   100%    99%   -1%     
===================================
  Files         7      7           
  Lines       458    457    -1     
===================================
- Hits        458    454    -4     
- Misses        0      3    +3     
Impacted Files Coverage Δ
source/DSCResources/DSC_Cluster/DSC_Cluster.psm1 97% <0%> (-3%) :arrow_down:
johlju commented 2 years ago

Closing this as I think this will be resolved in PR #272 instead. @nickgw reopen if it was wrong of me to close this.