Hello,
Our setup has Ubuntu 22.04.4 desktops with /home mounting from an Ubuntu 22.04.4 NFS server (storage in a zfs pool). Performance has degraded when logged in to any of the desktop machines, especially after opening processes that read/write to the home directory (web browsing, opening a terminal etc). This seems especially noticeable the first few minutes after logging in (nfs files are first accessed, but will continue happening on and off intermittently. The same issue happens across all desktops and desktop hardware tests have shown no issues. SSH logins to the desktops can take a while as well (perhaps due to checking keys in /home)?
No noticeable entries appear in journalctl logs when these issues occur but perhaps looking at the wrong logs?
Created a test user on one of the machines, with a local home directory and the account doesn't seem to exhibit any performance issues.
The NFS server seems stable - zfs status shows all drives ONLINE and no repairs needed in the last scrub. Looking at nfsstat and nfsiostat doesn't show any glaring issues. Testing storage performance on the server seems alright as well.
Fileserver Details:
Linux fileserver 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
IP Address: 10.10.60.1
/etc/exports:
Code:
/tank/share 10.10.0.0/16(fsid=0,rw,async,no_root_squash,insecure,no_subtree_check)
Desktop Details:
Linux desktop1 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
10.10.60.51 etc.
NFS entries in /etc/fstab:
Code:
fileserver:/opt /opt nfs4 rw,nodev,soft 0 0
fileserver:/home /home nfs4 rw,nodev,soft 0 0
Will run some further tests/benchmarks but wanted to post the initial config to see if there were any thoughts or suggestions. any help is greatly appreciated, thanks
Bookmarks