Hello,

I don't know where to rise this bug, so I try it here.

Yesterday I updated the package qemu from 0.10.6 to 0.12.4 (for CentOS 5). After that, my VM running Redhat 7.1 did not start any more. The log of libvirt says:

LC_ALL=C PATH=/sbin:/usr/sbin:/bin:/usr/bin HOME=/root USER=root LOGNAME=root /usr/bin/qemu -S -M pc -m 768 -smp 1 -name Plasmid -uuid 26937e77-bfb1-4d90-bba5-36c6b10ca9a6 -domid 8 -monitor pty -pidfile /var/run/libvirt/qemu//Plasmid.pid -boot c -drive file=/var/lib/libvirt/images/Plasmid/Plasmid.img,if=ide,index=0 -net nic,macaddr=54:52:00:71:0e:ae,vlan=0,model=e1000 -net tap,fd=19,script=,vlan=0,ifname=vnet1 -net nic,macaddr=54:52:00:72:0f:af,vlan=1,model=e1000 -net tap,fd=20,script=,vlan=1,ifname=vnet2 -serial pty -parallel none -usb -vnc 192.168.29.2:3,password -k de
/usr/bin/qemu: invalid option -- '-domid'


If I switch "domain type='qemu'" to "domain type='kvm'", it starts up again, but I can't let this run full virtualized.

This is my libvirt XML file for that VM:


<domain type='qemu'>
  <name>Plasmid</name>
  <uuid>26937e77-bfb1-4d90-bba5-36c6b10ca9a6</uuid>
  <memory>786432</memory>
  <currentMemory>786432</currentMemory>
  <vcpu>1</vcpu>
  <os>
    <type arch='i686' machine='pc'>hvm</type>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
    <apic/>
  </features>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <disk type='file' device='disk'>
      <source file='/var/lib/libvirt/images/Plasmid/Plasmid.img'/>
      <target dev='hda' bus='ide'/>
    </disk>
    <interface type='network'>
      <mac address='54:52:00:71:0e:ae'/>
      <source network='default'/>
      <model type='e1000'/>
    </interface>
    <interface type='bridge'>
      <mac address='54:52:00:72:0f:aa'/>
      <source bridge='br0'/>
      <model type='e1000'/>
    </interface>
    <serial type='pty'>
      <target port='0'/>
    </serial>
    <console type='pty'>
      <target port='0'/>
    </console>
    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='5903' autoport='no' keymap='de' passwd='xxx'/>
  </devices>
</domain>

_______________________________________________
users mailing list
[email protected]
http://lists.rpmforge.net/mailman/listinfo/users

Reply via email to