-
Notifications
You must be signed in to change notification settings - Fork 898
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
Do not get stuck on destroy #19077
Do not get stuck on destroy #19077
Conversation
Checked commit yaacov@6db56dd with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 makes sense thanks @yaacov
LGTM (we paired on this). I guess the We tried to also test this with evm:start and actual workers, to see whether other issues from invalid EMS might block the deletion. The rest of the associated |
@yaacov |
https://bugzilla.redhat.com/show_bug.cgi?id=1733587 BZ target is 5.10.z |
Which means it should be |
IMHO It can be safely backported |
ACK safe to backport |
Thank you both 😄 |
Do not get stuck on destroy (cherry picked from commit 2375092) https://bugzilla.redhat.com/show_bug.cgi?id=1733587
Ivanchuk backport details:
|
Do not get stuck on destroy (cherry picked from commit 2375092) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1763857
Hammer backport details:
|
Can not destroy a none-valid EMS.
destroy!
callsdisable!
before destroying the object,disable
check for object validity, and do not let us destroy the object.When destroying the object, we do not care for object validity, we want to remove it from the DB even if it is not valid.
Example
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1733587