From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752980Ab2H0PAR (ORCPT ); Mon, 27 Aug 2012 11:00:17 -0400 Received: from mail-ob0-f174.google.com ([209.85.214.174]:60393 "EHLO mail-ob0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752597Ab2H0PAL (ORCPT ); Mon, 27 Aug 2012 11:00:11 -0400 MIME-Version: 1.0 X-Originating-IP: [72.73.18.11] Date: Mon, 27 Aug 2012 11:00:10 -0400 Message-ID: Subject: 3.5.2: moving files from xfs/disk -> nfs: radix_tree_lookup_slot+0xe/0x10 From: Justin Piszcz To: linux-kernel@vger.kernel.org Cc: xfs@oss.sgi.com Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Moving ~276GB of files (mainly large backups) and everything has seemed to lockup on the client moving data to the server, it is still in this state.. [75716.705697] INFO: task sync:8790 blocked for more than 120 seconds. [75716.705701] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [75716.705703] sync D ffff88040ec54830 0 8790 2141 0x00000000 [75716.705708] ffff88001fff1d08 0000000000000086 ffffffff81862fc0 ffff88001fff1fd8 [75716.705713] ffff88001fff1fd8 0000000000004000 ffff88041d958670 ffff88040ec54830 [75716.705716] ffff88001fff1c38 ffffffff812dcaee ffff88001fff1c58 ffff88001fff1d78 [75716.705720] Call Trace: [75716.705729] [] ? radix_tree_lookup_slot+0xe/0x10 [75716.705733] [] ? find_get_pages_tag+0xc6/0x150 [75716.705738] [] ? __enqueue_entity+0x70/0x80 [75716.705742] [] ? __sync_filesystem+0x90/0x90 [75716.705747] [] schedule+0x24/0x70 [75716.705751] [] schedule_timeout+0x1a9/0x210 [75716.705755] [] ? calc_period_shift+0x60/0x60 [75716.705760] [] ? check_preempt_curr+0x75/0xa0 [75716.705764] [] wait_for_common+0xc0/0x150 [75716.705767] [] ? try_to_wake_up+0x280/0x280 [75716.705770] [] ? __sync_filesystem+0x90/0x90 [75716.705773] [] wait_for_completion+0x18/0x20 [75716.705777] [] writeback_inodes_sb_nr+0x77/0xa0 [75716.705782] [] ? shrink_dcache_for_umount_subtree+0x111/0x1d0 [75716.705785] [] writeback_inodes_sb+0x29/0x40 [75716.705788] [] __sync_filesystem+0x47/0x90 [75716.705791] [] sync_one_sb+0x1b/0x20 [75716.705795] [] iterate_supers+0xe1/0xf0 [75716.705798] [] sys_sync+0x2b/0x60 [75716.705802] [] system_call_fastpath+0x1a/0x1f [75836.701197] INFO: task sync:8790 blocked for more than 120 seconds. Thoughts? Justin.