You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been running the nfstest suite against ZFS+NFS on Fedora 40. I've noticed that "test23" hangs in the nfstest_delegation test suite when run against a ZFS pool exported though NFS. It does not hang if I run the same test against a NFS-exported btrfs dir.
I'm running the test with both the client and the server on the same VM:
When the test hangs, I see a nfslocaliod kernel thread running at 100% CPU. I assume this has to do with NFS LOCALIO since both the client and server are running on the same VM. LOCALIO is a relatively new NFS feature that arrived in the 6.12 kernel.
I have not yet tried running "test23" using a non-local client or server.
These nfstest_interop test all seem to fail with the same hang: test23,test24,test26,test27
test23:
Verify appending data with NFSv4 and NFSv4.1 is correctly read using NFSv4
test24:
Verify appending data with NFSv4 and NFSv4.1 is correctly read using NFSv4.1
...
test26:
Verify appending data with NFSv4.1 and NFSv4 is correctly read using NFSv4
test27:
Verify appending data with NFSv4.1 and NFSv4 is correctly read using NFSv4.1
System information
Describe the problem you're observing
I've been running the nfstest suite against ZFS+NFS on Fedora 40. I've noticed that "test23" hangs in the
nfstest_delegation
test suite when run against a ZFS pool exported though NFS. It does not hang if I run the same test against a NFS-exported btrfs dir.I'm running the test with both the client and the server on the same VM:
When the test hangs, I see a
nfslocaliod
kernel thread running at 100% CPU. I assume this has to do with NFS LOCALIO since both the client and server are running on the same VM. LOCALIO is a relatively new NFS feature that arrived in the 6.12 kernel.I have not yet tried running "test23" using a non-local client or server.
Describe how to reproduce the problem
Include any warning/errors/backtraces from the system logs
The stack was blank for the
nfslocaliod
kthread. The userspace test had this stack:The text was updated successfully, but these errors were encountered: