Skip to content

nfsd.service: Fix startup gap #400

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

nfsd.service: Fix startup gap #400

wants to merge 1 commit into from

Commits on Jul 19, 2024

  1. nfsd.service: Fix startup gap

    We've seen that a client sometimes gets EPERM when a server reboots.
    
    This is caused by `exportfs -ra` running during boot when the network is
    not yet available and the hostnames can't be resolved. Start nfsd after
    the network is online.
    
    Also make sure, that mxmounts is done.
    
    Also, don't unexport on nfsd exit.
    
    exportfs(8):
    
      Exporting to IP networks or DNS and NIS domains does not enable
      clients from these  groups  to  access  NFS  immediately.  Rather,
      these  sorts of exports are hints to rpc.mountd(8) to grant any mount
      requests from these clients.  This is usually not a problem, because
      any existing mounts are preserved in rmtab across reboots.
    donald committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5a68de1 View commit details
    Browse the repository at this point in the history