From the first sight I'd say that flusher thread is not properly writing out
https://bugzilla.novell.com/show_bug.cgi?id=715852 https://bugzilla.novell.com/show_bug.cgi?id=715852#c1 Jan Kara <jack@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |jnelson-suse@jamponi.net --- Comment #1 from Jan Kara <jack@suse.com> 2012-03-27 18:23:48 UTC --- Interesting, thanks for report. Is this deterministic? I.e. could you say that all the files written to some point got lost? Maybe you could try the following: mkdir /tmp/testdir; for (( i = 0; i < 1000; i++ )); do echo "file$i"; echo "foobar" >/tmp/testdir/file$i; sleep 5; done And trigger reboot (e.g. "echo b >/proc/sysrq-trigger") after the above is running for 10 minutes or so. Then you could compare how many files got lost compared to what was written to the screen. old files... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.