After upgrading a freenas box from 8.3 to 9.3, I got the warnings that the ZFS filesystem version is out of date.
According to the documentation at
http://doc.freenas.org/9.3/freenas_install.html#upgrading-a-zfs-pool , I upgraded the pools from the GUI.
However I still get the yellow light and "WARNING: ZFS filesystem version is out of date. Consider upgrading using "zfs upgrade" command line."
The box has two ZRAID5, with three drives each. Running the command above gives me the following:
[root@dzigual-server ~]# zfs upgrade
This system is currently running ZFS filesystem version 5.
The following filesystems are out of date, and can be upgraded. After being
upgraded, these filesystems (and any 'zfs send' streams generated from
subsequent snapshots) will no longer be accessible by older software versions.
VER FILESYSTEM
--- ------------
4 caviarsblack2tb
4 caviarsblack2tb/backups_adm
4 caviarsblack2tb/cdfinder
4 caviarsblack2tb/dib
4 caviarsblack2tb/dib_os
4 caviarsblack2tb/dps
4 caviarsblack2tb/pdt
4 caviarsgreen4tb
[root@dzigual-server ~]#
How do I upgrade these from the CLI, to stop the warning? And should I do it?
I ask because I'm about to replace the drives and grow the caviarsblack2tb pool. The fact that it is running an older version can cause problems in this procedure?
Thanks
(And sorry for ressurrecting an old thread)