diff options
author | Matthew Ahrens <mahrens@delphix.com> | 2014-08-01 11:09:46 -0800 |
---|---|---|
committer | Christopher Siden <chris@delphix.com> | 2014-08-01 12:09:47 -0700 |
commit | 539eed8a409366837ae95576ca22df010f901134 (patch) | |
tree | 813585c2a2b3bca5d070f1025e2c4825bb620ada /usr/src | |
parent | 63e911b6fce0acc8e2a1d31ebdaf0c4c12580a14 (diff) | |
download | illumos-joyent-539eed8a409366837ae95576ca22df010f901134.tar.gz |
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>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/ztest/ztest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/ztest/ztest.c b/usr/src/cmd/ztest/ztest.c index 38dfaaba36..6a29b2f32c 100644 --- a/usr/src/cmd/ztest/ztest.c +++ b/usr/src/cmd/ztest/ztest.c @@ -170,7 +170,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 */ |