From owner-svn-src-user@FreeBSD.ORG Wed Feb 18 09:00:11 2015 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A4E3BB1; Wed, 18 Feb 2015 09:00:11 +0000 (UTC) Received: from svn.freebsd.org (svn.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 65B9778E; Wed, 18 Feb 2015 09:00:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I90BGD050037; Wed, 18 Feb 2015 09:00:11 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1I90Ag3050034; Wed, 18 Feb 2015 09:00:10 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201502180900.t1I90Ag3050034@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Wed, 18 Feb 2015 09:00:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r278952 - 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.18-1 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: Wed, 18 Feb 2015 09:00:11 -0000 Author: pho Date: Wed Feb 18 09:00:10 2015 New Revision: 278952 URL: https://svnweb.freebsd.org/changeset/base/278952 Log: Move the "no run" action to all.sh Sponsored by: EMC / Isilon storage division Modified: user/pho/stress2/misc/all.sh user/pho/stress2/misc/snap9.sh Modified: user/pho/stress2/misc/all.sh ============================================================================== --- user/pho/stress2/misc/all.sh Wed Feb 18 08:24:00 2015 (r278951) +++ user/pho/stress2/misc/all.sh Wed Feb 18 09:00:10 2015 (r278952) @@ -75,6 +75,7 @@ # snap5.sh mksnap_ffs stuck in getblk 20111224 # snap6.sh panic: softdep_deallocate_dependencies: unrecovered ... 20130630 # snap8.sh panic: softdep_deallocate_dependencies: unrecovered ... 20120630 +# snap9.sh panic: softdep_deallocate_dependencies: unrecovered ... 20150217 # suj9.sh page fault in softdep_count_dependencies+0x27 20141116 # suj11.sh panic: ufsdirhash_newblk: bad offset 20120118 # suj13.sh general protection fault in bufdaemon 20141130 Modified: user/pho/stress2/misc/snap9.sh ============================================================================== --- user/pho/stress2/misc/snap9.sh Wed Feb 18 08:24:00 2015 (r278951) +++ user/pho/stress2/misc/snap9.sh Wed Feb 18 09:00:10 2015 (r278952) @@ -38,8 +38,6 @@ . ../default.cfg -exit 0 # Waiting for fix. Still an issue @ 20150217 - mount | grep $mntpoint | grep -q /dev/md && umount -f $mntpoint mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart