Whamcloud - gitweb
LU-12635 build: Support for gcc -Wimplicit-fallthrough
[fs/lustre-release.git] / lustre / doc / lctl-llog_info.8
1 .TH lctl-llog_info 8 "2019 Jan 10" Lustre "configuration utilities"
2 .SH NAME
3 lctl llog_info \- print information about a Lustre configuration log
4 .SH SYNOPSIS
5 .B lctl llog_info
6 .RI < logname >
7
8 .SH DESCRIPTION
9 .B lctl llog_info
10 is used to print information about the configuration log given by
11 .IR logname .
12 .SH OPTIONS
13 .B logname
14 The name of the configuration log, in the form
15 .IR fsname - target ,
16 like
17 .B testfs-client
18 or
19 .BR lustrefs-MDT0000 .
20 .SH EXAMPLES
21 .TP
22 To print all of the records from the testfs-client configuration log:
23 .br
24 # lctl --device MGS llog_info testfs-client
25 .br
26 logid:            [0x4:0xa:0x0]:0
27 .br
28 flags:            4 (plain)
29 .br
30 records_count:    48
31 .br
32 last_index:       47
33 .SH AVAILABILITY
34 .B lctl llog_info
35 is a subcommand of
36 .BR lctl (8)
37 and is distributed as part of the
38 .BR lustre (7)
39 filesystem package.
40 .SH SEE ALSO
41 .BR lctl (8),
42 .BR lctl-llog_catlist (8),
43 .BR lctl-llog_cancel (8),
44 .BR lctl-llog_print (8)