Have a new pct created with the gui:
Have a nested subvol mounted on the rootfs:
Read more
INI:
arch: amd64
cores: 1
hostname: testct
memory: 2048
nameserver: 192.168.1.1
net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=BC:24:11:C6:DA:75,link_down=1,type=veth
ostype: debian
rootfs: zfs16Tr10:subvol-112-disk-0,replicate=0,size=12G
searchdomain: jammed-with-love.com
swap: 2048
unprivileged: 1
Have a nested subvol mounted on the rootfs:
Code:
# zfs create \
-o aclinherit=discard \
-o canmount=noauto \
-o...
Read more