On Mon, May 4, 2015 at 2:42 PM, Nuno Magalhães <nunomagalh...@eu.ipp.pt> wrote: > > Another approach is ZFS with RAID-Z or similar. I don't know how/if > ZFS splits data among the drives, but i assume it's wise enough to do > so in a way similar to a RAID+LVM combo. >... > > I don't know about btrfs, seems like it's still in a testing-phase so > i'm not touching it yet.
My understanding is that both zfs and btrfs on linux are fairly experimental. The codebase for zfs is much more mature in general, though its integration on Linux is recent. The codebase for btrfs changes rapidly, with quite a few regressions. I've never irrecoverably lost data on btrfs, but it wouldn't be my first choice for a production environment unless I basically did my own QC on the kernel. However, all my important data is on btrfs nonetheless (with a full backup to ext4 daily right now). -- Rich