Whamcloud - gitweb
- dump i_mode as well
[fs/lustre-release.git] / lustre / doc / lfs.lyx
index b8568da..28890e0 100644 (file)
@@ -59,6 +59,12 @@ getstripe <file_name>
 \series bold 
 lfs\SpecialChar ~
 setstripe <filename> <stripe_size> <start_ost> <stripe_cnt>
+\layout Standard
+
+
+\series bold 
+lfs\SpecialChar ~
+check <mds| osts| servers>
 \layout Subsection
 
 DESCRIPTION
@@ -101,6 +107,23 @@ getstripe
 
 
 \series bold 
+check 
+\series default 
+Display the status of MDS or OSTs (as specified in the command) or all the
+ servers (MDS and OSTs)
+\layout List
+\labelwidthstring 00.00.0000
+
+
+\series bold 
+osts
+\series default 
+ List all the OSTs for the filesystem
+\layout List
+\labelwidthstring 00.00.0000
+
+
+\series bold 
 help
 \series default 
  Provides brief help on the various arguments
@@ -167,7 +190,22 @@ given
 file
 \layout LyX-Code
 
-   $lfs find /mnt/lustre/file1
+   $lfs find /mnt/lustre/foo1
+\layout LyX-Code
+
+   OBDS:    
+\layout LyX-Code
+
+      0: OST_localhost_UUID 
+\layout LyX-Code
+
+   /mnt/lustre/foo1         
+\layout LyX-Code
+
+   obdidx           objid          objid            group              
+\layout LyX-Code
+
+   0                 1            0x1                0 
 \layout Description
 
 Listing\SpecialChar ~
@@ -218,8 +256,50 @@ OST
 \layout LyX-Code
 
    $lfs find -r --obd OST2_UUID /mnt/lustre/
+\layout Description
+
+Check\SpecialChar ~
+the\SpecialChar ~
+status\SpecialChar ~
+of\SpecialChar ~
+all\SpecialChar ~
+servers(mds,\SpecialChar ~
+osts)
+\layout LyX-Code
+
+   $lfs check servers 
+\layout LyX-Code
+
+   OSC_localhost.localdomain_OST_localhost_mds1 active.
+\layout LyX-Code
+
+   OSC_localhost.localdomain_OST_localhost_MNT_localhost active.
+\layout LyX-Code
+
+   MDC_localhost.localdomain_mds1_MNT_localhost active.
+\layout LyX-Code
+
+   $
+\layout Description
+
+List\SpecialChar ~
+all\SpecialChar ~
+the\SpecialChar ~
+OSTs
+\layout LyX-Code
+
+   $lfs osts 
+\layout LyX-Code
+
+   OBDS:    
+\layout LyX-Code
+
+   0: OST_localhost_UUID   
 \layout LyX-Code
 
+   $
 \layout Subsection
 
 BUGS