[SPDK] NBD for SPDK bdevs

omchavan6699 at gmail.com Tue, 09 Mar 2021 07:29:47 +0000
Newsgroups dev.linux.lists.spdk
Message-ID <[email protected]>
can anyone please tell me how to export bdev using nbd 
i executed following command
rpc.py nbd_start_disk Malloc0 /dev/nbd0 (malloc0 already created using rpc command)
for exporting it we need to install nbd server  and client?
or 
SPDK provide client and server??
what are the steps?