From: Charles Duffy <Charles_Duffy@messageone.com>
To: kvm@vger.kernel.org
Subject: Re: KVM Migrate
Date: Thu, 06 Aug 2009 14:55:41 -0500 [thread overview]
Message-ID: <4A7B353D.6010403@messageone.com> (raw)
In-Reply-To: <1249584345.6376.54.camel@giba-ti.selbetti.local>
This doesn't speak directly to your live migration issue -- but
copy-and-pasting a libvirt-generated command line (as you're doing here)
and using it by hand is perilous.
As I mentioned when you asked in the IRC channel, you shouldn't be using
fd= here when starting kvm by hand -- it expects to be passed an open
file descriptor to a tap device (on fd 17, in your examples), and since
you almost certainly _don't_ have such a file descriptor in your shell,
you're setting things up for failure; in prior versions (and maybe the
current one as well), this resulted in endless looping on a select()
call returning EBADF.
prev parent reply other threads:[~2009-08-06 19:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-06 18:45 KVM Migrate Gilberto Nunes
2009-08-06 19:55 ` Charles Duffy [this message]
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=4A7B353D.6010403@messageone.com \
--to=charles_duffy@messageone.com \
--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.