freebsd-update, ZFS, and ver 8.2
Matthew Seaman
matthew at FreeBSD.org
Tue Dec 15 08:42:05 UTC 2015
On 15/12/2015 08:10, krad wrote:
> I would use boot environments if you are zfs root so you can fail back
> easily. I would also use a src build as that will definitely work.
>
> eg
>
> beadmn create -e old_root new_root
> beadmn mount new_root /mnt
> export DESTDIR=/mnt
> cd /usr/src
> make -j 12 buildworld &&
> make -j 12 buildkernel &&
> make installworld &&
> make installkernel &&
> mergemaster &&
> beadmn umount new_root &&
> beadmn activate new_root
>
> later on init 6
There's more to do to fully update ZFS after this. ZFS has a number of
new features that are available in 10.x which you can use 'zpool
upgrade' to enable.
When you do that, it will tell you to update the boot blocks using
'gpart bootcode ....' It is vitally important you do that, or you can
render your system unbootable.
Cheers,
Matthew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 957 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20151215/37622270/attachment.sig>
More information about the freebsd-questions
mailing list