[Bug 278414] Reproducible zpool(8) panic with 14.0-RELEASE amd64-zfs.raw VM-IMAGES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Apr 2024 12:10:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278414
Ronald Klop <ronald@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ronald@FreeBSD.org
--- Comment #11 from Ronald Klop <ronald@FreeBSD.org> ---
In you script you try to set different labels, but some of them are still the
same.
See bootfs1 and swapfs2:
gpart modify -i 1 -l bootfs1 md10
gpart modify -i 1 -l bootfs1 md10
gpart modify -i 2 -l efiesp1 md10
gpart modify -i 2 -l efiesp2 md11
gpart modify -i 3 -l swapfs2 md11
gpart modify -i 3 -l swapfs2 md11
gpart modify -i 4 -l rootfs1 md10
gpart modify -i 4 -l rootfs2 md11
Is this intentional?
--
You are receiving this mail because:
You are the assignee for the bug.