Hi,
Just ran
On the server I am using CBSD to manage bhyve. I am not really sure what's going on here, though?
Why is this snapshot stopping freebsd-update from finishing?
Just ran
freebsd-install upgrade -r 14.2
(upgrading from 14.0). After that I ran:
Code:
# /usr/sbin/freebsd-update install
Creating snapshot of existing boot environment... cannot create 'zroot/ROOT/14.0-RELEASE-p3_2025-01-09_215215/homeassi3/dsk1.vhd': 'canmount' do
es not apply to datasets of this type
error when calling zfs_clone() to create boot env
Failed to create bootenv 14.0-RELEASE-p3_2025-01-09_215215
failed.
On the server I am using CBSD to manage bhyve. I am not really sure what's going on here, though?
Code:
# zfs list -t snapshot | grep dsk1.vhd
zroot/ROOT/default/homeassi3/dsk1.vhd@2025-01-09-21:33:07-0 0B - 3.96G -
zroot/ROOT/default/homeassi3/dsk1.vhd@2025-01-09-21:33:31-0 0B - 3.96G -
zroot/ROOT/default/homeassi3/dsk1.vhd@2025-01-09-21:47:40-0 0B - 3.96G -
zroot/ROOT/default/homeassi3/dsk1.vhd@2025-01-09-21:52:15-0 0B - 3.96G -
zroot/ROOT/default/vm3/dsk1.vhd@2025-01-09-21:33:07-0 0B - 1.79G -
zroot/ROOT/default/vm3/dsk1.vhd@2025-01-09-21:33:31-0 0B - 1.79G -
zroot/ROOT/default/vm3/dsk1.vhd@2025-01-09-21:47:40-0 0B - 1.79G -
zroot/ROOT/default/vm3/dsk1.vhd@2025-01-09-21:52:15-0
Why is this snapshot stopping freebsd-update from finishing?