Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Dec 2013 09:58:50 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r258917 - user/pho/stress2
Message-ID:  <201312040958.rB49woH3056844@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Wed Dec  4 09:58:50 2013
New Revision: 258917
URL: http://svnweb.freebsd.org/changeset/base/258917

Log:
  Try harder to stop the swap test program, no need to have "ulimit -t", fix
  a spelling error and add a new flag for newfs.
  
  Sponsored by:	EMC / Isilon storage division

Modified:
  user/pho/stress2/default.cfg

Modified: user/pho/stress2/default.cfg
==============================================================================
--- user/pho/stress2/default.cfg	Wed Dec  4 09:48:52 2013	(r258916)
+++ user/pho/stress2/default.cfg	Wed Dec  4 09:58:50 2013	(r258917)
@@ -29,6 +29,7 @@ export swapINCARNATIONS=${swapINCARNATIO
 export swapLOAD=80
 
 export syscallKILL=1
+export swapKILL=1	# May takes a long time to stop
 
 export rwLOAD=70
 export mkdirLOAD=80
@@ -50,8 +51,6 @@ testcases/udp/udp
 testcases/tcp/tcp
 "
 
-[ -r default.cfg ] && ulimit -t 200	# Do not run this for the misc sub directory
-
 # 
 # Defaults for ./misc tests
 #
@@ -60,7 +59,8 @@ diskimage=/var/tmp/diskimage	# Location 
 mntpoint=/mnt			# Disk image mount point
 testuser=pho			# Name of non root test user
 mdstart=5			# Start of free md units
-part=a				# partitition to use on a md FS
+part=a				# partition to use on a md FS
+newfs_flags="-U"		# default file system flags
 
 # Wrapper for dd
 dede () {        # file, blocksize, count



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