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

osd: Prevent osd reconcile when device set names duplicated (backport #14002) #14065

Merged
merged 1 commit into from Apr 12, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Apr 12, 2024

If device set names are duplicated, the OSDs will be very confused when multiple OSDs attempt to be configured with the same device set names. Updating the device set names does not help get out of the error situation since the OSDs will also be confused about which device set they belong to. The reconcile must fail completely if the device set names are duplicated to avoid this error scenario.

Checklist:

  • Commit Message Formatting: Commit titles and messages follow guidelines in the developer guide.
  • 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.

This is an automatic backport of pull request #14002 done by [Mergify](https://mergify.com).

If device set names are duplicated, the OSDs will be very confused
when multiple OSDs attempt to be configured with the same
device set names. Updating the device set names does not help
get out of the error situation since the OSDs will also be
confused about which device set they belong to. The reconcile
must fail completely if the device set names are duplicated
to avoid this error scenario.

Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
(cherry picked from commit 7f68d8b)
@mergify mergify bot merged commit bbbea59 into release-1.13 Apr 12, 2024
52 checks passed
@mergify mergify bot deleted the mergify/bp/release-1.13/pr-14002 branch April 12, 2024 13:58
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

1 participant