Ubuntu
Install:
sudo apt-get install ./dist/vastnfs-modules_*-generic_amd64.deb
sudo update-initramfs -u -k `uname -r`
Verify that the package is indeed installed (versions should match):
dpkg -l | grep vastnfs-modules
To further validate installation, verify that rpcrdma
in the right path
exists and get loaded from it. All the added kernel modules go under
updates/bundle
:
dpkg -S /lib/modules/`uname -r`/updates/bundle/net/sunrpc/xprtrdma/rpcrdma.ko
Verification
Reboot, to ensure that this version is loaded correctly.
Once rebooted, and to verify fully once it is loaded, for each kernel module, loaded version should match installed version. For example:
$ cat /sys/module/sunrpc/srcversion
4CC8389C7889F82F5A59269
$ modinfo sunrpc | grep srcversion
srcversion: 4CC8389C7889F82F5A59269
(This is only an example - srcversion is different for each build and kernel module).
Document generated on 2022.05.17 09:13 for v4.0-pre6, branch dev