From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Sandeen Subject: Re: xfstests: device busy when umount Date: Tue, 17 May 2011 09:32:05 -0500 Message-ID: <4DD286E5.8090105@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Ext4 Developers List , Amir Goldstein , xfs-oss To: Yongqiang Yang Return-path: Received: from mx1.redhat.com ([209.132.183.28]:4863 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755139Ab1EQOcJ (ORCPT ); Tue, 17 May 2011 10:32:09 -0400 In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org List-ID: On 5/17/11 4:03 AM, Yongqiang Yang wrote: > Hi, > > I noticed that all tests which contain 'device busy' errors have > falloc operations. Does the error have something to do with falloc? > cc'ing xfs list since xfs devs maintain xfstests. What tests have "device busy" errors? What do the usual investigative steps such as "lsof" and "fuser" tell you when this happens? Are there loop devices that didn't get cleaned up, or processes that have not terminated? What tests have these problems? -Eric