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

Commits on Jul 6, 2020

  1. nfsd.service: Retry exports

    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.
    donald committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    44f4cc6 View commit details
    Browse the repository at this point in the history