From owner-svn-src-user@freebsd.org Thu Sep 10 13:28:09 2015 Return-Path: <owner-svn-src-user@freebsd.org> 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 B1A6EA00C16 for <svn-src-user@mailman.ysv.freebsd.org>; Thu, 10 Sep 2015 13:28:09 +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 8A0B819EC; Thu, 10 Sep 2015 13:28:09 +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 t8ADS9gT001987; Thu, 10 Sep 2015 13:28:09 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8ADS8Ep001984; Thu, 10 Sep 2015 13:28:08 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201509101328.t8ADS8Ep001984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm <pho@FreeBSD.org> Date: Thu, 10 Sep 2015 13:28:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r287622 - 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" <svn-src-user.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-user>, <mailto:svn-src-user-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-src-user/> List-Post: <mailto:svn-src-user@freebsd.org> List-Help: <mailto:svn-src-user-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-user>, <mailto:svn-src-user-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 10 Sep 2015 13:28:09 -0000 Author: pho Date: Thu Sep 10 13:28:08 2015 New Revision: 287622 URL: https://svnweb.freebsd.org/changeset/base/287622 Log: Added comment about problems found. Sponsored by: EMC / Isilon storage division Modified: user/pho/stress2/misc/rename3.sh user/pho/stress2/misc/suj31.sh user/pho/stress2/misc/trim6.sh Modified: user/pho/stress2/misc/rename3.sh ============================================================================== --- user/pho/stress2/misc/rename3.sh Thu Sep 10 12:40:31 2015 (r287621) +++ user/pho/stress2/misc/rename3.sh Thu Sep 10 13:28:08 2015 (r287622) @@ -31,6 +31,10 @@ # Test vulnerability to transient failures when a directory closer # to the root directory is renamed +# Deadlocks seen: +# https://people.freebsd.org/~pho/stress/log/kostik447.txt +# https://people.freebsd.org/~pho/stress/log/kirk058.txt + # Test scenario by Tor Egge root=/tmp Modified: user/pho/stress2/misc/suj31.sh ============================================================================== --- user/pho/stress2/misc/suj31.sh Thu Sep 10 12:40:31 2015 (r287621) +++ user/pho/stress2/misc/suj31.sh Thu Sep 10 13:28:08 2015 (r287622) @@ -33,6 +33,9 @@ # Run with marcus.cfg on a 2g swap backed MD # Scenario: Update old disk to SU+J +# OOVM seen: +# https://people.freebsd.org/~pho/stress/log/suj31.txt + . ../default.cfg mount | grep $mntpoint | grep -q /dev/md && umount -f $mntpoint Modified: user/pho/stress2/misc/trim6.sh ============================================================================== --- user/pho/stress2/misc/trim6.sh Thu Sep 10 12:40:31 2015 (r287621) +++ user/pho/stress2/misc/trim6.sh Thu Sep 10 13:28:08 2015 (r287622) @@ -36,6 +36,9 @@ # https://people.freebsd.org/~pho/stress/log/trim6.txt # Fixed by r287361. +# "panic: negative mnt_ref" seen: +# https://people.freebsd.org/~pho/stress/log/kostik835.txt + [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 r=`mount | grep -w soft-updates | awk '{print $1}' | while read dev; do