Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 603628 - net-fs/nfs-utils with systemd should create /var/lib/nfs/v4recovery at run time
Summary: net-fs/nfs-utils with systemd should create /var/lib/nfs/v4recovery at run time
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-24 02:08 UTC by hexum
Modified: 2016-12-28 17:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge.info.txt.gz (emerge.info.txt.gz,4.32 KB, application/gzip)
2016-12-24 23:51 UTC, hexum
Details

Note You need to log in before you can comment on or make changes to this bug.
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