<div dir="ltr">Hello,<div>I'm playing with an openstack lab environment based on Icehouse on CentOS 7 and nested virtualization.</div><div>Some details about the infra.</div><div><br></div><div>L0 Host is on Fedora 23: my laptop with ssd disk and 16Gb of ram, using Qemu/KVM and virt-manager</div><div><br></div><div>L1 Host is CentOS 7 with 4Gb of ram and configured with IceHouse rdo repo (EOL7) (copy host cpu config in virt-manager of Fedora 23) and packstack allinone</div><div><br></div><div>L2 is Centos 7 cloud image configured with 1Gb of ram</div><div>CentOS-7-x86_64-GenericCloud.qcow2 download by end of February 2016<br></div><div><br></div><div>I'm able to do all on this L2 guest (eg ssh login with centos user through key and attch floating ip) but I noticed 2 things:</div><div><br></div><div>1) I was not able to boot because the VM always remained stuck at boot at message:</div><div>  ...trying to set up timer as Virtual Wire IRQ...</div><div><br></div><div>I found this </div><div><a href="https://bugzilla.redhat.com/show_bug.cgi?id=1175502">https://bugzilla.redhat.com/show_bug.cgi?id=1175502</a><br></div><div><br></div><div>but actually my VM is nested with kvm</div><div>command line run by L1 is:</div><div><br></div><div><div>qemu     31641     1 88 13:36 ?        00:05:47 /usr/libexec/qemu-kvm -name instance-00000006 -S -machine pc-i440fx-rhel7.0.0,accel=tcg,usb=off -m 1024 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid e0680ada-1fc8-4d7a-829b-ba581a6252ef -smbios type=1,manufacturer=RDO Project,product=OpenStack Nova,version=2014.1.5-1.el7.centos,serial=14603773-bb9a-46e3-b333-07e0b68e65ac,uuid=e0680ada-1fc8-4d7a-829b-ba581a6252ef -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-instance-00000006/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown -boot strict=on -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive file=/var/lib/nova/instances/e0680ada-1fc8-4d7a-829b-ba581a6252ef/disk,if=none,id=drive-virtio-disk0,format=qcow2,cache=none -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 -drive file=/var/lib/nova/instances/e0680ada-1fc8-4d7a-829b-ba581a6252ef/disk.local,if=none,id=drive-virtio-disk1,format=qcow2,cache=none -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=drive-virtio-disk1,id=virtio-disk1 -drive file=/var/lib/nova/instances/e0680ada-1fc8-4d7a-829b-ba581a6252ef/disk.swap,if=none,id=drive-virtio-disk2,format=qcow2,cache=none -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk2,id=virtio-disk2 -netdev tap,fd=27,id=hostnet0 -device virtio-net-pci,netdev=hostnet0,id=net0,mac=fa:16:3e:c5:ff:fc,bus=pci.0,addr=0x3 -chardev file,id=charserial0,path=/var/lib/nova/instances/e0680ada-1fc8-4d7a-829b-ba581a6252ef/console.log -device isa-serial,chardev=charserial0,id=serial0 -chardev pty,id=charserial1 -device isa-serial,chardev=charserial1,id=serial1 -device usb-tablet,id=input0 -vnc <a href="http://0.0.0.0:1">0.0.0.0:1</a> -k en-us -vga cirrus -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x7 -msg timestamp=on</div><div><br></div></div><div>I solved the boot problem using extra property for the C7 image:<br></div><div>glance image-update --property kernel_extra_args="no_timer_check"<br></div><div><br></div><div>and now I'm able to boot without problems</div><div>Is it ok my approach? In case is it possible to configure the image itself directly? Or is there any drawback in setting that parameter?</div><div><br></div><div>2) Just at first boot the VM uses much cpu because of this process:</div><div> root      3119  2024  4 12:42 ?        00:00:09 /bin/bash /usr/sbin/dracut --hostonly --hostonly-cmdline --hostonly-i18n -o plymouth dash resume ifcfg -f /boot/initramfs-3.10.0-327.10.1.el7.x86_64kdump.img 3.10.0-327.10.1.el7.x86_64</div><div><br></div><div>What is it? Can I avoid in any way? For about 5-10 minutes my L0 laptop runs at 80 degrees... ;-) </div><div>Is the load normal during that phase due to my resource constraints or is it in any way caused by the extra setting in 1) ?</div><div><br></div><div>Thanks in advance!</div><div><br></div><div>Gianluca</div><div><br></div></div>