Whamcloud - gitweb
LU-3409 llite: silence lockdep warning in ll_md_blocking_ast
[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 in lost+found
4 .SH SYNOPSIS
5 .B "ll_recover_lost_found_objs [-hv] -d 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 "\-h"
15 Print help message.
16 .TP
17 .I "\-v"
18 Increase verbosity.
19 .TP
20 .I "\-d directory"
21 Set lost+found directory path.
22 .SH EXAMPLE
23 .fi
24 ll_recover_lost_found_objs -d /mnt/ost/lost+found
25 .SH SEE ALSO
26 .BR lustre (7),
27 .BR ll_decode_filter_fid (8)