-
Notifications
You must be signed in to change notification settings - Fork 5.5k
libvirt events engine: constant fixes #57747
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
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
garethgreenaway
previously approved these changes
Jun 26, 2020
@garethgreenaway any merge time frame for that PR not that code freeze ended? |
@cbosdo We're working through some failing tests before starting to merge PRs, hopefully this week. |
Updated on latest master |
The libvirt constants for pool and nodedev events need tweaking since they don't match the rule used to autogenerate them. Fixes these warnings at the engine start. Skipping "pool/lifecycle" events: libvirt too old Skipping "pool/refresh" events: libvirt too old Skipping "nodedev/lifecycle" events: libvirt too old Skipping "nodedev/update" events: libvirt too old
860951c
to
732f0a6
Compare
Rebased on master and updated the six and py2 code. |
@dwoz could you merge this PR? it's a rather simple fix + the py2/six automated code cleanup. |
Akm0d
approved these changes
Jul 31, 2020
s0undt3ch
approved these changes
Jul 31, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
broken, incorrect, or confusing behavior
has-failing-test
Magnesium
Mg release after Na prior to Al
severity-high
2nd top severity, seen by most users, causes major problems
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
The libvirt constants for pool and nodedev events need tweaking since
they don't match the rule used to autogenerate them.
What issues does this PR fix or reference?
Fixes: #57746
Previous Behavior
Storage pool and node device events were not reported as Salt events
New Behavior
Storage pool and node device events are reported as Salt events
Merge requirements satisfied?
Commits signed with GPG?
Yes