Re: Raid-5 long write wait while reading

2007-06-07 Thread Bill Davidsen
tj wrote: Bill Davidsen wrote: tj wrote: Thomas Jager wrote: Hi list. I run a file server on MD raid-5. If a client reads one big file and at the same time another client tries to write a file, the thread writing just sits in uninterruptible sleep until the reader has finished. Only very

Re: Raid-5 long write wait while reading

2007-06-02 Thread tj
Bill Davidsen wrote: tj wrote: Thomas Jager wrote: Hi list. I run a file server on MD raid-5. If a client reads one big file and at the same time another client tries to write a file, the thread writing just sits in uninterruptible sleep until the reader has finished. Only very small

Re: Raid-5 long write wait while reading

2007-05-24 Thread Thomas Jager
Holger Kiehl wrote: Hello On Tue, 22 May 2007, Thomas Jager wrote: Hi list. I run a file server on MD raid-5. If a client reads one big file and at the same time another client tries to write a file, the thread writing just sits in uninterruptible sleep until the reader has finished. Only