cirros 0.3.1 fails to boot
Bug #1312199 reported by
Attila Fazekas
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
CirrOS |
Won't Fix
|
Low
|
Unassigned | ||
OpenStack Compute (nova) |
Fix Released
|
Low
|
Attila Fazekas | ||
Icehouse |
Fix Released
|
High
|
Attila Fazekas | ||
devstack |
Fix Released
|
Undecided
|
Attila Fazekas |
Bug Description
Logstash query: message: "MP-BIOS bug" AND tags:"console"
cirros-
The VM's serial console log ends with:
[ 1.096067] ftrace: allocating 27027 entries in 106 pages
[ 1.140070] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 1.148071] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
[ 1.148071] ...trying to set up timer (IRQ0) through the 8259A ...
[ 1.148071] ..... (found apic 0 pin 2) ...
[ 1.152071] ....... failed.
[ 1.152071] ...trying to set up timer as Virtual Wire IRQ...
description: | updated |
tags: | added: libvirt |
Changed in nova: | |
status: | New → In Progress |
importance: | Undecided → Low |
Changed in nova: | |
assignee: | nobody → Attila Fazekas (afazekas) |
tags: | added: havana-backport-potential |
tags: | added: gate |
Changed in nova: | |
milestone: | none → juno-2 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | juno-2 → 2014.2 |
Changed in cirros: | |
status: | Triaged → Won't Fix |
To post a comment you must log in.
Couple of comments:
(1) From a related old bug, https:/ /bugzilla. redhat. com/show_ bug.cgi? id=502058# c15: qemu -no-kvm guest hangs at during timer setup; works with noapic
"After some examination of the code, this turns out to
be a known problem with the code that tests for buggy
timers. This code is not necessary when running in
qemu, and it gets confused because it tries to do accurate
timing checks which sometimes fail in virt. For more
information, see:
https:/ /bugzilla. redhat. com/show_ bug.cgi? id=698842# c8
Adding kernel no_timer_check option appears to fix the
problem for me, but I am still doing testing."
(2) Taking to one of the upstream KVM developers (Amos Kong), says, the above check is too strict for virtualization environments, and recommends to try "no_timer_check" option on Kernel command-line to alleviate this.