Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2024 20:51:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 282832] makefs zfs creates images with the same guid
Message-ID:  <bug-282832-227-0toBxE2qX5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282832-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282832-227-0toBxE2qX5>