Whamcloud - gitweb
b=22235 llapi_uuid_match() prints bogus error message on upgraded filesystem
authorDmitry Zogin <dmitry.zogin@sun.com>
Mon, 5 Apr 2010 18:49:42 +0000 (11:49 -0700)
committerRobert Read <robert.read@oracle.com>
Mon, 5 Apr 2010 18:49:42 +0000 (11:49 -0700)
commit5bf26d86b7ef2d2b6f853fb5e092028f5b253d94
tree59d7000b249569c35e152a8f9c6cb9ebd29fd901
parent13dc8fed9e415f0d03a5393c48478be8c76242f0
b=22235 llapi_uuid_match() prints bogus error message on upgraded filesystem

   1. Increase the "lfs df" column width to handle TB sized devices cleanly
   2. Allow matching OST names without trailing _UUID v2 (validate lengths)
   3. Allow negating the "--obd" option to "lfs find"
   4. Remove duplicate code in mntdf() iterating over MDTs/OSTs; handle errors

   o=andreas.dilger
   i=dmitry.zogin
   i=nathan.rutman
lustre/doc/lfs.1
lustre/include/lustre/liblustreapi.h
lustre/utils/lfs.c
lustre/utils/liblustreapi.c