kernel 2.6.24 "Soft lockup" under load on VMWare ESX 3.5
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Won't Fix
|
High
|
Colin Ian King |
Bug Description
Under load, hardy kernel 2.6.24-23.46-server experience seemingly random soft lockups when run as a VM guest on VMWare ESX 3.5 update 2. The problem appears when multiple guest are put under load; I was stress-testing six guest, and two got the soft lockup problem described. The problem manifest itself seemingly at random.
The hypervisor is run on a Dell PowerEdge 2950 with 4 GB of RAM and two L5320 Xeon CPU.
The hardy guests are amd64. They are being put under load using the "stress" utility from the universe repository. The command line used to start the stress utility is:
stress --cpu 8 --io 8 --vm 3 --vm-bytes 128M --hdd 2
The machine remain responsive after the soft lockup, and it is possible to kill the currently running stress processes by doing Ctrl-C and getting the shell back. Attached is the output of dmesg on the two VM (out of six) that had the problem, suffixed with -1 and -2 respectively.
Changed in linux-meta: | |
assignee: | nobody → colin-king |
Changed in linux-meta: | |
importance: | Undecided → High |
status: | New → Incomplete |
Notice that I have added the kernel parameter "clocksource= acpi_pm" , as discussed in bug #261937 and at:
http:// kb.vmware. com/selfservice /microsites/ search. do?language= en_US&cmd= displayKC& externalId= 1007020
However, dmesg on both VM that crashed still show an error such as:
Clocksource tsc unstable (delta = 89051661614 ns)
Could it be related?