[SPDK] how to export NBD block device SPDK from one VM to Another VM

omchavan6699 at gmail.com Wed, 10 Mar 2021 05:26:05 +0000
Newsgroups dev.linux.lists.spdk
Message-ID <[email protected]>
please can anybody tell me how to export nbd device 
i created malloc device and 
started NBD disk using 
modprobe nbd
rpc.py nbd_start_disk Malloc0 /dev/nbd0
i want to access that nbd0 device from another VM like 
VM1->/dev/nbd0
i want to access from VM2 
how it can do 
need to install NBD client and server??