* [Qemu-devel] NBD drives with literal IPv6 addresses or hostnames starting with a digit
@ 2013-05-31 11:38 Ján Tomko
2013-06-04 12:19 ` Stefan Hajnoczi
0 siblings, 1 reply; 3+ messages in thread
From: Ján Tomko @ 2013-05-31 11:38 UTC (permalink / raw)
To: qemu-devel, libvir-list
Hello,
since qemu's commit v1.4.0-736-gf17c90b [1]:
nbd: Keep hostname and port separate
* literal IPv6 addresses no longer work in nbd URIs, because getaddrinfo is
called with the surrounding brackets:
$ qemu-system-x86_64 -drive file=nbd://[::1]:1234/quack
qemu-system-x86_64: -drive file=nbd://[::1]:1234/quack: address resolution
failed for [::1]:1234: Name or service not known
* hostnames starting with a digit now work in nbd URIs.
Before that, or with the non-URI syntax, they fail because inet_parse assumes
them to be literal IPv4 addresses:
$ qemu-system-x86_64 -drive file=nbd:123flour:1234:exportname=gashunk
qemu-system-x86_64: -drive file=nbd:123flour:1234:exportname=gashunk: error
parsing IPv4 address '123flour:1234'
In libvirt, we use the URI format on the command line only if the host
contains ':', so hostnames starting with a digit still don't work.
Migration with NBD and a literal IPv6 address doesn't work either, but that's
purely libvirt's fault, as we don't escape it with brackets. I've just posted
a patch for that. [2]
Jan
[1] http://git.qemu.org/?p=qemu.git;a=commitdiff;h=f17c90b
[2] https://www.redhat.com/archives/libvir-list/2013-May/msg02022.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] NBD drives with literal IPv6 addresses or hostnames starting with a digit
2013-05-31 11:38 [Qemu-devel] NBD drives with literal IPv6 addresses or hostnames starting with a digit Ján Tomko
@ 2013-06-04 12:19 ` Stefan Hajnoczi
2013-06-04 12:29 ` [Qemu-devel] [libvirt] " Ján Tomko
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Hajnoczi @ 2013-06-04 12:19 UTC (permalink / raw)
To: Ján Tomko; +Cc: libvir-list, Kevin Wolf, qemu-devel
On Fri, May 31, 2013 at 01:38:51PM +0200, Ján Tomko wrote:
> Hello,
>
> since qemu's commit v1.4.0-736-gf17c90b [1]:
> nbd: Keep hostname and port separate
>
> * literal IPv6 addresses no longer work in nbd URIs, because getaddrinfo is
> called with the surrounding brackets:
> $ qemu-system-x86_64 -drive file=nbd://[::1]:1234/quack
> qemu-system-x86_64: -drive file=nbd://[::1]:1234/quack: address resolution
> failed for [::1]:1234: Name or service not known
>
> * hostnames starting with a digit now work in nbd URIs.
> Before that, or with the non-URI syntax, they fail because inet_parse assumes
> them to be literal IPv4 addresses:
> $ qemu-system-x86_64 -drive file=nbd:123flour:1234:exportname=gashunk
> qemu-system-x86_64: -drive file=nbd:123flour:1234:exportname=gashunk: error
> parsing IPv4 address '123flour:1234'
>
>
> In libvirt, we use the URI format on the command line only if the host
> contains ':', so hostnames starting with a digit still don't work.
>
> Migration with NBD and a literal IPv6 address doesn't work either, but that's
> purely libvirt's fault, as we don't escape it with brackets. I've just posted
> a patch for that. [2]
>
> Jan
>
> [1] http://git.qemu.org/?p=qemu.git;a=commitdiff;h=f17c90b
> [2] https://www.redhat.com/archives/libvir-list/2013-May/msg02022.html
CCing Kevin who authored v1.4.0-736-gf17c90b.
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-04 12:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-31 11:38 [Qemu-devel] NBD drives with literal IPv6 addresses or hostnames starting with a digit Ján Tomko
2013-06-04 12:19 ` Stefan Hajnoczi
2013-06-04 12:29 ` [Qemu-devel] [libvirt] " Ján Tomko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).