Whamcloud - gitweb
LU-10966 utils: Fix `lfs check` documentation and arguments
[fs/lustre-release.git] / lustre / doc / lctl-llog_catlist.8
1 .TH lctl-llog_catlist 8 "2017 Feb 24" Lustre "configuration utilities"
2 .SH NAME
3 lctl llog_catlist \- list Lustre configuration log files
4 .SH SYNOPSIS
5 .B lctl llog_catlist
6
7 .SH DESCRIPTION
8 .B lctl llog_catlist
9 is used to list the configuration log files on the MGS, or other target.
10 This is useful to find the names of all the configuration files available.
11 .SH EXAMPLES
12 .TP
13 To list all of the records on the MGS:
14 .br
15 # lctl --device MGS llog_catlist
16 .br
17 config_log: testfs-OST0000
18 .br
19 config_log: testfs-MDT0000
20 .br
21 config_log: testfs-client
22 .br
23 config_log: params-client
24 .br
25 config_log: testfs-OST0001
26 .SH AVAILABILITY
27 .B lctl llog_catlist
28 is a subcommand of
29 .BR lctl (8)
30 and is distributed as part of the
31 .BR lustre (7)
32 filesystem package.
33 .SH SEE ALSO
34 .BR lctl (8)
35 .BR lctl-llog_info (8)
36 .BR lctl-llog_print (8)