aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 247dcfd62034..7c33ef8a1ba9 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1672,6 +1672,14 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1672 of returning the full 64-bit number. 1672 of returning the full 64-bit number.
1673 The default is to return 64-bit inode numbers. 1673 The default is to return 64-bit inode numbers.
1674 1674
1675 nfs.max_session_slots=
1676 [NFSv4.1] Sets the maximum number of session slots
1677 the client will attempt to negotiate with the server.
1678 This limits the number of simultaneous RPC requests
1679 that the client can send to the NFSv4.1 server.
1680 Note that there is little point in setting this
1681 value higher than the max_tcp_slot_table_limit.
1682
1675 nfs.nfs4_disable_idmapping= 1683 nfs.nfs4_disable_idmapping=
1676 [NFSv4] When set to the default of '1', this option 1684 [NFSv4] When set to the default of '1', this option
1677 ensures that both the RPC level authentication 1685 ensures that both the RPC level authentication
@@ -1685,6 +1693,21 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1685 back to using the idmapper. 1693 back to using the idmapper.
1686 To turn off this behaviour, set the value to '0'. 1694 To turn off this behaviour, set the value to '0'.
1687 1695
1696 nfs.send_implementation_id =
1697 [NFSv4.1] Send client implementation identification
1698 information in exchange_id requests.
1699 If zero, no implementation identification information
1700 will be sent.
1701 The default is to send the implementation identification
1702 information.
1703
1704
1705 objlayoutdriver.osd_login_prog=
1706 [NFS] [OBJLAYOUT] sets the pathname to the program which
1707 is used to automatically discover and login into new
1708 osd-targets. Please see:
1709 Documentation/filesystems/pnfs.txt for more explanations
1710
1688 nmi_debug= [KNL,AVR32,SH] Specify one or more actions to take 1711 nmi_debug= [KNL,AVR32,SH] Specify one or more actions to take
1689 when a NMI is triggered. 1712 when a NMI is triggered.
1690 Format: [state][,regs][,debounce][,die] 1713 Format: [state][,regs][,debounce][,die]