From: Jim Fehlig <jfehlig@suse.com>
To: Ian Campbell <ian.campbell@citrix.com>
Cc: Xen-devel <xen-devel@lists.xenproject.org>,
Wei Liu <wei.liu2@citrix.com>,
ian.jackson@eu.citrix.com
Subject: Re: [PATCH OSSTEST] Toolstack/libvirt: use URI in migration command
Date: Wed, 12 Aug 2015 09:08:51 -0600 [thread overview]
Message-ID: <55CB6183.5050302@suse.com> (raw)
In-Reply-To: <1439385698.8356.27.camel@citrix.com>
Ian Campbell wrote:
> On Tue, 2015-08-11 at 16:07 -0600, Jim Fehlig wrote:
>
>> Wei Liu wrote:
>>
>>> Virsh migrate expects an URI, not a host. We don't actually care what
>>> kind of transport it uses, the main objective is to test migration, so
>>> use xen+ssh for the time being.
>>>
>>> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
>>> Cc: Ian Campbell <ian.campbell@citrix.com>
>>> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
>>> ---
>>> Cc: Jim Fehlig <jfehlig@suse.com>
>>>
>>> I once had email exchange with Jim and he said xen+ssh was a commonly
>>> use configuration.
>>>
>>> Jim, I hope I got the URI right. The constructed command will be like
>>>
>>> virsh migrate guest xen+ssh://dst-host
>>>
>>>
>> Yes, that is correct. Note you will need a '--live' option if live
>> migration is what you are after
>>
>> virsh migrate --live guest xen+ssh://dst-host
>>
>
> As well as pushing to pretest I also kicked off a quicker local run, which
> is at http://xenbits.xen.org/people/ianc/tmp/37824/ .
>
> http://xenbits.xen.org/people/ianc/tmp/37824/test-amd64-amd64-libvirt
> -pair/info.html shows this in the log for 21.ts-migrate-log.log:
>
> 2015-08-12 11:22:47 Z executing ssh ... root@10.80.229.144 virsh migrate --live debian.guest.osstest xen+ssh ://lace-bug
> error: End of file while reading data: nc: invalid option -- 'U'
> nc -h for help: Input/output error
>
> I've no idea how or why nc is involved, but it seems it doesn't like Debian
> Wheezy's implementation?
>
nc is used to relay connections on the ssh tunnel to libvirtd's unix
domain socket. Is there a netcat-openbsd package? I recall seeing this
long ago, perhaps from this old bug report
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348564
Regards,
Jim
next prev parent reply other threads:[~2015-08-12 15:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-11 20:25 [PATCH OSSTEST] Toolstack/libvirt: use URI in migration command Wei Liu
2015-08-11 22:07 ` Jim Fehlig
2015-08-12 10:05 ` Ian Campbell
2015-08-12 10:17 ` Ian Campbell
2015-08-12 13:21 ` Ian Campbell
2015-08-12 15:08 ` Jim Fehlig [this message]
2015-08-12 15:25 ` Ian Campbell
2015-08-12 15:42 ` Ian Jackson
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=55CB6183.5050302@suse.com \
--to=jfehlig@suse.com \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.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.