Re: [Qemu-devel] Question about nbd

2015-08-29 Thread Max Reitz
On 27.08.2015 12:02, Wen Congyang wrote: > We can start a nbd server in qemu, and the nbd client will connect > to this server later. Each client has a export name, and the server > will know the disk the client want to use according to the export > name. > > If there are two clients that have the

[Qemu-devel] Question about nbd

2015-08-27 Thread Wen Congyang
We can start a nbd server in qemu, and the nbd client will connect to this server later. Each client has a export name, and the server will know the disk the client want to use according to the export name. If there are two clients that have the same export name, we don't refuse the second client.