Use of the NFS example in the repo never works #1674
|
I'm trying to run some benchmarks using the userland NFS module documented in section 1.13.10. I/O engine. Every time I try to run the example I installed Linux Client Details: Thanks in advance, all! |
Replies: 3 comments 4 replies
|
Fio doesn't have nfs support in your build, simply installing libnfs isn't enough. You need to install the development package and then rebuild fio. Unrelated, but you never need to reboot for updating/installing new libraries either. |
|
@elliottecton Just faced the same issue and tried to install all the libnfs packages and fio on kernel 5.14 with rocky linux 9.3 with fio 3.35 but no luck. I have built the packages for libnfs and fio from the github repo one after the other and rebooted the server. It doesn't seem to find the nfs engine. Please share your thoughts. |


Fio doesn't have nfs support in your build, simply installing libnfs isn't enough. You need to install the development package and then rebuild fio. Unrelated, but you never need to reboot for updating/installing new libraries either.