[Bug 262461] After manual partitioning the disk, installer installs "ZFS on root" directly on the pool not under separate ZFS datasets

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 12 Mar 2022 02:35:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262461

--- Comment #2 from parv <parv.0zero9+freebsd@gmail.com> ---
... forgot to mention that "/" was mounted from "root" pool as before.

Current set up ...

+ cat /boot/loader.conf
cryptodev_load="YES"
zfs_load="YES"

# For Xorg under UEFI on FreeBSD 14.
hw.syscons.disable=1

# To be able to set clock for individual cores, not just the whole CPU via
# Intel Speed Shift.
machdep.hwpstate_pkg_ctrl=0

# File system in RAM.
tmpfs_load="YES"

vfs.root.mountfrom="zfs:remake/newroot/base"

+ zpool list -o name,size,bootfs
NAME     SIZE  BOOTFS
build    108G  -
misc     248G  -
remake  34.5G  remake/newroot/base
root    34.5G  -
var     20.5G  -

+ zfs list -r -o name,avail,mounted,canmount,mountpoint root remake
NAME                      AVAIL  MOUNTED  CANMOUNT  MOUNTPOINT
remake                    30.8G  yes      on        /remake
remake/backup             30.8G  no       noauto    /remake/backup
remake/newroot            30.8G  no       on        none
remake/newroot/base       30.8G  yes      on        /newroot/base
remake/newroot/log        30.8G  yes      on        /newroot/log
remake/newroot/usr-local  30.8G  yes      on        /newroot/usr/local
root                      29.3G  yes      on        /oldroot

+ df -h /
Filesystem    Size    Used   Avail Capacity  Mounted on
root           33G    3.5G     29G    11%    /


+ mount -l -t zfs | egrep '(root|remake)'
root on / (zfs, local, noatime, nfsv4acls)
remake/newroot/log on /newroot/log (zfs, local, noatime, nfsv4acls)
remake/newroot/base on /newroot/base (zfs, local, noatime, nfsv4acls)
remake on /remake (zfs, local, noatime, nfsv4acls)
remake/newroot/usr-local on /newroot/usr/local (zfs, local, noatime, nfsv4acls)

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