diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2010-09-17 10:54:37 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-09-17 10:54:37 -0400 |
commit | 306a075362a288683f6346185f97dd0e06df19da (patch) | |
tree | bcade14a2a0b634c5bf64eab87db8219d8d6981c /Documentation/kernel-parameters.txt | |
parent | 8d2321037896aa4868a67f45b2d6ed52b579a48a (diff) |
NFS: Allow NFSROOT debugging messages to be enabled dynamically
As a convenience, introduce a kernel command line option to enable
NFSROOT debugging messages.
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, 4 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index f084af0cb8e0..0fe70b2c4194 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1532,12 +1532,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1532 | 1 to enable accounting | 1532 | 1 to enable accounting |
1533 | Default value is 0. | 1533 | Default value is 0. |
1534 | 1534 | ||
1535 | nfsaddrs= [NFS] | 1535 | nfsaddrs= [NFS] Deprecated. Use ip= instead. |
1536 | See Documentation/filesystems/nfs/nfsroot.txt. | 1536 | See Documentation/filesystems/nfs/nfsroot.txt. |
1537 | 1537 | ||
1538 | nfsroot= [NFS] nfs root filesystem for disk-less boxes. | 1538 | nfsroot= [NFS] nfs root filesystem for disk-less boxes. |
1539 | See Documentation/filesystems/nfs/nfsroot.txt. | 1539 | See Documentation/filesystems/nfs/nfsroot.txt. |
1540 | 1540 | ||
1541 | nfsrootdebug [NFS] enable nfsroot debugging messages. | ||
1542 | See Documentation/filesystems/nfs/nfsroot.txt. | ||
1543 | |||
1541 | nfs.callback_tcpport= | 1544 | nfs.callback_tcpport= |
1542 | [NFS] set the TCP port on which the NFSv4 callback | 1545 | [NFS] set the TCP port on which the NFSv4 callback |
1543 | channel should listen. | 1546 | channel should listen. |