svn commit: r269426 - vendor/illumos/dist/cmd/ztest

Xin LI delphij at FreeBSD.org
Sat Aug 2 06:33:58 UTC 2014


Author: delphij
Date: Sat Aug  2 06:33:58 2014
New Revision: 269426
URL: http://svnweb.freebsd.org/changeset/base/269426

Log:
  Author: Matthew Ahrens <mahrens at delphix.com>
  Date:   Fri Aug 1 11:09:46 2014 -0800
  
      5039 ztest should default to larger device sizes
      Reviewed by: George Wilson <george.wilson at delphix.com>
      Reviewed by: Max Grossman <max.grossman at delphix.com>
      Reviewed by: Christopher Siden <christopher.siden at delphix.com>
      Reviewed by: Saso Kiselkov <skiselkov.ml at gmail.com>
      Approved by: Richard Lowe <richlowe at richlowe.net>
  
  illumos/illumos-gate at 539eed8a409366837ae95576ca22df010f901134

Modified:
  vendor/illumos/dist/cmd/ztest/ztest.c

Modified: vendor/illumos/dist/cmd/ztest/ztest.c
==============================================================================
--- vendor/illumos/dist/cmd/ztest/ztest.c	Sat Aug  2 05:19:33 2014	(r269425)
+++ vendor/illumos/dist/cmd/ztest/ztest.c	Sat Aug  2 06:33:58 2014	(r269426)
@@ -170,7 +170,7 @@ static const ztest_shared_opts_t ztest_o
 	.zo_mirrors = 2,
 	.zo_raidz = 4,
 	.zo_raidz_parity = 1,
-	.zo_vdev_size = SPA_MINDEVSIZE,
+	.zo_vdev_size = SPA_MINDEVSIZE * 2,
 	.zo_datasets = 7,
 	.zo_threads = 23,
 	.zo_passtime = 60,		/* 60 seconds */


More information about the svn-src-all mailing list