Hi
I am looking for libvirt user mailing list (Red Hat ) but could not find
one .
So I am using this list (or maybe someone can direct me to such a list).
The problem: using libvirt under openstack I encounter a problem when
launching a VM with multiple partitions (2 G image)
While a single partition can be launched successfully .
We are using in libvirtd.conf log_level=1 and
log_outputs="1:file:/var/log/libvirt/libvirtd.log"
we can see that in /var/log/libvirt/libvirtd.log appear the following
error message :
2014-06-11 14:47:26.166+0000: 12971: error : qemuMonitorIO:614 : internal
error End of file from monitor
( file attached below)
>From the internet we could not figure out a solution to the problem
The host has enough resources and the XML of the VM is :
The libvirt version is: 0.10.2
The qemu-kvm version: 0.12.1.2
Any idea what is causing this error and how to overcome ?
Thx
Zvi Dubitzky
Email:[email protected]
libvirtd-1106.log
Description: Binary data
instance-0000000b.log
Description: Binary data
<domain type='qemu'>
<name>instance-0000000a</name>
<uuid>cbc80358-1a74-426c-8fa3-f0583642f8f5</uuid>
<memory unit='KiB'>4194304</memory>
<currentMemory unit='KiB'>4194304</currentMemory>
<vcpu placement='static'>2</vcpu>
<sysinfo type='smbios'>
<system>
<entry name='manufacturer'>IBM</entry>
<entry name='product'>OpenStack Nova</entry>
<entry name='version'>2014.1.0.1-201405280021.ibm.el6.142</entry>
<entry name='serial'>66b6c75a-665e-11e1-ad09-3440b59de524</entry>
<entry name='uuid'>cbc80358-1a74-426c-8fa3-f0583642f8f5</entry>
</system>
</sysinfo>
<os>
<type arch='x86_64' machine='rhel6.5.0'>hvm</type>
<boot dev='hd'/>
<smbios mode='sysinfo'/>
</os>
<features>
<acpi/>
<apic/>
</features>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<emulator>/usr/bin/qemu-system-x86_64</emulator>
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2' cache='none'/>
<source
file='/var/lib/nova/instances/cbc80358-1a74-426c-8fa3-f0583642f8f5/disk'/>
<target dev='vda' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04'
function='0x0'/>
</disk>
<controller type='usb' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01'
function='0x2'/>
</controller>
<interface type='bridge'>
<mac address='fa:16:3e:3c:a2:f4'/>
<source bridge='qbr1ced101e-e8'/>
<target dev='tap1ced101e-e8'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03'
function='0x0'/>
</interface>
<serial type='file'>
<source
path='/var/lib/nova/instances/cbc80358-1a74-426c-8fa3-f0583642f8f5/console.log'/>
<target port='0'/>
</serial>
<serial type='pty'>
<target port='1'/>
</serial>
<console type='file'>
<source
path='/var/lib/nova/instances/cbc80358-1a74-426c-8fa3-f0583642f8f5/console.log'/>
<target type='serial' port='0'/>
</console>
<input type='tablet' bus='usb'/>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'
keymap='en-us'>
<listen type='address' address='127.0.0.1'/>
</graphics>
<video>
<model type='cirrus' vram='9216' heads='1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02'
function='0x0'/>
</video>
<memballoon model='virtio'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x05'
function='0x0'/>
</memballoon>
</devices>
</domain>-- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
