Skip to content

nfsd.service: Retry exports #129

Merged
merged 1 commit into from
Jul 6, 2020
Merged

nfsd.service: Retry exports #129

merged 1 commit into from
Jul 6, 2020

Conversation

donald
Copy link
Collaborator

@donald donald commented Jul 6, 2020

Our fileservers sometimes don't export to all clients after reboot.
This can be fixed by manually executing exportfs -r.

This might be caused by DNS lookup timeouts when the local
unbound server has no cache yet and thus has to pull DNSKEY
records from remove servers.

Try to mitigate the problem by doing additional exportfs -r commands
10,30 and 60 seconds after the nfsd.service unit was started.

Closes: mariux64/bee-files#1841

Our fileservers sometimes don't export to all clients after reboot.
This can be fixed by manually executing `exportfs -r`.

This might be caused by DNS lookup timeouts when the local
unbound server has no cache yet and thus has to pull DNSKEY
records from remove servers.

Try to mitigate the problem by doing additional `exportfs -r` commands
10,30 and 60 seconds after the nfsd.service unit was started.
@pmenzel pmenzel merged commit 9c3aedb into master Jul 6, 2020
@pmenzel
Copy link
Contributor

pmenzel commented Jul 6, 2020

What a hack. ;-)

Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mariux64: After a fileserver reboot, sometimes the filesystems are not exported to all clients
2 participants