Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 603628

Summary: net-fs/nfs-utils with systemd should create /var/lib/nfs/v4recovery at run time
Product: Gentoo Linux Reporter: hexum <hexumg>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: UNCONFIRMED ---    
Severity: normal CC: systemd
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=113486
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge.info.txt.gz

Description hexum 2016-12-24 02:08:11 UTC
NFS mount tooks a long time (> 30 sec).
Server log shows message
> kernel: NFSD: Unable to create client record on stable storage: -110

The solution is here.
https://forums.gentoo.org/viewtopic-t-951452-start-0.html
> mkdir `cat /proc/fs/nfsd/nfsv4recoverydir`

Next directory should be created on package isntallation.
> /proc/fs/nfsd/nfsv4recoverydir

It's like bug 113486 but for systemd configuration.
Comment 1 hexum 2016-12-24 23:49:43 UTC
Sorry, /var/lib/nfs/v4recovery should be created of course.
Comment 2 hexum 2016-12-24 23:51:18 UTC
Created attachment 457344 [details]
emerge.info.txt.gz