Whamcloud - gitweb
LU-12616 obclass: fix MDS start/stop race
[fs/lustre-release.git] / lustre / doc / lctl-llog_catlist.8
1 .TH lctl-llog_catlist 8 "2019 Jan 10" 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 The
12 .IR fsname -client
13 logs contains configuration records for the client nodes, the
14 .IR fsname -MDT xxxx
15 logs contain records for the MDT(s), the
16 .IR fsname -OST xxxx
17 logs contain records for the OSTs.  The
18 .B lctl conf_param
19 parameters are stored in these log files for the specified filesystem.  The
20 .B params
21 log file contains the
22 .B lctl set_param -P
23 parameters for all filesystems serviced by this MGS.
24 .SH EXAMPLES
25 .TP
26 To list all of the configuration logs on the MGS:
27 .br
28 # lctl --device MGS llog_catlist
29 .br
30 config_log: testfs-OST0000
31 .br
32 config_log: testfs-MDT0000
33 .br
34 config_log: testfs-OST0001
35 .br
36 config_log: testfs-client
37 .br
38 config_log: params
39 .br
40 .TP
41 To list all of the recovery llog files on the MGS:
42 .br
43 # lctl --device testfs-MDT0000 llog_catlist
44 .br
45 catalog_log: [0x5:0x1:0x0]:0
46 .br
47 catalog_log: [0x6:0x1:0x0]:0
48 .br
49 catalog_log: [0x7:0x1:0x0]:0
50 .SH AVAILABILITY
51 .B lctl llog_catlist
52 is a subcommand of
53 .BR lctl (8)
54 and is distributed as part of the
55 .BR lustre (7)
56 filesystem package.
57 .SH SEE ALSO
58 .BR lctl (8),
59 .BR lctl-llog_cancel (8),
60 .BR lctl-llog_info (8),
61 .BR lctl-llog_print (8)