Get the list of available devices.
root@pat:nvme-fabrics# lnvm devices
Number of devices: 2
Device Block manager Version
nullb1 none (0,0,0)
nullb0 none (0,0,0)
Try to create the device with available device list.
root@pat:nvme-fabrics# lnvm create -d nullb0 -n mydevice -t rrpc -o 0:0
create failed. See dmesg.
root@pat:nvme-fabrics# dmesg -c
[ 400.371478] nvm: device has no media manager registered.
Hi,
I'm trying to use the null_blk with lightnvm. (Kernel Version 4.7.0-rc2-Branch-all3-00382-g8f956a8 )
Can someone help me to resolve this issue ?