Whamcloud - gitweb
LU-7931 tests: setup/cleanup after every test script
[fs/lustre-release.git] / lustre / doc / ll_recover_lost_found_objs.8
1 .TH ll_recover_lost_found_objs 1 "Aug 21, 2008" Lustre "utilities"
2 .SH NAME
3 ll_recover_lost_found_objs \- recover Lustre OST objects from lost+found
4 .SH SYNOPSIS
5 .B "ll_recover_lost_found_objs [-hnv] -d scan_directory"
6 .br
7 .SH DESCRIPTION
8 .B ll_recover_lost_found_objs
9 recovers objects from lost+found that might result from a
10 Lustre OST with a corrupted directory. Running e2fsck will fix the
11 directory, but puts all of the objects into lost+found, where they are
12 inaccessible to Lustre.
13 .TP
14 .I "\-d scan_directory"
15 Specify directory that will be scanned.  Normally this is the
16 .RB ' lost+found '
17 directory of an OST.
18 .TP
19 .I "\-h"
20 Print help message.
21 .TP
22 .I "\-n"
23 Run in non-fixing (dry-run) mode to report what would be fixed, but
24 do not actually modify the filesystem.  If the
25 .I scan_directory
26 is specified as the OST object directory (i.e.
27 .RB ' O ' )
28 then the existing OST objects can be scanned to verify and repair
29 their location in the object directory.
30 .TP
31 .I "\-v"
32 Increase verbosity.
33 .SH EXAMPLE
34 .fi
35 ll_recover_lost_found_objs -d /mnt/ost/lost+found
36 .SH SEE ALSO
37 .BR lustre (7),
38 .BR ll_decode_filter_fid (8)