Hello, Greg Freemyer wrote: > On Thu, Apr 9, 2009 at 2:13 PM, Tejun Heo <tj@xxxxxxxxxx> wrote: >> Lelsie Rhorer wrote: >> ... >>> The issue is the entire array will occasionally pause completely for about >>> 40 seconds when a file is created. This does not always happen, but the >>> situation is easily reproducible. >> Does the kernel whine about anything when this happens? > > Tejun, > > There is a long thread on linux-raid about this issue: > > http://markmail.org/message/a32fsnsaa5mmpthw > > Per the thread, Leslie is not seeing anything in the logs. That was a long thread. Heh... yeah, at the first look, it looks like more of VM / FS interaction problem than low level driver problem. Using blktrace/blkparse to track IO insertion, issue and completion latencies would help to whether the problem is above the block layer or below it. If you can bear with slower operation, keeping issuing sync repeatedly (ie. something like while true; do sync; sleep 1; done) and see how the behavior changes might shed some light on what's going on too. Also, disabling journal and seeing how the behavior changes could be revealing too. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html