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
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.