From mboxrd@z Thu Jan 1 00:00:00 1970 From: Denys Fedorysychenko Subject: Re: endless sync on bdi_sched_wait()? 2.6.33.1 Date: Thu, 8 Apr 2010 13:12:05 +0300 Message-ID: <201004081312.06018.nuclearcat@nuclearcat.com> References: <201003311907.31342.nuclearcat@nuclearcat.com> <20100408092850.GA20488@quack.suse.cz> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Alexander Viro , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Jan Kara Return-path: Received: from hosting.visp.net.lb ([194.146.153.11]:55662 "EHLO hosting.visp.net.lb" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755821Ab0DHKNW (ORCPT ); Thu, 8 Apr 2010 06:13:22 -0400 In-Reply-To: <20100408092850.GA20488@quack.suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: > > SUPERPROXY ~ # cat /proc/1753/stack > > [] bdi_sched_wait+0x8/0xc > > [] wait_on_bit+0x20/0x2c > > [] sync_inodes_sb+0x6f/0x10a > > [] __sync_filesystem+0x28/0x49 > > [] sync_filesystems+0x7f/0xc0 > > [] sys_sync+0x1b/0x2d > > [] syscall_call+0x7/0xb > > [] 0xffffffff > > Hmm, I guess you are observing the problem reported in > https://bugzilla.kernel.org/show_bug.cgi?id=14830 > There seem to be several issues in the per-bdi writeback code that > cause sync on a busy filesystem to last almost forever. To that bug are > attached two patches that fix two issues but apparently it's not all. > I'm still looking into it... > > Honza > Hi Thanks for info, i will try to test them as soon as i finish with my current issues, and kernel will reach at least rc5, because servers where i test - loaded and production.