From owner-svn-src-user@FreeBSD.ORG Sun Mar 17 18:21:50 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 98512CEA for ; Sun, 17 Mar 2013 18:21:50 +0000 (UTC) (envelope-from pho@holm.cc) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.freebsd.org (Postfix) with SMTP id 3CB16CD9 for ; Sun, 17 Mar 2013 18:21:50 +0000 (UTC) Received: (qmail 30040 invoked from network); 17 Mar 2013 18:21:42 -0000 Received: from 87.58.146.155 (HELO x2.osted.lan) (87.58.146.155) by relay03.pair.com with SMTP; 17 Mar 2013 18:21:42 -0000 X-pair-Authenticated: 87.58.146.155 Received: from x2.osted.lan (localhost [127.0.0.1]) by x2.osted.lan (8.14.5/8.14.5) with ESMTP id r2HILgp1011619; Sun, 17 Mar 2013 19:21:42 +0100 (CET) (envelope-from pho@x2.osted.lan) Received: (from pho@localhost) by x2.osted.lan (8.14.5/8.14.5/Submit) id r2HILfBF011618; Sun, 17 Mar 2013 19:21:41 +0100 (CET) (envelope-from pho) Date: Sun, 17 Mar 2013 19:21:41 +0100 From: Peter Holm To: Pawel Jakub Dawidek Subject: Re: svn commit: r248423 - user/pho/stress2/misc Message-ID: <20130317182141.GA11462@x2.osted.lan> References: <201303171518.r2HFIF6N042534@svn.freebsd.org> <20130317163717.GH1364@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130317163717.GH1364@garage.freebsd.pl> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: src-committers@freebsd.org, svn-src-user@freebsd.org X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2013 18:21:50 -0000 On Sun, Mar 17, 2013 at 05:37:17PM +0100, Pawel Jakub Dawidek wrote: > On Sun, Mar 17, 2013 at 03:18:15PM +0000, Peter Holm wrote: > > Author: pho > > Date: Sun Mar 17 15:18:15 2013 > > New Revision: 248423 > > URL: http://svnweb.freebsd.org/changeset/base/248423 > > > > Log: > > Added new negative name cache regression test. > > I understand this is the test you were using to test kib's r248422? Yes, that is right. > Would you mind trying it on ZFS? > The problem showed up immediately with UFS. I was not able to find any problems with a test on raidz, but then again nor was I able to show the problem on TMPFS. - Peter