Whamcloud - gitweb
LU-14286 osd-ldiskfs: fallocate() should zero new blocks
[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
6 [--device <\fIdevice\fR>]
7 .B llog_catlist
8 .SH DESCRIPTION
9 .B lctl llog_catlist
10 is used to list the configuration log files on the MGS, or other target.
11 This is useful to find the names of all the configuration files available.
12 The
13 .IR fsname -client
14 logs contains configuration records for the client nodes, the
15 .IR fsname -MDT xxxx
16 logs contain records for the MDT(s), the
17 .IR fsname -OST xxxx
18 logs contain records for the OSTs.  The
19 .B lctl conf_param
20 parameters are stored in these log files for the specified filesystem.  The
21 .B params
22 log file contains the
23 .B lctl set_param -P
24 parameters for all filesystems serviced by this MGS.
25 .SH OPTIONS
26 .TP
27 .B --device \fIdevice\fR
28 The
29 .I device
30 to be used. By default MGS device is used for this operation.
31 .SH EXAMPLES
32 .TP
33 To list all of the configuration logs on the MGS:
34 .br
35 # lctl llog_catlist
36 .br
37 config_log: testfs-OST0000
38 .br
39 config_log: testfs-MDT0000
40 .br
41 config_log: testfs-OST0001
42 .br
43 config_log: testfs-client
44 .br
45 config_log: params
46 .br
47 .TP
48 To list all of the recovery llog files on the MGS:
49 .br
50 # lctl --device testfs-MDT0000 llog_catlist
51 .br
52 catalog_log: [0x5:0x1:0x0]:0
53 .br
54 catalog_log: [0x6:0x1:0x0]:0
55 .br
56 catalog_log: [0x7:0x1:0x0]:0
57 .SH AVAILABILITY
58 .B lctl llog_catlist
59 is a subcommand of
60 .BR lctl (8)
61 and is distributed as part of the
62 .BR lustre (7)
63 filesystem package.
64 .SH SEE ALSO
65 .BR lctl (8),
66 .BR lctl-llog_cancel (8),
67 .BR lctl-llog_info (8),
68 .BR lctl-llog_print (8)