Whamcloud - gitweb
Branch HEAD
authortianzy <tianzy>
Thu, 11 Dec 2008 08:11:48 +0000 (08:11 +0000)
committertianzy <tianzy>
Thu, 11 Dec 2008 08:11:48 +0000 (08:11 +0000)
add ll_recover_lost_found_objs to lustre manual
b=16911

lustre/doc/Makefile.am
lustre/doc/ll_recover_lost_found_objs.8 [new file with mode: 0644]

index ea12668..7481540 100644 (file)
@@ -48,7 +48,7 @@ SUFFIXES = .lin .lyx .pdf .ps .sgml .html .txt .tex .fig .eps .dvi
 
 MANFILES = lustre.7 lfs.1 mount.lustre.8 mkfs.lustre.8 tunefs.lustre.8 lctl.8 \
        llverdev.8 llbackup.8 llapi_quotactl.3 llobdstat.8 llstat.8 plot-llstat.8 \
 
 MANFILES = lustre.7 lfs.1 mount.lustre.8 mkfs.lustre.8 tunefs.lustre.8 lctl.8 \
        llverdev.8 llbackup.8 llapi_quotactl.3 llobdstat.8 llstat.8 plot-llstat.8 \
-       l_getgroups.8 lst.8 routerstat.8
+       l_getgroups.8 lst.8 routerstat.8 ll_recover_lost_found_objs.8
 
 if UTILS
 man_MANS = $(MANFILES)
 
 if UTILS
 man_MANS = $(MANFILES)
diff --git a/lustre/doc/ll_recover_lost_found_objs.8 b/lustre/doc/ll_recover_lost_found_objs.8
new file mode 100644 (file)
index 0000000..717c2ef
--- /dev/null
@@ -0,0 +1,25 @@
+.TH ll_recover_lost_found_objs 1 "Aug 21, 2008" Lustre "utilities"
+.SH NAME
+ll_recover_lost_found_objs \- recover Lustre OST objects in lost+found
+.SH SYNOPSIS
+.B "ll_recover_lost_found_objs [-hv] -d directory"
+.br
+.SH DESCRIPTION
+.B ll_recover_lost_found_objs
+recovers objects from lost+found that might result from a
+Lustre OST with a corrupted directory. Running e2fsck will fix the
+directory, but puts all of the objects into lost+found, where they are
+inaccessible to Lustre.
+.TP
+.I "\-h"
+Print help message.
+.TP
+.I "\-v"
+Increase verbosity.
+.TP
+.I "\-d directory"
+Set lost+found directory path.
+.SH EXAMPLE
+.fi
+ll_recover_lost_found_objs -d /mnt/ost/lost+found
+.fi