Whamcloud - gitweb
LU-4293 utils: handle lfs migrate failure in lfs_migrate 16/8616/2
authorAndreas Dilger <andreas.dilger@intel.com>
Wed, 18 Dec 2013 08:50:56 +0000 (01:50 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 11 Jan 2014 05:13:11 +0000 (05:13 +0000)
commit22b128497ac26e6f722270ad9047fd55a40ffa9f
tree64e267400e6c6fabcbcb63b2e48be7a8063349ec
parent2b23ad0d183141dc25377f2d37de6e6e36ba1169
LU-4293 utils: handle lfs migrate failure in lfs_migrate

If "lfs migrate" returns an error, possibly because it is refusing
to migrate an IGIF FID, fall back to using rsync to copy the file
and rename it.  Print a message in this case so the user knows it
is not a fatal error yet.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I114006afb93d8c8d78923a874f3b914200500c1e
Reviewed-on: http://review.whamcloud.com/8616
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Faccini Bruno <bruno.faccini@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/scripts/lfs_migrate
lustre/utils/lfs.c