On Fri, 11 Jun 2010, Gregory Farnum wrote: > That said, btrfs is most beneficial when you engage in snapshotting, > or have to handle recoveries. Ceph makes use of a number of ioctls to > ensure consistency and provide speed when running on btrfs; on other > filesystems snapshots will be much slower, and OSDs will be more > likely to lose data in the case of a power failure or similar problem. > If these aren't big problems for you, you can run Ceph on whatever fs > you like. Right. The btrfs isn't required for consistency if the writeahead journal is enabled (which it is by default). However, at the moment the code that controls trimming the journal assumes ext3 data=ordered fsync semantics (fsync flushes the entire journal and all prior writes). This needs a little bit of work to do the right thing with ext4 and xfs. So: I would stick with btrfs or ext3 for now if you want recovery to work reliably! sage -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html