svn commit: r278952 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Wed Feb 18 09:00:11 UTC 2015


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
 


More information about the svn-src-user mailing list