Uh oh!
There was an error while loading. Please reload this page.
Externalize KVM HA heartbeat frequency - #6892
Conversation
Kudos, SonarCloud Quality Gate passed! |
blueorangutan
commented
Dec 1, 2022
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 4727 |
DaanHoogland
commented
Dec 1, 2022
@blueorangutan test |
blueorangutan
commented
Dec 1, 2022
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Dec 1, 2022
Trillian Build Failed (tid-5332) |
blueorangutan
commented
Dec 2, 2022
Trillian Build Failed (tid-5342) |
blueorangutan
commented
Dec 2, 2022
Trillian Build Failed (tid-5375) |
DaanHoogland
commented
Dec 2, 2022
@stephankruggg in my test env I keep seeing this: can you explain that? |
stephankruggg
commented
Dec 2, 2022
Hi, @DaanHoogland, I have not observed this error during my tests. The changes do not seem to affect certificates in KVM, thus, could you send some of the logs? |
DaanHoogland
commented
Dec 5, 2022
management: I must admit that I do not directly relate this error to your code either, but other PRs are passing so I can not attribute it to the environment either. the kvm actually fails earlier than with the agent: |
blueorangutan
commented
Dec 14, 2022
Packaging result: ✖️ el7 ✔️ el8 ✖️ debian ✔️ suse15. SL-JID 4920 |
blueorangutan
commented
Dec 16, 2022
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 4995 |
DaanHoogland
commented
Dec 19, 2022
@blueorangutan test |
blueorangutan
commented
Dec 19, 2022
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Dec 19, 2022
Trillian Build Failed (tid-5553) |
blueorangutan
commented
Dec 19, 2022
Trillian Build Failed (tid-5564) |
blueorangutan
commented
Oct 31, 2023
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 7580 |
DaanHoogland
commented
Nov 1, 2023
@blueorangutan test alma9 kvm-alma9 |
blueorangutan
commented
Nov 1, 2023
@DaanHoogland a [SL] Trillian-Jenkins test job (alma9 mgmt + kvm-alma9) has been kicked to run smoke tests |
blueorangutan
commented
Nov 1, 2023
[SF] Trillian test result (tid-8190)
|
DaanHoogland
commented
Nov 2, 2023
@GaOrtiga@stephankruggg , is this ready for merge? |
GaOrtiga
commented
Nov 3, 2023
@DaanHoogland, Yes. |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
DaanHoogland
commented
Nov 6, 2023
ai, conflicts, Can you have a look @GaOrtiga (cc @stephankruggg ) |
Co-authored-by: dahn <daan.hoogland@gmail.com>
….java Co-authored-by: dahn <daan.hoogland@gmail.com>
46182fc to
5b68672CompareGaOrtiga
commented
Nov 14, 2023
Done |
DaanHoogland
commented
Nov 15, 2023
@blueorangutan package |
blueorangutan
commented
Nov 15, 2023
@DaanHoogland 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. |
blueorangutan
commented
Nov 15, 2023
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 7762 |
DaanHoogland
commented
Nov 15, 2023
@blueorangutan test |
blueorangutan
commented
Nov 15, 2023
@DaanHoogland a [SL] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Nov 16, 2023
[SF] Trillian test result (tid-8329)
|
Co-authored-by: Stephan Krug <stephan.krug@scclouds.com.br> Co-authored-by: GaOrtiga <49285692+GaOrtiga@users.noreply.github.com> Co-authored-by: dahn <daan.hoogland@gmail.com>








Description
Currently, the heartbeat frequency of the KVM HA is fixed at 60,000 milliseconds. This property was externalized as
kvm.heartbeat.update.frequencyinagent.properties.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
How Has This Been Tested?
I applied the changes in a local lab, changed the frequency, and checked if heartbeats were occurring at the frequency I specified.