diff options
author | Weston Andros Adamson <dros@netapp.com> | 2012-02-17 15:20:24 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-03-01 17:10:21 -0500 |
commit | db8ac8ba871ae7b97118cfb2913b4986867f09a7 (patch) | |
tree | cae7a2bfb92ea435f356f767cb0f36a819cceace /Documentation/kernel-parameters.txt | |
parent | 57e62324e469e092ecc6c94a7a86fe4bd6ac5172 (diff) |
NFSv4: Send implementation id with exchange_id
Send the nfs implementation id in EXCHANGE_ID requests unless the module
parameter nfs.send_implementation_id is 0.
This adds a CONFIG variable for the nii_domain that defaults to "kernel.org".
Signed-off-by: Weston Andros Adamson <dros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 1d369c6286e1..7bae0fd3b63c 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1678,6 +1678,15 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1678 | back to using the idmapper. | 1678 | back to using the idmapper. |
1679 | To turn off this behaviour, set the value to '0'. | 1679 | To turn off this behaviour, set the value to '0'. |
1680 | 1680 | ||
1681 | nfs.send_implementation_id = | ||
1682 | [NFSv4.1] Send client implementation identification | ||
1683 | information in exchange_id requests. | ||
1684 | If zero, no implementation identification information | ||
1685 | will be sent. | ||
1686 | The default is to send the implementation identification | ||
1687 | information. | ||
1688 | |||
1689 | |||
1681 | nmi_debug= [KNL,AVR32,SH] Specify one or more actions to take | 1690 | nmi_debug= [KNL,AVR32,SH] Specify one or more actions to take |
1682 | when a NMI is triggered. | 1691 | when a NMI is triggered. |
1683 | Format: [state][,regs][,debounce][,die] | 1692 | Format: [state][,regs][,debounce][,die] |