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

Garrett Cooper ngie at FreeBSD.org
Sat Oct 25 06:28:49 UTC 2014


Author: ngie
Date: Sat Oct 25 06:28:48 2014
New Revision: 273631
URL: https://svnweb.freebsd.org/changeset/base/273631

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

Modified:
  head/tools/regression/zfs/zpool/add/option-f_size_mismatch.t

Modified: head/tools/regression/zfs/zpool/add/option-f_size_mismatch.t
==============================================================================
--- head/tools/regression/zfs/zpool/add/option-f_size_mismatch.t	Sat Oct 25 06:10:01 2014	(r273630)
+++ head/tools/regression/zfs/zpool/add/option-f_size_mismatch.t	Sat Oct 25 06:28:48 2014	(r273631)
@@ -4,6 +4,8 @@
 dir=`dirname $0`
 . ${dir}/../../misc.sh
 
+[ "${os}" = "FreeBSD" ] && die "panics FreeBSD; see bug # 194586"
+
 echo "1..100"
 
 disks_create 7


More information about the svn-src-all mailing list