* file based migration not working
@ 2008-11-12 9:00 Thomas Mueller
2008-11-12 10:35 ` Thomas Mueller
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Mueller @ 2008-11-12 9:00 UTC (permalink / raw)
To: kvm
hi
i was reading http://kvm.qumranet.com/kvmwiki/Migration and trying the
"migration file://" and "migrate "exec:" migration methods. both giving
me errors.
(qemu) migrate file:///tmp/vm.state
migrate file:///tmp/vm.state
unknown migration protocol: file:///tmp/vm.state
migration failed
(qemu)
(qemu) migrate "exec:gzip -c > /tmp/vm.state"
migrate "exec:gzip -c > /tmp/vm.state"
unknown migration protocol: exec:gzip -c > /tmp/vm.state
migration failed
(qemu)
are these methods not supported?
i'm using kvm-78 (self compiled) on debian etch with kernel 2.6.26
(backports.org).
- Thomas
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: file based migration not working
2008-11-12 9:00 file based migration not working Thomas Mueller
@ 2008-11-12 10:35 ` Thomas Mueller
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Mueller @ 2008-11-12 10:35 UTC (permalink / raw)
To: kvm
>
> (qemu) migrate file:///tmp/vm.state
> migrate file:///tmp/vm.state
> unknown migration protocol: file:///tmp/vm.state migration failed
> (qemu)
>
>
> (qemu) migrate "exec:gzip -c > /tmp/vm.state" migrate "exec:gzip -c >
> /tmp/vm.state" unknown migration protocol: exec:gzip -c > /tmp/vm.state
> migration failed
> (qemu)
>
> are these methods not supported?
ok, i see that they are missing in sourcecode right now because of the
new migration implementation.
and i've seen that exec is reintroduced in qemu-svn.
- Thomas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-12 10:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-12 9:00 file based migration not working Thomas Mueller
2008-11-12 10:35 ` Thomas Mueller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox