aboutsummaryrefslogtreecommitdiffstats
path: root/tests/zfs-tests/include/default.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zfs-tests/include/default.cfg.in')
-rw-r--r--tests/zfs-tests/include/default.cfg.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/zfs-tests/include/default.cfg.in b/tests/zfs-tests/include/default.cfg.in
index d6913f1f3..ef34d2b90 100644
--- a/tests/zfs-tests/include/default.cfg.in
+++ b/tests/zfs-tests/include/default.cfg.in
@@ -160,6 +160,12 @@ export BIGVOLSIZE=1eb
# Default to limit disks to be checked
export MAX_FINDDISKSNUM=6
+# Default minimum size for file based vdevs in the test suite
+export MINVDEVSIZE=$((256 * 1024 * 1024))
+
+# Minimum vdev size possible as defined in the OS
+export SPA_MINDEVSIZE=$((64 * 1024 * 1024))
+
# For iscsi target support
export ISCSITGTFILE=/tmp/iscsitgt_file
export ISCSITGT_FMRI=svc:/system/iscsitgt:default