Re: [Qemu-devel] [PATCH][v3] Introduce NBD named exports.

2010-08-26 Thread Kevin Wolf
Am 25.08.2010 22:48, schrieb Laurent Vivier: > This patch allows to connect Qemu using NBD protocol to an nbd-server > using named exports. > > For instance, if on the host "isoserver", in /etc/nbd-server/config, you have: > > [generic] > [debian-500-ppc-netinst] > exportname = /ISO/debia

Re: [Qemu-devel] [PATCH][v3] Introduce NBD named exports.

2010-08-26 Thread Laurent Vivier
>On 08/25/2010 03:48 PM, Laurent Vivier wrote: >> This patch allows to connect Qemu using NBD protocol to an nbd-server >> using named exports. >> > >Does using a named export make the NBD protocol incompatible with a >server that doesn't support named exports? IOW, it's essentially a new >p

Re: [Qemu-devel] [PATCH][v3] Introduce NBD named exports.

2010-08-25 Thread Anthony Liguori
On 08/25/2010 03:48 PM, Laurent Vivier wrote: This patch allows to connect Qemu using NBD protocol to an nbd-server using named exports. Does using a named export make the NBD protocol incompatible with a server that doesn't support named exports? IOW, it's essentially a new protocol lay