NFSoRDMA incorrect mount option

Issues related to configuring your network
BShT
Posts: 584
Joined: 2019/10/09 12:31:40

Re: NFSoRDMA incorrect mount option

Post by BShT » 2022/06/06 18:17:00

invalid argument is a mount reply

probably you receive it because you did not install the support for rdma

if you did not install cifs-utils you receive the same result from mount -t cifs

try to

yum groupinstall "Infiniband Support"

Elliott
Posts: 44
Joined: 2018/09/14 01:30:14

Re: NFSoRDMA incorrect mount option

Post by Elliott » 2022/06/06 18:50:19

Ok I figured it out! The OFED driver has this disabled by default. I had to reinstall it with ./mlnxofedinstall --with-nfsrdma

Post Reply