[Bug 251121] rc.d/zfsbe can't properly mount child datasets

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 03 Jun 2023 12:36:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251121

Anton Saietskii <vsasjason@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vsasjason@gmail.com

--- Comment #5 from Anton Saietskii <vsasjason@gmail.com> ---
(In reply to Andriy Gapon from comment #1)
>> I want to clarify that the script does not confuse dataset names and mount point names.
>> The script assumes that for filesystems used as boot environments a mountpoint is always
>>a default one (i.e., $mountpoint == /$ds_name).

But it's not a case for default installation:
test@localhost:~ % freebsd-version -ku ; uname -a ; zfs list -rH -o
mountpoint,name,canmount,mounted -s mountpoint -t filesystem zroot/ROOT
13.2-RELEASE
13.2-RELEASE
FreeBSD localhost.localdomain 13.2-RELEASE FreeBSD 13.2-RELEASE
releng/13.2-n254617-525ecfdad597 GENERIC amd64
/       zroot/ROOT/default      noauto  yes
none    zroot/ROOT      on      no
test@localhost:~ %

This is what installer from 13.2-RELEASE-disc1 created for me.

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