Image won't boot. "...trying to set up timer as Virtual Wire IRQ..."
Hi,
I have set up a Juno Multi node OpenStack deployment. I went to this website: http://docs.openstack.org/image-guide... and downloaded the "Red Hat Enterprise Linux 7 KVM Guest Image".
All my nodes are VM's so I set virt_type = qemu
in my nova.conf
on my controller and compute nodes.
I can successfully launch and boot the test cirros image but RHEL7 KVM Guest Image hangs on boot and the console log looks like this:
[ 0.000000] console [tty0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] allocated 33554432 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2396.803 MHz processor
[ 0.002582] Calibrating delay loop (skipped), value calculated using timer frequency.. 4793.60 BogoMIPS (lpj=2396803)
[ 0.003000] pid_max: default: 32768 minimum: 301
[ 0.003000] Security Framework initialized
[ 0.003000] SELinux: Initializing.
[ 0.004000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.008000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.009000] Mount-cache hash table entries: 4096
[ 0.010000] Initializing cgroup subsys memory
[ 0.010945] Initializing cgroup subsys devices
[ 0.011000] Initializing cgroup subsys freezer
[ 0.011000] Initializing cgroup subsys net_cls
[ 0.011000] Initializing cgroup subsys blkio
[ 0.011000] Initializing cgroup subsys perf_event
[ 0.011000] Initializing cgroup subsys hugetlb
[ 0.011000] mce: CPU supports 10 MCE banks
[ 0.011997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.011997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.011997] tlb_flushall_shift: 6
[ 0.012000] Freeing SMP alternatives: 24k freed
[ 0.013000] ACPI: Core revision 20130517
[ 0.019000] ACPI: All ACPI Tables successfully acquired
[ 0.019000] ftrace: allocating 23393 entries in 92 pages
[ 0.031000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.032000] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
[ 0.032000] ...trying to set up timer (IRQ0) through the 8259A ...
[ 0.032000] ..... (found apic 0 pin 2) ...
[ 0.033000] ....... failed.
[ 0.033000] ...trying to set up timer as Virtual Wire IRQ...
Is my problem that I am using VM's instead of bare metal for my compute nodes?
Were you able to get this working? I'm having similar issue with a CentOS image.
Testing OpenStack Liberty deployed with Fuel on Virtualbox. Cirros image is just fine, but so far no luck with any CentOS image.