Whamcloud - gitweb
LU-930 utils: update lfs_migrate example usage
authorAndreas Dilger <adilger@whamcloud.com>
Tue, 6 Nov 2012 23:12:40 +0000 (16:12 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 23 Nov 2012 18:35:05 +0000 (13:35 -0500)
commit94a34b9ad16e9dc2bbcc0ed7bad89f2e6a671a90
tree6cc4807fe7ea9891e395f91acb833eb4602394fa
parent74a7b9cbb2fe1729db7bcf74fef031fed73239d7
LU-930 utils: update lfs_migrate example usage

Update the lfs_migrate example usage to exclude files created within
the past two days.  This makes it more clear that the current script
needs to take care to avoid migrating files that may still be modified
by applications.  While two day old files are not guaranteed to be
unused, it definitely would avoid the vast majority of cases of files
that were just created and are being written to by running apps.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: If7c06ef3b0688db492930a56d7ba5ad4599b04e2
Reviewed-on: http://review.whamcloud.com/4481
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Richard Henwood <richard.henwood@intel.com>
Reviewed-by: Li Wei <wei.g.li@intel.com>
lustre/doc/lfs_migrate.1