svn commit: r273630 - head/tools/regression/zfs/zpool/add

Garrett Cooper ngie at FreeBSD.org
Sat Oct 25 06:10:02 UTC 2014


Author: ngie
Date: Sat Oct 25 06:10:01 2014
New Revision: 273630
URL: https://svnweb.freebsd.org/changeset/base/273630

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

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

Modified: head/tools/regression/zfs/zpool/add/files.t
==============================================================================
--- head/tools/regression/zfs/zpool/add/files.t	Sat Oct 25 05:56:21 2014	(r273629)
+++ head/tools/regression/zfs/zpool/add/files.t	Sat Oct 25 06:10:01 2014	(r273630)
@@ -4,6 +4,8 @@
 dir=`dirname $0`
 . ${dir}/../../misc.sh
 
+[ "${os}" = "FreeBSD" ] && die "panics FreeBSD; see bug # 191573"
+
 echo "1..54"
 
 files_create 8


More information about the svn-src-head mailing list