mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-30 19:07:15 +00:00
SUNRPC: Fix server-side fault injection documentation
Fixes: 37324e6bb1
("SUNRPC: Cache deferral injection")
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
parent
842e00ac3a
commit
36f2ef2dd4
1 changed files with 7 additions and 0 deletions
|
@ -169,6 +169,13 @@ configuration of fault-injection capabilities.
|
||||||
default is 'N', setting it to 'Y' will disable disconnect
|
default is 'N', setting it to 'Y' will disable disconnect
|
||||||
injection on the RPC server.
|
injection on the RPC server.
|
||||||
|
|
||||||
|
- /sys/kernel/debug/fail_sunrpc/ignore-cache-wait:
|
||||||
|
|
||||||
|
Format: { 'Y' | 'N' }
|
||||||
|
|
||||||
|
default is 'N', setting it to 'Y' will disable cache wait
|
||||||
|
injection on the RPC server.
|
||||||
|
|
||||||
- /sys/kernel/debug/fail_function/inject:
|
- /sys/kernel/debug/fail_function/inject:
|
||||||
|
|
||||||
Format: { 'function-name' | '!function-name' | '' }
|
Format: { 'function-name' | '!function-name' | '' }
|
||||||
|
|
Loading…
Add table
Reference in a new issue