Replies: 1 comment
|
Thanks for the report. This does not looks like a bug, ideally should be a discussions thread. A few things to separate out.
NOTE: Before changing, confirm the exact model string with virsh domcapabilities on a 6148 host (you may need -IBRS or -noTSX-IBRS). Needs an agent restart, and existing VMs need a stop/start (not a guest reboot).
To identify the actual cause, for one crash with a timestamp ( collect/check below if the above suggested doesn't resolve the issue) 1. Do crashes correlate with one host? If so this is a faulty host, not a mixed-CPU issue --> This is the first thing I will check to isolate the issue further Could you paste grep -v '^#' /etc/cloudstack/agent/agent.properties | grep -v '^$' from two hosts (one 6254, one 6148)? That confirms the setting is actually applied and consistent. Summary: fix the CPU mode regardless, but with no migration occurring I'd rank vmx and CPU-cap throttling as the likelier causes. The libvirt/QEMU log plus guest bugcheck will help isolate it further. |
Uh oh!
There was an error while loading. Please reload this page.
problem
Problem Description: We have a cluster with mixed hardware and application vm are running with max cpu cycle 2.4GHZ. (example 1 CPU x 2.4 GHz) but recently application has started facing issues that their virtual machines are crashing unexpectedly and they are not able to find any issue at application end.
Application type is VDI.
Is this issue can be related to mix CPU type in a cluster?
Below is the hardware , we are using in a cluster
2 processors, Intel(R) Xeon(R) Gold 6154 CPU (3.00 GHz / 18-core)
2 processors, Intel(R) Xeon(R) Gold 6254 CPU (3.10 GHz / 18-core)
2 processors, Intel(R) Xeon(R) Gold 6148 CPU (2.40 GHz / 20-core)
Hypervisor type: KVM
cat /etc/cloudstack/agent/agent.properties
guest.cpu.mode=host-passthrough
reboot.host.and.alert.management.on.heartbeat.timeout=false
hypervisor.type=kvm
iscsi.session.cleanup.enabled=false
guest.cpu.features=vmx
versions
ACS Version: 4.20.2.0
DB : Maria DB 10.3.39
ACS and KVM host : RHEL 8
Hypervisor type: KVM
The steps to reproduce the bug
...
What to do about it?
Problem Description: We have a cluster with mixed hardware and application vm are running with max cpu cycle 2.4GHZ. (example 1 CPU x 2.4 GHz) but recently application has started facing issues that their virtual machines are crashing unexpectedly and they are not able to find any issue at application end.
Application type is VDI.
Is this issue can be related to mix CPU type in a cluster?
Below is the hardware , we are using in a cluster
2 processors, Intel(R) Xeon(R) Gold 6154 CPU (3.00 GHz / 18-core)
2 processors, Intel(R) Xeon(R) Gold 6254 CPU (3.10 GHz / 18-core)
2 processors, Intel(R) Xeon(R) Gold 6148 CPU (2.40 GHz / 20-core)
Hypervisor type: KVM
cat /etc/cloudstack/agent/agent.properties
guest.cpu.mode=host-passthrough
reboot.host.and.alert.management.on.heartbeat.timeout=false
hypervisor.type=kvm
iscsi.session.cleanup.enabled=false
guest.cpu.features=vmx
All reactions