Skip to content

Enable ability for force override disabling SF node#580

Merged
arudell merged 1 commit into
mainfrom
enable-ability-to-disable-node-if-sf-unhealthy
May 22, 2026
Merged

Enable ability for force override disabling SF node#580
arudell merged 1 commit into
mainfrom
enable-ability-to-disable-node-if-sf-unhealthy

Conversation

@arudell
Copy link
Copy Markdown
Member

@arudell arudell commented May 22, 2026

Description

This pull request adds a new -Force parameter to the Disable-SdnServiceFabricNode function, allowing users to override the health check restriction when disabling a Service Fabric node. If the cluster is not healthy, the operation can now proceed if -Force is specified.

Enhancement to node disabling command:

  • Added a Force switch parameter to Disable-SdnServiceFabricNode, enabling users to override restrictions that would otherwise prevent disabling a node if the Service Fabric cluster is unhealthy. [1] [2] [3]
  • Updated the logic to check for the Force parameter: if the cluster is unhealthy and -Force is not specified, the command will not proceed and will prompt the user to use -Force to override.

Change type

  • Bug fix (non-breaking change)
  • Code style update (formatting, local variables)
  • New Feature (non-breaking change that adds new functionality without impacting existing)
  • Breaking change (fix or feature that may cause functionality impact)
  • Other

Checklist:

  • My code follows the style and contribution guidelines of this project.
  • I have tested and validated my code changes.

@arudell arudell requested a review from a team as a code owner May 22, 2026 14:51
@arudell arudell merged commit 74638cd into main May 22, 2026
8 checks passed
@arudell arudell deleted the enable-ability-to-disable-node-if-sf-unhealthy branch May 22, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants