From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian May Subject: open sleeps Date: Fri, 20 Jun 2008 09:14:46 +1000 Message-ID: <485AE866.6070206@vpac.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: linux-fsdevel@vger.kernel.org Return-path: Received: from zimbra.vpac.org ([202.158.218.6]:57025 "EHLO zimbra.vpac.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753213AbYFSXWm (ORCPT ); Thu, 19 Jun 2008 19:22:42 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hello, I am having (weird) issues with XFS, in that open(...) on certain files takes 45 seconds to return. After the file has been opened, the next file in the same directory takes 45 seconds. If the file was recently opened it returns immediately. I thought this was a low level I/O issue, so copied the files in question to a completely independent RAID array (separate LVM, RAID, controllers, disks), but the problem remains. I raised the issue on the XFS mailing list and was told the problem was the the lease breaking code in VFS[2], and that I should contact this mailing list. This is with the kernel in Debian/Stable: hq:/tmp# uname -a Linux hq 2.6.18-6-686 #1 SMP Sun Feb 10 22:11:31 UTC 2008 i686 GNU/Linux More details: [1] [2] Any ideas? Please CC me responses. Thanks. Brian May