Whamcloud - gitweb
LU-10966 utils: Fix `lfs check` documentation and arguments
[fs/lustre-release.git] / lustre / doc / lctl-llog_info.8
1 .TH lctl-llog_info 8 "2017 Feb 24" 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 flags:            4 (plain)
28 records_count:    48
29 last_index:       47
30 .SH AVAILABILITY
31 .B lctl llog_info
32 is a subcommand of
33 .BR lctl (8)
34 and is distributed as part of the
35 .BR lustre (7)
36 filesystem package.
37 .SH SEE ALSO
38 .BR lctl (8)
39 .BR lctl-llog_catlist (8)
40 .BR lctl-llog_print (8)