I am trying to load the nbd network block device on my CentOS7 server. However, I got:
modprobe nbd
modprobe: FATAL: Module nbd not found.
It would be really appreciated if anyone could tell me the best way to have nbd
module loaded. And eventually, I hope I can automate this tasks via ansible.
Here is my kernel version:
$ uname -r
3.10.0-327.28.3.el7.x86_64
Thanks!
I found this is useful. Please let me know if this doesn't work for you
This will enable the nbd on CentOS7