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

supervisor: Do not nuke nodes after jobs finish #1913

Merged
merged 1 commit into from Jan 29, 2024
Merged

supervisor: Do not nuke nodes after jobs finish #1913

merged 1 commit into from Jan 29, 2024

Conversation

zmc
Copy link
Member

@zmc zmc commented Jan 26, 2024

This was causing a bad race condition, where we could unlock a node, then unlock it again via the nuke process after a different job had locked it.

Fixes: https://tracker.ceph.com/issues/64193

This was causing a bad race condition, where we could unlock a node, then unlock
it again via the nuke process after a different job had locked it.

Fixes: https://tracker.ceph.com/issues/64193

Signed-off-by: Zack Cerza <zack@redhat.com>
@zmc zmc requested a review from ljflores January 26, 2024 21:05
Copy link
Contributor

@ljflores ljflores left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix!

@zmc zmc merged commit 6128cc3 into main Jan 29, 2024
8 checks passed
@zmc zmc deleted the wip-64193 branch January 29, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants