diff options
author | Scott Mayhew <smayhew@redhat.com> | 2020-02-19 21:52:15 +0100 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2020-03-16 17:04:30 +0100 |
commit | 7627d7dc79a8edd4b8f946a66002ea4205203112 (patch) | |
tree | ada1890d3a593920ca589e8f5c5fd6836a66fc60 /scripts/namespace.pl | |
parent | Linux 5.6-rc6 (diff) | |
download | linux-7627d7dc79a8edd4b8f946a66002ea4205203112.tar.xz linux-7627d7dc79a8edd4b8f946a66002ea4205203112.zip |
nfsd: set the server_scope during service startup
Currently, nfsd4_encode_exchange_id() encodes the utsname nodename
string in the server_scope field. In a multi-host container
environemnt, if an nfsd container is restarted on a different host than
it was originally running on, clients will see a server_scope mismatch
and will not attempt to reclaim opens.
Instead, set the server_scope while we're in a process context during
service startup, so we get the utsname nodename of the current process
and store that in nfsd_net.
Signed-off-by: Scott Mayhew <smayhew@redhat.com>
[bfields: fix up major_id too]
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'scripts/namespace.pl')
0 files changed, 0 insertions, 0 deletions