To view parent comment, click here.
To read all comments associated with this story, please click here.
RAID 5/6 support has not been checked in yet, nor has it really been made available for testing beyond the two devs working on it. Thus, it doesn't support RAID levels above 1 yet.
Nor does it really support pooled storage, as you still have to specify the harddrives that will be used for each filesystem when you create the filesystem. There's no pool management yet, just filesystem management.
So, like I said, btrfs is where zfs was 10 years ago. It's not a replacement for zfs in any way at this time.
Maybe in 5 years, it'll be where zfs is now. But it's not there yet.
Duh (again). Btrfs does pool storage from day 1. Just because the command line tool doesn't autodetect where the pool storage is it doesn't mean it isn't there.
By the way, ZFS didn't exist 10 years ago. And Btrfs is 3 years old and it is powering my Fedora 12 install since November without oopses, data corruption or problems of any other kind. It sure isn't ready for enterprise adoption, but it's certainly stable enought to be adopted by geeks, and it already has some nice features that ZFS doesn't. So I don't think I'll have to wait that much to see it used in enterprise distros (did i mention that RHEL 6 will offer it as an experimental option?)
BTRFS has end-to-end checksumming? I doubt it is well designed unless I see proof. BTRFS developers only recently understood that data integrity is important and decided to add that as an afterthought. What a fail. You need to design the whole file system from the ground up. For instance, reiserfs, JFS, XFS, etc nor raid-5 nor raid-6 does not give a good protection.
As I said, you need lots of experience from Enterprise storage to know how to tackle problems that arise from large scale storage.
Linux does not suffice for large scale storage. It sucks badly on Enterprise storage according to an storage expert:
http://www.enterprisestorageforum.com/sans/features/article.php/374...
http://www.enterprisestorageforum.com/sans/features/article.php/374...
BTW, ZFS was announced 2004. But it was prototyped and worked on, several years earlier. It is highly possible ZFS has existed 10 years today.





Member since:
2005-07-08
Duh, btrfs has pool storage, patches to support other raid levels and end-to-end checksumming. Self-healing, deduplication and encryption will be added later once other basic features (shich as direct-IO) are added and stabilized.