From owner-svn-src-user@freebsd.org Sat Sep 30 12:06:23 2017 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F7ACE26B70 for ; Sat, 30 Sep 2017 12:06:23 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0EBFA6E762; Sat, 30 Sep 2017 12:06:22 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UC6MDm026550; Sat, 30 Sep 2017 12:06:22 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UC6Mpi026549; Sat, 30 Sep 2017 12:06:22 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201709301206.v8UC6Mpi026549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Sat, 30 Sep 2017 12:06:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r324121 - user/pho/stress2/misc X-SVN-Group: user X-SVN-Commit-Author: pho X-SVN-Commit-Paths: user/pho/stress2/misc X-SVN-Commit-Revision: 324121 X-SVN-Commit-Repository: base 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.23 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: Sat, 30 Sep 2017 12:06:23 -0000 Author: pho Date: Sat Sep 30 12:06:21 2017 New Revision: 324121 URL: https://svnweb.freebsd.org/changeset/base/324121 Log: Added comment on how to repeat. Sponsored by: Dell EMC Isilon Modified: user/pho/stress2/misc/mmap28.sh Modified: user/pho/stress2/misc/mmap28.sh ============================================================================== --- user/pho/stress2/misc/mmap28.sh Sat Sep 30 11:45:33 2017 (r324120) +++ user/pho/stress2/misc/mmap28.sh Sat Sep 30 12:06:21 2017 (r324121) @@ -37,6 +37,7 @@ # whereas this test runs as expected on r292372. # https://people.freebsd.org/~pho/stress/log/mmap28-2.txt # https://people.freebsd.org/~pho/stress/log/mmap28-3.txt +# To repeat, run this test with "sysctl vfs.ffs.use_buf_pager=0". # Fixed by r307626 # Test scenario refinement by kib@