From 4d6369c1678d94422cb2fe92c333eb3083191f33 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 11 Jan 2016 13:23:04 -0800 Subject: [PATCH] Illumos 5039 - ztest should default to larger device sizes 5039 ztest should default to larger device sizes Reviewed by: George Wilson Reviewed by: Max Grossman Reviewed by: Christopher Siden Reviewed by: Saso Kiselkov Approved by: Richard Lowe References: https://www.illumos.org/issues/5039 https://github.com/illumos/illumos-gate/commit/539eed8 Ported-by: Brian Behlendorf --- cmd/ztest/ztest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ztest/ztest.c b/cmd/ztest/ztest.c index 34bae1102..026fe5417 100644 --- a/cmd/ztest/ztest.c +++ b/cmd/ztest/ztest.c @@ -175,7 +175,7 @@ static const ztest_shared_opts_t ztest_opts_defaults = { .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 */