Solved From 12.2 to 13.0-RC2 : do I need to keep opensolaris.ko ?

Hi I just successfully upgraded my workstation to 13.0-RC2, and since this version uses openzfs I did a zpool upgrade , so I thought that the opensolaris kernel module is no more needed.
Can I safely remove opensolaris_load=YES from my /boot/loader.conf ?
 
First, even on 12.x you can remove opensolaris_load=YES from /boot/loader.conf - it will be automatically loaded when needed.

Second, on 13.x with OpenZFS 2.0 loading of opensolaris.ko glue is not needed anymore. You can load it but it will not be used anyway.

Hope that helps.
 
First, even on 12.x you can remove opensolaris_load=YES from /boot/loader.conf - it will be automatically loaded when needed.

Second, on 13.x with OpenZFS 2.0 loading of opensolaris.ko glue is not needed anymore. You can load it but it will not be used anyway.

Hope that helps.
It's crystal clear ?. Thank you.
 
Hypothetical question for the future.
When let's say 14 comes out is the upgrade procedure from 13 when you use openzfs:
--------------------------------------------------
make world
make kernel
make installkernel
make installworld
etcupdate
make openzfs-kmod
install openzfs-kmod
make openzfs
install openzfs
make nvidia-drivers
install nvidia-drivers
reboot ?
---------------------------------------------------
 
By accident i had upgraded my zpools with openzfs. As such i need to load it because the newer features are not understood by the older freebsd-zfs.
Once all the zfs features of this zpool are in freebsd-zfs i can remove openzfs.
Probably in one of the newer zfs releases.
 
Back
Top