[lustre-discuss] Recovering data from failed Lustre file system

Vicker, Darby (JSC-EG311) darby.vicker-1 at nasa.gov
Fri Oct 13 06:52:18 PDT 2017


I'd recommend using this command to find all the files that were affected:

lfs find --ost <failed ost index> <lustre mount point> > lost_files.txt

Then run an rsync to copy off the data that is left.  Something like:

rsync --exclude lost_files.txt <lustre mount point> <backup dest>



From: lustre-discuss <lustre-discuss-bounces at lists.lustre.org> on behalf of Amjad Syed <amjadcsu at gmail.com>
Date: Friday, October 13, 2017 at 12:42 AM
To: "lustre-discuss at lists.lustre.org" <lustre-discuss at lists.lustre.org>
Subject: [lustre-discuss] Recovering data from failed Lustre file system

Hello,
We have a lustre 1.8.7 running on storage provided by vendor.
The storage array crashed and we have had some data loss .
What is the best way to backup the available data from client ?
Scp, rsync from client crash on Lustre client osc read error.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lustre.org/pipermail/lustre-discuss-lustre.org/attachments/20171013/ff74ee7a/attachment-0001.html>


More information about the lustre-discuss mailing list