From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: task imap:2958 blocked for more than 120 seconds Date: Wed, 13 Jan 2010 20:08:29 -0500 Message-ID: <20100114010829.GE3428@think> References: <201001102105.47192.johannes.hirte@fem.tu-ilmenau.de> <201001110834.36865@fortytwo.ch> <201001110945.32352@fortytwo.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Johannes Hirte , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org To: Adrian von Bidder Return-path: In-Reply-To: <201001110945.32352@fortytwo.ch> List-ID: On Mon, Jan 11, 2010 at 09:45:31AM +0100, Adrian von Bidder wrote: > On Monday 11 January 2010 08.34:36 Adrian von Bidder wrote: > > "btrfs-vol -b" on an 2T btrfs fs (raid 1 mode over 4 disks) on an arm > > CPU has triggered it several times, so it seems a reliable way to > > reproduce this. > > > > Found it (Debian kernel 2.6.32 on ARM): > > [78260.386272] INFO: task btrfs-vol:10979 blocked for more than 120 seconds. > [78260.386306] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > [78260.386331] btrfs-vol D c02b080c 0 10979 1 0x00000001 > [78260.386373] [] (schedule+0x424/0x488) from [] (schedule_timeout+0x1c/0x244) > [78260.386408] [] (schedule_timeout+0x1c/0x244) from [] (wait_for_common+0xdc/0x178) > [78260.386611] [] (wait_for_common+0xdc/0x178) from [] (merge_reloc_roots+0x15c/0x1a4 [btrfs]) > [78260.386940] [] (merge_reloc_roots+0x15c/0x1a4 [btrfs]) from [] (relocate_block_group+0x548/0x5c8 [btrfs]) Blocking here isn't a huge surprise, relocation can involve some long held locks. Does this recover? -chris