Hello!

On Sep 11, 2009, at 9:33 AM, Aaron Knister wrote:

> Is the read cache corruption actually causing on-disk corruption? Or  
> just in-memory corruption? I'm assuming the write cache corruption  
> would end up causing the file to become corrupt on disk, but if a  
> node crashes during a write then I'm personally not all that  
> bothered by it.

Well, It's in-memory corruption that can later on could lead to on- 
disk corruption.
Consider that the app does partial-page write or just reads and then  
writes back data.
In both cases invalid data would be read from the cache and then  
written back to the disk.

Bye,
     Oleg
_______________________________________________
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss

Reply via email to