Bug 219278
Summary: | >=linux-6.6.0: Resource temporarily unavailable when reading file attributes the first time | ||
---|---|---|---|
Product: | File System | Reporter: | Jan (linux) |
Component: | NFSD | Assignee: | Filesystem/NFSD virtual assignee (filesystem_nfsd) |
Status: | NEW --- | ||
Severity: | normal | CC: | linmaxi, linux |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Jan
2024-09-14 10:48:54 UTC
I have succesfully reproduced the bug, I will try to fix it. A workaroud is to force version 4.0 in fstab like this /etc/fstab --------------------------------------------------------------------- localhost:/mnt/test/local /mnt/test/shared nfs rw,noatime,vers=4.0 0 0 --------------------------------------------------------------------- |