-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add log to inform skipped(non-empty) hypervisors #351
Add log to inform skipped(non-empty) hypervisors #351
Conversation
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.
Just a reminder to link this PR to the issue it is addressing (ref)
e368b61
to
ce8ba5a
Compare
ce8ba5a
to
a9db93f
Compare
# This is the 1st commit message: Add log for non-empty hypervisor # This is the commit message canonical#2: Add log for non-empty hypervisor # This is the commit message canonical#3: Add log for non-empty hypervisor
Rebase onto main Rebase onto main move to separate directory Add log for skipped(non-empty) hypervisors with unit test BSENG-2235 Refactor code formatting for lint check BSENG-2235 Refactor code formatting for lint check BSENG-2235 Refactor log to use lazy % formatting BSENG-2235 Refactor string format BSENG-2235 Reformat import BSENG-2235 change logs to display unit names instead of machine names BSENG-2235 reformat code
a9db93f
to
87b03b6
Compare
reformat code Support OVN apps that don't have "enable-versiong-pinning" config (canonical#359) - Not all ovn apps has this configuration and the current implementation it's not permesive on this. Closes: canonical#348 reformat code reformat code reformat code reformat code reformat code reformat code reformat code reformat code
a1d7fba
to
3a726c5
Compare
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.
LGTM, thanks
Co-authored-by: TQ X <[email protected]>
Co-authored-by: TQ X <[email protected]>
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.
LGTM. Thanks
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.
LGTM, with one non-blocking suggestion
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.
+1 from me. Thanks :)
This PR depends on #334. Please consider only the latest commit for review until the dependent PR is merged.
Add log to inform user about skipped hypervisors(those having VMs running) at plan stage.
fixes: #326