svn commit: r273633 - head/tools/regression/zfs/zpool/create

Garrett Cooper ngie at FreeBSD.org
Sat Oct 25 07:20:47 UTC 2014


Author: ngie
Date: Sat Oct 25 07:20:46 2014
New Revision: 273633
URL: https://svnweb.freebsd.org/changeset/base/273633

Log:
  Bail out of the script on FreeBSD due to deterministic panic issue
  
  PR: 194589
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/tools/regression/zfs/zpool/create/files.t

Modified: head/tools/regression/zfs/zpool/create/files.t
==============================================================================
--- head/tools/regression/zfs/zpool/create/files.t	Sat Oct 25 06:33:00 2014	(r273632)
+++ head/tools/regression/zfs/zpool/create/files.t	Sat Oct 25 07:20:46 2014	(r273633)
@@ -4,6 +4,8 @@
 dir=`dirname $0`
 . ${dir}/../../misc.sh
 
+[ "${os}" = "FreeBSD" ] && die "panics FreeBSD; see bug # 194589"
+
 echo "1..59"
 
 files_create 5


More information about the svn-src-head mailing list