* KVM live migration syntax
@ 2008-12-08 13:53 Philipp Wehrheim
2008-12-08 16:46 ` Charles Duffy
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Wehrheim @ 2008-12-08 13:53 UTC (permalink / raw)
To: kvm
Hey,
I lately tried to live migrate a VM but had to find out that the
syntax shown in the KVM examples and the actual syntax expected
by the code do not match.
from the Wiki:
tcp:// migration protocol
But the code says (kvm-79/qemu/migration.c):
void qemu_start_incoming_migration(const char *uri)
{
const char *p;
if (strstart(uri, "tcp:", &p)) <===================
tcp_start_incoming_migration(p);
else
...
So the syntax expected by the code is *without* the //.
Am I missing something?
Thanks
flip
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: KVM live migration syntax
2008-12-08 13:53 KVM live migration syntax Philipp Wehrheim
@ 2008-12-08 16:46 ` Charles Duffy
0 siblings, 0 replies; 2+ messages in thread
From: Charles Duffy @ 2008-12-08 16:46 UTC (permalink / raw)
To: kvm
Philipp Wehrheim wrote:
> Hey,
>
> I lately tried to live migrate a VM but had to find out that the
> syntax shown in the KVM examples and the actual syntax expected
> by the code do not match.
>
> from the Wiki:
>
> tcp:// migration protocol
>
[...]
>
> So the syntax expected by the code is *without* the //.
>
> Am I missing something?
No, you aren't; KVM recently started using QEMU's live migration (which
has the tcp:host:port syntax) as opposed to its own (as documented on
the wiki, with the tcp:// syntax)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-08 16:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-08 13:53 KVM live migration syntax Philipp Wehrheim
2008-12-08 16:46 ` Charles Duffy
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.