Whamcloud - gitweb
LU-17705 ptlrpc: replace synchronize_rcu() with rcu_barrier()
[fs/lustre-release.git] / lustre / doc / lctl-list_param.8
1 .TH LCTL-LIST_PARAM 8 "2019-06-16" Lustre "configuration utilities"
2 .SH NAME
3 lctl-list_param \- list configuration parameter names
4 .SH SYNOPSIS
5 .BR list_param " [" -F | -R ]
6 .RI < param_search " ...>"
7 .SH DESCRIPTION
8 List the Lustre or LNet parameter name(s) matching
9 .IR param_search .
10 The parameter name(s) may contain wildcards using
11 .BR glob (3)
12 pathname patterns.
13 .TP
14 .B -F
15 Append '/', '@' or '=' for dirs, symlinks and writeable files, respectively.
16 .TP
17 .B -R
18 Recursively list all parameters under the specified parameter search string. If
19 .I param_search
20 is unspecified, all the parameters will be shown.
21 .SH EXAMPLES
22 .B
23 # lctl list_param ost.*
24 .br
25   ost.OSS
26 .br
27   ost.num_refs
28 .br
29 .B
30 # lctl list_param -F ost.* debug
31 .br
32   ost.OSS/
33 .br
34   ost.num_refs
35 .br
36   debug=
37 .br
38 .B
39 # lctl list_param -R mdt
40 .br
41   mdt
42 .br
43   mdt.lustre-MDT0000
44 .br
45   mdt.lustre-MDT0000.capa
46 .br
47   mdt.lustre-MDT0000.capa_count
48 .br
49   mdt.lustre-MDT0000.capa_key_timeout
50 .br
51   mdt.lustre-MDT0000.capa_timeout
52 .br
53   mdt.lustre-MDT0000.commit_on_sharing
54 .br
55   mdt.lustre-MDT0000.evict_client
56 .br
57   ...
58 .SH SEE ALSO
59 .BR lustre (7),
60 .BR lctl-get_param (8),
61 .BR lctl-set_parm (8),
62 .BR lfs (1)