Whamcloud - gitweb
LU-8386 zfs: Use ZFS_MAXPROPLEN instead of ZFS_MAXNAMELEN
[fs/lustre-release.git] / lustre / doc / lctl-lfsck-stop.8
1 .TH lctl-lfsck-stop 8 "2016 Apr 1" Lustre "Lustre online fsck"
2 .SH SYNOPSIS
3 .br
4 .B lctl lfsck_stop  \fR<-M | --device [MDT,OST]_device> [-A | --all] [-h | --help]
5 .br
6 .SH DESCRIPTION
7 Stop LFSCK on the specified MDT or OST device.
8 .SH OPTIONS
9 .TP
10 .B  -M, --device <[MDT,OST]_device>
11 The MDT or OST device to stop LFSCK/scrub on.
12 .TP
13 .B  -A, --all
14 Stop LFSCK on all nodes via the specified MDT device (see "-M" option) by
15 single LFSCK command.
16 .TP
17 .B  -h, --help
18 Show this help.
19
20 .SH AVAILABILITY
21 .B lctl
22 is part of the
23 .BR Lustre (7)
24 filesystem package.
25 .SH SEE ALSO
26 .BR lustre (7),
27 .BR lctl-lfsck-start (8),
28 .BR lctl-lfsck-query (8)