Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2015 09:00:10 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r278952 - user/pho/stress2/misc
Message-ID:  <201502180900.t1I90Ag3050034@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502180900.t1I90Ag3050034>