[Bug 691609] [NEW] Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-17 Thread Rajkumar S
Public bug reported: Hi bug masters, I have a Ubuntu 9.04 server running virtualization with many guests. The guests are defined by an xml file (attached) in /etc/libvirt/qemu and started by virsh start "domain name". The guests are using a qcow2 type disks. I want to upgrade this server to Ubu

[Bug 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-17 Thread Rajkumar S
** Attachment added: "a1.6-q2-new.xml" https://bugs.launchpad.net/bugs/691609/+attachment/1768826/+files/a1.6-q2-new.xml -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in ubuntu. https://bugs.launchpad.net/bugs/691609 Tit

[Bug 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-17 Thread Rajkumar S
** Attachment added: "Screenshot of vncviewer showing the error." https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/691609/+attachment/1768827/+files/TightVNC%20QEMU%20a1.6-q2.png -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed t

[Bug 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
r...@redbull:~# qemu-img info /var/kvm/a1.6-q2.img image: /var/kvm/a1.6-q2.img file format: qcow2 virtual size: 20G (21474836480 bytes) disk size: 2.0G cluster_size: 4096 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in ubunt

[Bug 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
r...@redbull:~# kvm -m 384 -monitor stdio -localtime -drive file=/var/kvm/a1.6-q2.img,if=ide,index=0,boot=on -serial pty -parallel none -usb -vnc 192.168.3.7:49 char device redirected to /dev/pts/4 pci_add_option_rom: failed to find romfile "pxe-rtl8139.bin" QEMU 0.12.3 monitor - type 'help' for

[Bug 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
Hi Serge, Thanks for your reply. With the kvm command you have provided the guest booted fine. I can login to the guest with out any issues, though the network does not seems to be working. But I guess the command you have provided do not enable networking for the guest. Thanks again and I will

[Bug 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
r...@redbull:~# kvm -m 384 -monitor pty -localtime -drive file=/var/kvm/a1.6-q2.img,if=ide,index=0,boot=on -serial pty -parallel none -usb -vnc 192.168.3.7:49 char device redirected to /dev/pts/4 char device redirected to /dev/pts/7 pci_add_option_rom: failed to find romfile "pxe-rtl8139.bin" re

[Bug 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
r...@redbull:~# kvm -m 384 -monitor stdio -localtime -drive file=/var/kvm/a1.6-q2.img,if=ide,index=0,boot=on -serial pty -parallel none -usb -vnc 192.168.3.7:49 -boot c char device redirected to /dev/pts/4 pci_add_option_rom: failed to find romfile "pxe-rtl8139.bin" QEMU 0.12.3 monitor - type 'he

[Bug 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
r...@redbull:~# kvm -m 384 -monitor stdio -localtime -drive file=/var/kvm2.img,if=ide,index=0,boot=on -serial pty -parallel none -usb -vnc 192.168.3.7:49 -net nic,vlan=0 -net tap,script=,vlan=0,ifname=vnet6 char device redirected to /dev/pts/4 pci_add_option_rom: failed to find romfile "pxe-rtl81

[Bug 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
r...@redbull:~# aptitude search uml-utilities p uml-utilities - User-mode Linux (utility programs) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in ubuntu. https://bugs.launchpad.net/bugs/691609 Title: C

[Bug 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
Hi, Installed uml-utilities and started the guest using the following command: virsh start a1.6-q2 But get the same error as before "No Bootable Disk", the guest does not start. btw, the current kvm command line is: /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 256 -smp 1 -name a1.6-q2 -uuid 9f

[Bug 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
Hi, There are only logs related to a1.6-q2 and another guest I tried initially in the /var/log/libvirt/qemu/. I am attaching /var/log/libvirt/qemu/a1.6-q2.log in the bug report. raj -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libv

[Bug 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
** Attachment added: "/var/log/libvirt/qemu/a1.6-q2.log" https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/691609/+attachment/1772170/+files/a1.6-q2.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in ubuntu. https:

Re: [Bug 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-21 Thread Rajkumar S
Hi, That did the trick! Thanks! The guest has been correctly started and network is working fine. raj On Tue, Dec 21, 2010 at 7:36 PM, Serge Hallyn <691...@bugs.launchpad.net> wrote: > As you'd observed from the start, I suspect we need to drop the 'format=raw' > from the command.  Please add th

Re: [Bug 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-21 Thread Rajkumar S
The new command is: /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 256 -smp 1 -name a1.6-q2 -uuid 9f58079c-057f-5726-4daa-3d30888d7bbe -chardev socket,id=monitor,path=/var/lib/libvirt/qemu/a1.6-q2.monitor,server,nowait -monitor chardev:monitor -localtime -boot c -drive file=/var/kvm/a1.6-q2.img,if=ide,