<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body>
<br>
Default Lustre striping is just straight RAID0, so the data on (say) OST0 is not anywhere else.  You can still access data and files on other OSTs, and you can create files that live on other OSTs, so I don’t think the MDS is useless.  But this is the reason
 for failover - to ensure you can still access your data despite this sort of issue.<br>
<br>
The FLR feature in Lustre 2.11 does allow mirroring of files, but requires manual resyncing of mirrors, so it’s powerful but limited.<br>
<br>
To be honest, if you’re in a situation where you have highly unreliable hardware/power, I would say there are other file systems (such as Ceph) that will serve you better.  Lustre has significant resiliency capabilities but it is designed first for performance
 and does require failover (and the extra setup and cabling it requires).  Systems like Ceph are designed specifically with reliability as the first priority, using things like erasure coding to provide data availability through disk target failure.  (They
 can’t match Lustre on scalability and high end performance.)<br>
<br>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> lustre-discuss <lustre-discuss-bounces@lists.lustre.org> on behalf of shirshak bajgain <shirshak55@gmail.com><br>
<b>Sent:</b> Sunday, November 11, 2018 7:49:19 AM<br>
<b>To:</b> lustre-discuss@lists.lustre.org<br>
<b>Subject:</b> [lustre-discuss] How to solve issue when OSS is turned off?</font>
<div> </div>
</div>
<div>
<div dir="ltr">We frequently have power cut and we are on testing phase. Suppose one OSS is poweroff. It means we cannot mount anything on lusture client right? And cannot lusture work on another poweron oss?<br>
<br>
Like<br>
<br>
OSS1 -> OST0 OST1 OST2<br>
OSS2 -> OST3 OST4 OST5<br>
OSS3 -> OST6 OST7 OST8<br>
<br>
Is is due to striping like a file is stripped to parts and stored on multiple OST. So if one OSS fail (without failover oss etc.) it means that mdt/mgs is useless?<br>
<br>
Thanks.<br>
<br>
<br>
</div>
</div>
</body>
</html>