<div dir="ltr"><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">Hello.</pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">   This is a patch against the latest kernel source which is based on a patch used by Lustre. The below describes what we are trying to achieve. I like to get a feedback if this is the right approach.</pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">----------------------------------------------------------------------</pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">The ext4 MMP block reads always need to get fresh data from the
underlying disk.  Otherwise, if a remote node is updating the MMP
block and the reads are fetched from the MD RAID5 stripe cache,
it is possible that the local node will incorrectly decide the
remote node has died and allow the filesystem to be mounted on
two nodes at the same time.
</pre><div><br></div></div>