Whamcloud - gitweb
LU-930 doc: fix format man page sections for lctl
[fs/lustre-release.git] / lustre / doc / lctl-llog_info.8
1 .TH LCTL-LLOG_INFO 8 "2020-06-12" 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 .TP
14 .I logname
15 The name of the configuration log, in the form
16 .IR fsname - target ,
17 like \fBtestfs-client\fR or \fBlustrefs-MDT0000\fR. See
18 .BR lctl-llog_catlist (8)
19 for a list of configuration logs.
20 .SH EXAMPLES
21 .TP
22 To print all of the records from the testfs-client configuration log:
23 .br
24 # lctl 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)