From 79c6dffa6bd27209727a32a37bc281244426e0b5 Mon Sep 17 00:00:00 2001 From: Kevin Greene <104801862+kxgreene@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:02:46 -0800 Subject: [PATCH] Allowing PERFPOOL to be defined by zfs-test users Reviewed-by: John Wren Kennedy Reviewed-by: Brian Behlendorf Signed-off-by: Kevin Greene Closes #15868 --- tests/zfs-tests/include/default.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/zfs-tests/include/default.cfg.in b/tests/zfs-tests/include/default.cfg.in index 3aed8ebea0..db70a02a78 100644 --- a/tests/zfs-tests/include/default.cfg.in +++ b/tests/zfs-tests/include/default.cfg.in @@ -80,7 +80,7 @@ export TESTPOOL=testpool export TESTPOOL1=testpool1 export TESTPOOL2=testpool2 export TESTPOOL3=testpool3 -export PERFPOOL=perfpool +export PERFPOOL=${PERFPOOL:-perfpool} # some test file system names export TESTFS=testfs