From 43d82295d28bacaa1cf8d1be9b89cc65fa6b2c33 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 8 Jan 2023 09:43:58 -0700 Subject: [PATCH] testing: Make sure to specify a name for zpools Zpools have to have a name. Pools created w/o a name aren't legit and trigger a number of bugs. Sponsored by: Netflix --- tools/boot/full-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/boot/full-test.sh b/tools/boot/full-test.sh index d8bc5d964f2..6f45d6bfe20 100644 --- a/tools/boot/full-test.sh +++ b/tools/boot/full-test.sh @@ -279,6 +279,7 @@ make_linuxboot_images() zfs=${IMAGES}/${ma_combo}/linuxboot-${ma_combo}.zfs img=${IMAGES}/${ma_combo}/linuxboot-${ma_combo}.img img2=${IMAGES}/${ma_combo}/linuxboot-${ma_combo}-zfs.img + pool="linuxboot-testing" mkdir -p ${IMAGES}/${ma_combo} makefs -t msdos -o fat_type=32 -o sectors_per_cluster=1 \ -o volume_label=EFISYS -s100m ${esp} ${src}