Re: ZFS problems

From: Glen Barber <gjb_at_FreeBSD.org>
Date: Wed, 27 Feb 2013 18:05:59 -0500
On Wed, Feb 27, 2013 at 02:59:16PM -0800, sean bruno wrote:
> Yup, totally hit this today and was yelling at various people about it.
> 
> the Kernel and the ZFS tools in userland need to be updated at the same time.
> 
> Boot back into the old kernel and (cd /usr/src/cddl && make install)
> to update the tools to a compatible version.
> 

To make sure you are loading the _old_ zfs/opensolaris modules, this
should work at the loader prompt:

    unload /boot/kernel/zfs.ko
    unload /boot/kernel/opensolaris.ko
    unload /boot/kernel/kernel
    set kernelname=/boot/kernel.old/kernel
    set module_path=/boot/kernel.old
    boot kernel.old

Glen


Received on Wed Feb 27 2013 - 22:06:03 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:35 UTC