Lines Matching refs:server
7 production system. Injecting an error on the Linux NFS server will allow us to
16 On the client, mount the fault injection server through NFS v4.0+ and do some
19 On the server, mount the debugfs filesystem to <debug_dir> and ls
21 injecting faults on the NFS server. As root, write a number n to the file
22 corresponding to the action you want the server to take. The server will then
24 to <debug_dir>/nfsd/forget_locks. A value of 0 will tell the server to forget
35 The NFS server keeps a list of clients that have placed a mount call. If
36 this list is cleared, the server will have no knowledge of who the client
37 is, forcing the client to reauthenticate with the server.
40 The NFS server keeps a list of what files are currently opened and who
45 The NFS server keeps a list of what files are currently locked in the VFS.
56 Delegations can be recalled by the server when another client attempts to
67 `inject_faults.sh forget_locks 1` as root will instruct the server to forget
68 one lock. Running `inject_faults forget_locks` will instruct the server to