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

core: Remove support for machine disruption budgets #11450

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

travisn
Copy link
Member

@travisn travisn commented Dec 16, 2022

Description of your changes:
The machine disruption budgets for handling openshift machines and machinesets are now removed since they have been unused and unmaintained since implemented. This feature is expected to be handled with the more common Pod Disruption Budgets. See the original design doc from the feature here:
https://github.com/rook/rook/blob/master/design/ceph/ceph-openshift-fencing-mitigation.md

An alternate approach to this feature is for the cluster admin to set up their machine sets so they match the zone topology.

This unused code is also causing the update to the latest go modules to currently fail in #11421.

The settings remain in the CRD with a simple deprecation comment for backward compatibility. Since the default settings were included in the cluster.yaml, even though the default was to disable the feature, it will cause upgrade issues if the settings are specified at all.

Checklist:

  • Commit Message Formatting: Commit titles and messages follow guidelines in the developer guide).
  • Skip Tests for Docs: If this is only a documentation change, add the label skip-ci on the PR.
  • Reviewed the developer guide on Submitting a Pull Request
  • Pending release notes updated with breaking and/or notable changes for the next minor release.
  • Documentation has been updated, if necessary.
  • Unit tests have been added, if necessary.
  • Integration tests have been added, if necessary.

The machine disruption budgets for handling openshift
machines and machinesets are now removed since they
have been unused and unmaintained since implemented.
This feature is expected to be handled with the more
common Pod Disruption Budgets. A workaround is for the
cluster admin to set up their machine sets so they
match the zone topology. See the original design
doc from the feature here:
https://github.com/rook/rook/blob/master/design/ceph/ceph-openshift-fencing-mitigation.md

Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
@BlaineEXE
Copy link
Member

🥳

@travisn travisn merged commit f908bcd into rook:master Dec 16, 2022
@travisn travisn deleted the remove-machine-budgets branch December 16, 2022 21:57
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.

None yet

2 participants