aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2012-02-06 19:50:40 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-02-15 00:19:44 -0500
commitef159e9177cc5a09e6174796dde0b2d243ddf28b (patch)
tree848dc5cc90b9090a1bfb00021cf3e3511569fdef /Documentation/kernel-parameters.txt
parent45d43c291e9a922d7b432b0dbcb1d8fb70d8410f (diff)
NFSv4.1: Add a module parameter to set the number of session slots
Add the module parameter 'max_session_slots' to set the initial number of slots that the NFSv4.1 client will attempt to negotiate with the server. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 033d4e69b43b..1d369c6286e1 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1657,6 +1657,14 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1657 of returning the full 64-bit number. 1657 of returning the full 64-bit number.
1658 The default is to return 64-bit inode numbers. 1658 The default is to return 64-bit inode numbers.
1659 1659
1660 nfs.max_session_slots=
1661 [NFSv4.1] Sets the maximum number of session slots
1662 the client will attempt to negotiate with the server.
1663 This limits the number of simultaneous RPC requests
1664 that the client can send to the NFSv4.1 server.
1665 Note that there is little point in setting this
1666 value higher than the max_tcp_slot_table_limit.
1667
1660 nfs.nfs4_disable_idmapping= 1668 nfs.nfs4_disable_idmapping=
1661 [NFSv4] When set to the default of '1', this option 1669 [NFSv4] When set to the default of '1', this option
1662 ensures that both the RPC level authentication 1670 ensures that both the RPC level authentication