Viewing: lctl-llog_info.8

.TH LCTL-LLOG_INFO 8 2024-08-14" Lustre "Lustre Configuration Utilities"
.SH NAME
lctl-llog_info \- print information about a Lustre configuration log
.SH SYNOPSIS
.SY "lctl llog_info"
.I LOGNAME
.YS
.SH DESCRIPTION
.B lctl llog_info
is used to print information about the configuration log given by
.IR LOGNAME .
.SH OPTIONS
.TP
.I LOGNAME
The name of the configuration log, in the form
.IR FSNAME - TARGET ,
like
.BR testfs-client or lustrefs-MDT0000 .
See
.BR lctl-llog_catlist (8)
for a list of configuration logs.
.SH EXAMPLES
To print all of the records from the testfs-client configuration log:
.RS
.EX
.B # lctl llog_info testfs-client
logid:            [0x4:0xa:0x0]:0
flags:            4 (plain)
records_count:    48
last_index:       47
.EE
.RE
.SH AVAILABILITY
.B lctl llog_info
is a subcommand of
.BR lctl (8)
and is distributed as part of the
.BR lustre (7)
filesystem package since release 0.10.0
.\" Added in commit 0.0.0-3210-gc5050e4125
.SH SEE ALSO
.BR lctl (8),
.BR lctl-llog_cancel (8),
.BR lctl-llog_catlist (8),
.BR lctl-llog_print (8)