All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nils Cant <nils.cant@kangaroot.net>
To: kvm@vger.kernel.org
Subject: Re: Is it possible to live migrate guest OS'es between different versions of kvm/qemu-kvm?
Date: Mon, 30 Aug 2010 14:04:51 +0200	[thread overview]
Message-ID: <4C7B9E63.6060804@kangaroot.net> (raw)
In-Reply-To: <4C767527.2060208@kangaroot.net>

Hey guys,

next try is without libvirt, but still no joy.

After issuing 'migrate -d <url>' on my sending host (qemu-kvm 0.11.0), I 
get the following output on the receiving host (qemu-kvm 0.12.4):

(qemu) Unknown savevm section or instance 'slirp' 0
load of migration failed

... leaving my vm broken.

Am I doing something wrong, or is the format of the savevm file just 
different and should I abandon all hope of ever doing a live migration 
to a newer version of qemu-kvm?

Thanks in advance,


Nils

---

Here are my upstart options on the 'sender':

/usr/bin/kvm -S \
         -M pc-0.11 \
         -enable-kvm \
         -m 512 \
         -smp 2,sockets=2,cores=1,threads=1 \
         -name testserver \
         -uuid 890a0156-0542-32d8-66d7-b36a711084cc \
         -monitor 
unix:/var/lib/libvirt/qemu/testserver.monitor,server,nowait \
         -boot c \
         -drive 
file=/dev/disk/by-path/ip-192.168.3.100:3260-iscsi-iqn.2003-10.com.lefthandnetworks:lefthand0:64:testserver-lun-0,if=virtio,boot=on 
\
         -drive media=cdrom \
         -usb \
         -vnc 0.0.0.0:10 \
         -k en-us \
         -vga cirrus &

And the 'receiver':

/usr/bin/kvm -S \
         -M pc-0.11 \
         -enable-kvm \
         -m 512 \
         -smp 2,sockets=2,cores=1,threads=1 \
         -name testserver \
         -uuid 890a0156-0542-32d8-66d7-b36a711084cc \
         -nodefaults \
         -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/testserver.monitor,server,nowait 
\
         -mon chardev=monitor,mode=readline \
         -boot c \
         -drive 
file=/dev/disk/by-path/ip-192.168.3.100:3260-iscsi-iqn.2003-10.com.lefthandnetworks:lefthand0:64:testserver-lun-0,if=none,id=drive-virtio-disk0,boot=on 
\
         -drive if=none,media=cdrom,id=drive-ide0-1-0 \
         -device 
ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 \
         -device 
virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0 \
         -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 \
         -chardev pty,id=serial0 \
         -device isa-serial,chardev=serial0 \
         -usb \
         -vnc 0.0.0.0:0 \
         -k en-us \
         -vga cirrus \
         -incoming tcp:0:4444 &

  reply	other threads:[~2010-08-30 12:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-26 14:07 Is it possible to live migrate guest OS'es between different versions of kvm/qemu-kvm? Nils Cant
2010-08-30 12:04 ` Nils Cant [this message]
2010-08-30 20:16   ` Brian Jackson
2010-08-31 12:24     ` Avi Kivity
2010-09-03 11:35       ` Nils Cant
2010-09-05  8:39         ` Avi Kivity
2010-09-07  7:23           ` Nils Cant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C7B9E63.6060804@kangaroot.net \
    --to=nils.cant@kangaroot.net \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.