login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
September
»
29
Re: A unresponsive file system can hang all I/O in the system on linux-2.6.23-rc6 (dirty_thresh problem?)
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Peter Zijlstra <a.p.zijlstra@...>
To: Fengguang Wu <wfg@...>
Cc: Chakri n <chakriin5@...>, Krzysztof Oledzki <olel@...>, <akpm@...>, linux-pm <linux-pm@...>, lkml <linux-kernel@...>
Subject:
Re: A unresponsive file system can hang all I/O in the system on linux-2.6.23-rc6 (dirty_thresh problem?)
Date: Saturday, September 29, 2007 - 10:43 am
On Sat, 2007-09-29 at 20:28 +0800, Fengguang Wu wrote:
quoted text
> On Sat, Sep 29, 2007 at 01:48:01PM +0200, Peter Zijlstra wrote:
quoted text
> > On the patch itself, not sure if it would have been enough. As soon as > > there is a single dirty inode on the list one would get caught in the > > same problem as before. > > That should not be a problem. Normally the few new dirty inodes will > be all cleaned in one go and there are no more dirty inodes left(at > least for a moment). Hmm, I guess the new 'break' should be moved > immediately after writeback_inodes()... > > > That is, if NFS_dirty+NFS_unstable+NFS_writeback > dirty_limit this > > break won't fix it. > > In fact this patch exactly targets at this condition. > When NFS* < dirty_limit, Chakri won't see the lockup at all. > The problem was, there are only two 'break's in the loop, and neither > one evaluates to true for his dd command.
Yeah indeed, when put in the loop, after writeback_inodes() it makes sense. No idea what I was thinking, must be one of those days... :-/ -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
A unresponsive file system can hang all I/O in the system on...
, Chakri n
, (Fri Sep 28, 2:32 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Fengguang Wu
, (Sat Sep 29, 7:04 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Chuck Ebbert
, (Mon Oct 1, 11:57 am)
[PATCH] writeback: avoid possible balance_dirty_pages() lock...
, Fengguang Wu
, (Mon Oct 1, 10:00 pm)
Re: [PATCH] writeback: avoid possible balance_dirty_pages() ...
, Andrew Morton
, (Mon Oct 1, 10:14 pm)
Re: [PATCH] writeback: avoid possible balance_dirty_pages() ...
, Fengguang Wu
, (Tue Oct 2, 8:13 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Peter Zijlstra
, (Sat Sep 29, 7:48 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Fengguang Wu
, (Sat Sep 29, 8:28 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Peter Zijlstra
, (Sat Sep 29, 10:43 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Andrew Morton
, (Fri Sep 28, 2:50 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Daniel Phillips
, (Fri Sep 28, 8:46 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Trond Myklebust
, (Fri Sep 28, 1:00 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Andrew Morton
, (Fri Sep 28, 2:49 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Trond Myklebust
, (Fri Sep 28, 3:16 pm)
KDB?
, Daniel Phillips
, (Fri Sep 28, 9:51 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Andrew Morton
, (Fri Sep 28, 3:26 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Trond Myklebust
, (Fri Sep 28, 3:52 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Daniel Phillips
, (Fri Sep 28, 4:24 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Andrew Morton
, (Fri Sep 28, 4:10 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Trond Myklebust
, (Fri Sep 28, 4:32 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Andrew Morton
, (Fri Sep 28, 4:43 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Chakri n
, (Fri Sep 28, 5:36 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Chakri n
, (Fri Sep 28, 7:33 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Peter Zijlstra
, (Fri Sep 28, 2:48 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Andrew Morton
, (Fri Sep 28, 3:16 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Peter Zijlstra
, (Tue Oct 2, 9:36 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Randy Dunlap
, (Tue Oct 2, 11:42 am)
[PATCH] lockstat: documentation
, Peter Zijlstra
, (Wed Oct 3, 5:28 am)
Re: [PATCH] lockstat: documentation
, Ingo Molnar
, (Wed Oct 3, 5:35 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Jonathan Corbet
, (Fri Sep 28, 9:28 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Andrew Morton
, (Fri Sep 28, 2:04 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Peter Zijlstra
, (Fri Sep 28, 9:35 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Daniel Phillips
, (Fri Sep 28, 9:27 pm)
Re: [linux-pm] Re: A unresponsive file system can hang all I...
, Alan Stern
, (Fri Sep 28, 12:45 pm)
Re: A unresponsive file system can hang all I/O in the syste...
, Peter Zijlstra
, (Fri Sep 28, 2:59 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Chakri n
, (Fri Sep 28, 4:27 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Peter Zijlstra
, (Fri Sep 28, 4:40 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Chakri n
, (Fri Sep 28, 5:01 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Peter Zijlstra
, (Fri Sep 28, 5:12 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Chakri n
, (Fri Sep 28, 5:20 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Peter Zijlstra
, (Fri Sep 28, 5:23 am)
Re: A unresponsive file system can hang all I/O in the syste...
, Chakri n
, (Fri Sep 28, 6:36 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Tejun Heo
[PATCH 2/5] sysfs: simplify sysfs_rename_dir()
Andi Kleen
[PATCH x86] [0/16] Various i386/x86-64 changes
Dave Hansen
Re: [RFC/PATCH] Documentation of kernel messages
git
:
openbsd-misc
:
linux-netdev
:
Gerrit Renker
[PATCH 15/37] dccp: Set per-connection CCIDs via socket options
David Miller
[GIT]: Networking
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Thomas Gleixner
Re: [BUG] New Kernel Bugs
Colocation donated by:
Who's online
There are currently
1 user
and
545 guests
online.
Online users
shavond8
Syndicate