Hmm, what happens if applications keep dirtying so much data you miss
your 17minute deadline?
Anyway...
ext2
+ lots of memory
+ tweaked settings of kflushd (only write data older than 10 years)
+ just not using sync/fsync except during shutdown
+ find / | xargs cat
...is ramback, right? Should have same performance, and you can still
read/write during that 17+17 minutes.
Ok, find | xargs might be slower... but we probably want to fix that
anyway....
It has big advantage: if you only tell kflushd to hold up writes for
an hour, you loose a little in performance and gain a lot in
reliability...
(If ext2+tweaks is slower than ramback, we have a bug to fix, I'm
afraid).
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--