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

Peter Holm pho at FreeBSD.org
Tue Mar 6 07:32:15 UTC 2018


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
 


More information about the svn-src-user mailing list