Re: Poor interactive performance with I/O loads with fsync()ing

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andi Kleen
Date: Sunday, April 11, 2010 - 11:42 am

> XFS does not do much better. Just moved my VM images back to ext for

Did you move from XFS to ext3?  ext3 defaults to barriers off, XFS on,
which can make a big difference depending on the disk. You can
disable them on XFS too of course, with the known drawbacks.

XFS also typically needs some tuning to get reasonable log sizes.

My point was merely (before people chime in with counter examples) 
that XFS/btrfs/jfs don't suffer from the "need to sync all transactions for
every fsync" issue. There can (and will be) still other issues.

-Andi

-- 
ak@linux.intel.com -- Speaking for myself only.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Poor interactive performance with I/O loads with fsync ..., Andi Kleen, (Sun Apr 11, 11:42 am)
Re: Poor interactive performance with I/O loads with fsync ..., Hans-Peter Jansen, (Sun Apr 11, 4:43 pm)