Matthew do you know when FreeBSD 9.0 will be released? Or where can I find a Roadmap?
LOL, let's get 8.1 out the door first please.
torrin's talking about FreeNAS 8.1 ;)
cd /usr/src fetch http://people.freebsd.org/~mm/patches/zfs/v28/releng-8.2-zfsv28-20110601.patch.xz xz -d releng-8.2-zfsv28-20110601.patch.xz patch -E -p0 < releng-8.2-zfsv28-20110601.patch make buildkernel KERNCONF=GENERIC -j 2 make installkernel KERNCONF=GENERIC make buildworld -j4 make installworld
Have you had any issues with it so far?ZFS v28 is in 8.2-STABLE.
v28 can be patched into 8.2-RELEASE via:
Code:cd /usr/src fetch http://people.freebsd.org/~mm/patches/zfs/v28/releng-8.2-zfsv28-20110601.patch.xz xz -d releng-8.2-zfsv28-20110601.patch.xz patch -E -p0 < releng-8.2-zfsv28-20110601.patch make buildkernel KERNCONF=GENERIC -j 2 make installkernel KERNCONF=GENERIC make buildworld -j4 make installworld
There does not appear to be any (logical) reason why FreeNAS should be using v15, would love to hear feedback on this. Hopefully 8.1 or 8.2 will come with v28 - wink wink.
Hi ghuntley & SoftDux-Rudi,
It's even easier than that to get ZFS v28 in FreeBSD 8.2...it got MFC'ed to -Stable back in May or June.
I used a boot disk from here:
http://mfsbsd.vx.sk/
to bring up a couple of ZFS-on-root boxes that are running great.
-Will
ZFS v28 is in 8.2-STABLE.
v28 can be patched into 8.2-RELEASE via:
Code:cd /usr/src fetch http://people.freebsd.org/~mm/patches/zfs/v28/releng-8.2-zfsv28-20110601.patch.xz xz -d releng-8.2-zfsv28-20110601.patch.xz patch -E -p0 < releng-8.2-zfsv28-20110601.patch make buildkernel KERNCONF=GENERIC -j 2 make installkernel KERNCONF=GENERIC make buildworld -j4 make installworld
There does not appear to be any (logical) reason why FreeNAS should be using v15, would love to hear feedback on this. Hopefully 8.1 or 8.2 will come with v28 - wink wink.