Comment 17 for bug 1979885

Revision history for this message
Harald Rudell (harald-rudell) wrote :

nfsconf --dump # working system, /etc/default files
[general]
 pipefs-directory = /run/rpc_pipefs

[mountd]
 manage-gids = 1

[nfsd]
 threads = 8
 udp = 0
 vers2 = n
 vers3 = n
 vers4 = y

# failing system /etc/nfs.conf
[general]
 pipefs-directory = /run/rpc_pipefs

[mountd]
 manage-gids = y

[nfsd]
 host = 192.168.1.2
 threads = 8
 udp = 0
 vers2 = n
 vers3 = n
 vers4 = y

#2 has manage-gids = y instead of 1 and host = 192.168.1.2 for specific interface