ZFS ASSERT at /usr/src/sys/contrib/openzfs/module/nvpair/fnvpair.c:586:fnvpair_value_nvlist()

This problem relates to zpool cache file /boot/zfs/zpool.cache. If you don't have any ZFS - just delete this file and reboot. If you have - also delete, then reboot and re-import each pool. It will update zpool cache to up-to-date.
 
The error is in "dmesg" during the boot process.

I'll try:
Code:
rm /etc/zfs/zpool.cache
zpool set cachefile=/etc/zfs/zpool.cache ZT
cp /etc/zfs/zpool.cache /boot/zfs/zpool.cache
 
Back
Top