From owner-svn-src-user@FreeBSD.ORG Tue Feb 10 12:35:08 2015 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE4B65DB; Tue, 10 Feb 2015 12:35:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA6877F6; Tue, 10 Feb 2015 12:35:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ACZ8Cn075642; Tue, 10 Feb 2015 12:35:08 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1ACZ84M075639; Tue, 10 Feb 2015 12:35:08 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201502101235.t1ACZ84M075639@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Tue, 10 Feb 2015 12:35:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r278504 - user/pho/stress2/misc X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 12:35:09 -0000 Author: pho Date: Tue Feb 10 12:35:07 2015 New Revision: 278504 URL: https://svnweb.freebsd.org/changeset/base/278504 Log: Fix trailing whitespace. Sponsored by: EMC / Isilon storage division Modified: user/pho/stress2/misc/unionfs.sh user/pho/stress2/misc/unionfs2.sh Modified: user/pho/stress2/misc/unionfs.sh ============================================================================== --- user/pho/stress2/misc/unionfs.sh Tue Feb 10 12:08:52 2015 (r278503) +++ user/pho/stress2/misc/unionfs.sh Tue Feb 10 12:35:07 2015 (r278504) @@ -46,7 +46,7 @@ mount /dev/md${mdstart}$part $mntpoint mount -t unionfs -o noatime /mnt /tmp export RUNDIR=/tmp/stressX export runRUNTIME=10m # Run tests for 10 minutes -(cd ..; ./run.sh disk.cfg) +(cd ..; ./run.sh disk.cfg) while mount | grep $mntpoint | grep -q /dev/md; do umount $mntpoint || sleep 1 done Modified: user/pho/stress2/misc/unionfs2.sh ============================================================================== --- user/pho/stress2/misc/unionfs2.sh Tue Feb 10 12:08:52 2015 (r278503) +++ user/pho/stress2/misc/unionfs2.sh Tue Feb 10 12:35:07 2015 (r278504) @@ -38,7 +38,7 @@ for i in 1 0; do export RUNDIR=/var/tmp/unionfs/stressX export runRUNTIME=10m # Run tests for 10 minutes - (cd ..; ./run.sh disk.cfg) + (cd ..; ./run.sh disk.cfg) false while mount | grep -q /unionfs; do umount /tmp/stressX > /dev/null 2>&1