HI,<br><br>I have a problem when i try execute a windows template in KVM. In vm.log display this message:<br><br> Error deploying virtual machine: Domain id not found in virsh --connect qemu:///system create output. Then i see in phisical node with virsh -c qem:///system list and display this:<br>
virsh # list<br> Id Nombre               Estado<br>----------------------------------<br>  2 one-              ejecutando<br><br>When I shutdown the vm with onevm shutdown in front end is shutdown but in cluster node it isn't shutdown.<br>
<br>This is my template:<br><br>#---------------------------------------<br># VM definition example<br>#---------------------------------------<br><br>NAME = winxp<br><br>CPU    = 0.50<br>MEMORY = 512<br><br># --- kernel & boot device ---<br>
<br>OS = [ boot = "hd" ]<br><br>FEATURES = [ acpi = "no" ]<br><br># --- 1 disks ---<br><br>DISK = [<br>  source   = "/srv/cloud/images/win.img",<br>  target   = "hda",<br>  clone    = "no" ]<br>
<br><br><br># --- 1 NIC ---<br><br>NIC = [ network="Public"]<br><br># --- VNC server ---<br><br>GRAPHICS = [ type = "vnc", listen  = "0.0.0.0", port = "5902", keymap="es"]<br>
<br>Thank you very much,<br><br>Sergio<br><br>