Zfs

AFAIK quite a few people are using ZFS on 7.2 and are quite happy with it.
 
SuperMiguel said:
so is safe to put my data on it?
I think that depends on your personal level of paranoia :p
I for myself have all my data on ZFS (running on 7.2) and not seen any problem yet
 
SuperMiguel said:
is it secure to use freebsd 8.0?? or im better of waiting for its release in few months?

Just as secure as running 7.2. But if you want to run production I'd run it on a RELEASE.
 
Run RELEASE if your server uptime/data integrity are important ("sitting duck").
Run STABLE if you're willing to take a little bit of risk now and then ("moving target").
Run CURRENT is you're willing and able to recover from a total crash ("dog fight").
 
well i mean im going to use zfs 3 drives on a raidz and 1 drive backing up that zfs pool. So i guess if the os crashed i should be able to recover right? it wont damage my zfs pools?
 
ZFS is part of the OS, so if ZFS crashes hard due to an inconsistency in a CURRENT snapshot, you may lose access to the entire ZFS subsystem or its tools unless you're able to use low-level rescue/fixit/liveCD-type tools to install a snapshot that does work or revert to a RELEASE/STABLE version. It's rare for a crash that severe to happen, I believe, but you should be aware of that risk, esp. because ZFS itself is still under development.
 
Use what you know best. If you know OpenSolaris really well, then use ZFS on OpenSolaris. If you know FreeBSD really well, then use ZFS on FreeBSD.

ZFSv6, the version of ZFS in FreeBSD 7.x, works quite nicely, especially on FreeBSD 7.2. They've fixed a lot of the memory issues, and enabled a lot of auto-tuning for ZFS in FreeBSD 7.2.

FreeBSD 7.3 and 8.0 will ship with ZFSv13. And that's where things in ZFS-land get really interesting. :) You can play with ZFSv13 by installing FreeBSD 7.2, then doing a buildworld upgrade to FreeBSD 7-STABLE (using tag=RELENG_7). However, if that all sounds like gobble-dee-gook, then you probably shouldn't try that. :)

We're using FreeBSD 7.2 and ZFSv6 on two storage servers without any issues. We were using ZFSv6 with FreeBSD 7.0 and 7.1 on these same systems, and had to do a lot of manual, hand-tuning to get them stable. With 7.2, we've removed all that hand-tuning and let the system tune itself ... no issues in several weeks of running.

I also use FreeBSD 7.1 and ZFSv6 on my home server with just 3 drives in raidz1. This is a 32-bit install with just 2 GB of RAM. Had to do a lot of hand-tuning, but it's running really well. Even replaced harddrives without any downtime.
 
Back
Top