Viewing: lctl-lfsck-stop.8

.TH LCTL-LFSCK_STOP 8 2024-08-13 Lustre "Lustre Configuration Utilities"
.SH NAME
lctl-lfsck_stop \- stop the online Lustre File System Check
.SH SYNOPSIS
.SY "lctl lfsck_stop"
.RB [ -M | --device
.RI { MDT , OST } _DEVICE ]
.RB [ -A | --all ]
.RB [ -h | --help ]
.YS
.SH DESCRIPTION
Stop LFSCK on the specified MDT or OST device.
.SH OPTIONS
.TP
.BR -M ", " --device " {"\fIMDT\fR,\fIOST\fR}\fI_DEVICE
The MDT or OST device to stop LFSCK/scrub on. If
.RB " -M "
option is not specified,
it will select the available Lustre device on current server automatically.
But under the following cases you need to specify the device (see "-M" option)
explicitly: if there are multiple devices on current server those belong to
different Lustre filesystems, or if
.RB " -A "
option is not specified and there are multiple devices on current server.
.TP
.BR -A ", " --all
Stop LFSCK on all available devices in the system by single LFSCK command.
Such LFSCK command can be executed on any MDT device in the system.
.TP
.BR -h ", " --help
Show this help.
.SH AVAILABILITY
.B lctl-lfsck-stop
is part of the
.BR lustre (7)
filesystem package since release 2.3.0
.\" Added in commit v2_2_59_0-40-g7cecfcffae
.SH SEE ALSO
.BR lctl (8),
.BR lctl-lfsck-query (8),
.BR lctl-lfsck-start (8)