Enable RDMA NFS support on startup

Whatever

Renowned Member
Nov 19, 2012
396
63
93
Hello, All

I'm trying to setup a Proxmox cluster where one of the nodes is used for quorum as well as backup NFS server and use RDMA protocol (Infiniband)

Thanks to this manual: https://docs.oracle.com/cd/E52668_01/E60671/html/uek3_techpreview-NFSoRDMA.html

I've managed to successfully setup it but after every reboot I need to pass the following command mannualy:
echo rdma 20049 > /proc/fs/nfsd/portlist

I've found no conf file for NFS server so far

Tried to edit /etc/init.d/nfs-kernel-server but without any success

Could anyone advice me how can I provide --rdma option to kernel NFS server to enable rdma 20049 port on boot

Thanks in advance