git: 43d82295d28b - main - testing: Make sure to specify a name for zpools
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Jan 2023 16:46:35 UTC
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}