Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2015 13:45:48 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r287363 - user/pho/stress2/misc
Message-ID:  <201509011345.t81Djm8x017271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Tue Sep  1 13:45:47 2015
New Revision: 287363
URL: https://svnweb.freebsd.org/changeset/base/287363

Log:
  Added note about findings.
  
  Sponsored by:	EMC / Isilon storage division

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

Modified: user/pho/stress2/misc/nullfs2.sh
==============================================================================
--- user/pho/stress2/misc/nullfs2.sh	Tue Sep  1 13:21:32 2015	(r287362)
+++ user/pho/stress2/misc/nullfs2.sh	Tue Sep  1 13:45:47 2015	(r287363)
@@ -28,7 +28,11 @@
 # $FreeBSD$
 #
 
-# Simple nullfs test scenario
+# Simple nullfs test scenario.
+
+# Deadlock seen:
+# https://people.freebsd.org/~pho/stress/log/nullfs2-2.txt
+# suj34.sh seems to trigger the same problem.
 
 [ `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?201509011345.t81Djm8x017271>