-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[KVM] Add watchdog model none to disable use of watchdogs on KVM agent #10203
Conversation
@blueorangutan package |
@nvazquez a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #10203 +/- ##
=========================================
Coverage 16.13% 16.14%
- Complexity 12972 12973 +1
=========================================
Files 5639 5639
Lines 494297 494299 +2
Branches 59908 59909 +1
=========================================
+ Hits 79773 79789 +16
+ Misses 405698 405684 -14
Partials 8826 8826
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12111 |
02e8c8b
to
4a705f1
Compare
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
@blueorangutan package |
@nvazquez a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Packaging result [SF]: ✖️ el8 ✖️ el9 ✖️ debian ✖️ suse15. SL-JID 12118 |
@blueorangutan package |
@nvazquez a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12119 |
6028284
to
b6c7ab7
Compare
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
b6c7ab7
to
b31dc96
Compare
1b43424
to
d3eace2
Compare
@blueorangutan package |
@nvazquez a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
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 based on hands-on testing
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12154 |
@blueorangutan test |
@nvazquez a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
[SF] Trillian test result (tid-12161)
|
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.
code lgtm
minor advise: can you update agent.properties as well ?
cloudstack/agent/conf/agent.properties
Lines 287 to 289 in 81e052c
# The model of Watchdog timer to present to the Guest. | |
# For all models refer to the libvirt documentation. | |
#vm.watchdog.model=i6300esb |
Thanks @weizhouapache, added it now |
Description
This PR allows the value
none
for the propertyvm.watchdog.model
on the agent.properties file. When value is set tonone
then no watchdogs are created for the VM deploymentsFor EL9 hosts on ARM64: VM deployments fail with error:
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?