From owner-svn-src-user@freebsd.org Tue Sep 1 13:47:13 2015 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BAC59C6218 for ; Tue, 1 Sep 2015 13:47:13 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D29D1B67; Tue, 1 Sep 2015 13:47:13 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t81DlC4K017375; Tue, 1 Sep 2015 13:47:12 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t81DlC61017374; Tue, 1 Sep 2015 13:47:12 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201509011347.t81DlC61017374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Tue, 1 Sep 2015 13:47:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r287364 - user/pho/stress2/misc X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 01 Sep 2015 13:47:13 -0000 Author: pho Date: Tue Sep 1 13:47:12 2015 New Revision: 287364 URL: https://svnweb.freebsd.org/changeset/base/287364 Log: Added note about findings. Sponsored by: EMC / Isilon storage division Modified: user/pho/stress2/misc/suj34.sh Modified: user/pho/stress2/misc/suj34.sh ============================================================================== --- user/pho/stress2/misc/suj34.sh Tue Sep 1 13:45:47 2015 (r287363) +++ user/pho/stress2/misc/suj34.sh Tue Sep 1 13:47:12 2015 (r287364) @@ -28,8 +28,9 @@ # $FreeBSD$ # -# Simple suj / nullfs test scenario +# Simple suj / nullfs test scenario. # http://people.freebsd.org/~pho/stress/log/suj34.txt +# More debug info: https://people.freebsd.org/~pho/stress/log/kostik831.txt [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1