Skip to content

Commit 4d6369c

Browse files
committed
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 illumos/illumos-gate@539eed8 Ported-by: Brian Behlendorf <behlendorf1@llnl.gov>
1 parent b870c7e commit 4d6369c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ztest/ztest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ static const ztest_shared_opts_t ztest_opts_defaults = {
175175
.zo_mirrors = 2,
176176
.zo_raidz = 4,
177177
.zo_raidz_parity = 1,
178-
.zo_vdev_size = SPA_MINDEVSIZE,
178+
.zo_vdev_size = SPA_MINDEVSIZE * 2,
179179
.zo_datasets = 7,
180180
.zo_threads = 23,
181181
.zo_passtime = 60, /* 60 seconds */

0 commit comments

Comments
 (0)