diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2012-09-14 17:24:41 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-10-01 18:33:33 -0400 |
commit | 6f2ea7f2a3ff3cd342bface43f8b4bf5e431cf36 (patch) | |
tree | c20a5610aa8f934cb46bbb38c901e16d43ea602a /Documentation/kernel-parameters.txt | |
parent | 05f4c350ee02e9461c6ae3a880ea326a06835e37 (diff) |
NFS: Add nfs4_unique_id boot parameter
An optional boot parameter is introduced to allow client
administrators to specify a string that the Linux NFS client can
insert into its nfs_client_id4 id string, to make it both more
globally unique, and to ensure that it doesn't change even if the
client's nodename changes.
If this boot parameter is not specified, the client's nodename is
used, as before.
Client installation procedures can create a unique string (typically,
a UUID) which remains unchanged during the lifetime of that client
instance. This works just like creating a UUID for the label of the
system's root and boot volumes.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index ad7e2e5088c1..396a1e66e0ae 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1719,6 +1719,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1719 | will be autodetected by the client, and it will fall | 1719 | will be autodetected by the client, and it will fall |
1720 | back to using the idmapper. | 1720 | back to using the idmapper. |
1721 | To turn off this behaviour, set the value to '0'. | 1721 | To turn off this behaviour, set the value to '0'. |
1722 | nfs.nfs4_unique_id= | ||
1723 | [NFS4] Specify an additional fixed unique ident- | ||
1724 | ification string that NFSv4 clients can insert into | ||
1725 | their nfs_client_id4 string. This is typically a | ||
1726 | UUID that is generated at system install time. | ||
1722 | 1727 | ||
1723 | nfs.send_implementation_id = | 1728 | nfs.send_implementation_id = |
1724 | [NFSv4.1] Send client implementation identification | 1729 | [NFSv4.1] Send client implementation identification |