[Bug 282832] makefs zfs creates images with the same guid

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 18 Nov 2024 20:51:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282832

--- Comment #9 from Pat Maddox <pat@patmaddox.com> ---
Here's an example I put together:
https://github.com/patmaddox/lab/blob/trunk/share/examples/bhyve/two-makefs-images/Makefile

Does that work for you? Or do you see something wrong I'm doing in it?

For me it fails with:




Mounting from zfs:zroot failed with error 22; retrying for 3 more seconds
random: unblocking device.
Mounting from zfs:zroot failed with error 22.

Loader variables:
  vfs.root.mountfrom=zfs:zroot

Manual root filesystem specification:
  <fstype>:<device> [options]
      Mount <device> using filesystem <fstype>
      and with the specified (optional) option list.

    eg. ufs:/dev/da0s1a
        zfs:zroot/ROOT/default
        cd9660:/dev/cd0 ro
          (which is equivalent to: mount -t cd9660 -o ro /dev/cd0 /)

  ?               List valid disk boot devices
  .               Yield 1 second (for background tasks)
  <empty line>    Abort manual input

-- 
You are receiving this mail because:
You are the assignee for the bug.