On Wed, Aug 22, 2012 at 8:44 PM, Tao Ma <t...@tao.ma> wrote:

> I guess the final solution will be WRITE_FUA, and I see btrfs uses it to
> write out the superblock. It will be handled differently by the
> underlying block layer so that it will not be in the elevator queue. It
> should work but I am not sure whether we need to be so aggressive. Maybe
> some test will show.
>
>
FUA is an overkill for the heartbeat data because we don't care if that data
hits the platter or not. It can stay in the device's volatile cache.
Infact, staying
in the cache, and not hitting the platter, is better.
_______________________________________________
Ocfs2-devel mailing list
Ocfs2-devel@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-devel

Reply via email to