Solving the ext3 latency problem
Solving the ext3 latency problem
Posted Apr 14, 2009 16:56 UTC (Tue) by nye (guest, #51576)Parent article: Solving the ext3 latency problem
data=guarded sounds rather interesting, but I'm not sure I understand how it differs from data=ordered. In what situations could the result be different? The special-casing for rename means that renames should have the same behaviour, and data=guarded appears to mean that resizes have the same behaviour (or does it mean that both data and metadata can now be further delayed than data=ordered?).
IIUC, I suppose there could be things like *new* files being created with zero size after a crash, rather than not being created at all, which doesn't seem like the end of the world. I admit I haven't actually thought this through very much at all yet, so that could be nonsense for both behaviours. :P
What other reliability/data integrity implications would this have?
