Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2018 07:32:15 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r330532 - user/pho/stress2/misc
Message-ID:  <201803060732.w267WFpG014781@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Tue Mar  6 07:32:14 2018
New Revision: 330532
URL: https://svnweb.freebsd.org/changeset/base/330532

Log:
  Added problem found.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  user/pho/stress2/misc/graid1_9.sh

Modified: user/pho/stress2/misc/graid1_9.sh
==============================================================================
--- user/pho/stress2/misc/graid1_9.sh	Tue Mar  6 07:30:53 2018	(r330531)
+++ user/pho/stress2/misc/graid1_9.sh	Tue Mar  6 07:32:14 2018	(r330532)
@@ -29,9 +29,11 @@
 #
 
 # Copy of graid1.sh with fail points added.
-# WiP
 # https://people.freebsd.org/~pho/stress/log/mark015.txt
 # Fixed by r327779
+
+# Problem also seen with non SU:
+# https://people.freebsd.org/~pho/stress/log/numa027.txt
 
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
 



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