Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jan 2023 16:46:35 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 43d82295d28b - main - testing: Make sure to specify a name for zpools
Message-ID:  <202301081646.308GkZQf018903@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=43d82295d28bacaa1cf8d1be9b89cc65fa6b2c33

commit 43d82295d28bacaa1cf8d1be9b89cc65fa6b2c33
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-01-08 16:43:58 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-08 16:45:11 +0000

    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 d8bc5d964f26..6f45d6bfe20f 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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301081646.308GkZQf018903>