summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorBrian Behlendorf <behlendorf1@llnl.gov>2016-01-11 13:23:04 -0800
committerBrian Behlendorf <behlendorf1@llnl.gov>2016-01-11 14:10:31 -0800
commit4d6369c1678d94422cb2fe92c333eb3083191f33 (patch)
tree4c8cd2bd380a75fb4646f0e13f2f262443cd196a /cmd
parentb870c7e5f4fe4520a32277bcc57b10a200a390aa (diff)
Illumos 5039 - ztest should default to larger device sizes
5039 ztest should default to larger device sizes Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Max Grossman <max.grossman@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net> References: https://www.illumos.org/issues/5039 https://github.com/illumos/illumos-gate/commit/539eed8 Ported-by: Brian Behlendorf <behlendorf1@llnl.gov>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ztest/ztest.c2
1 files changed, 1 insertions, 1 deletions
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 */