On Thu, Dec 08, 2016 at 02:35:59PM +0100, David Sterba wrote: > On Wed, Dec 07, 2016 at 01:45:06PM -0800, Liu Bo wrote: > > Dax on btrfs is not ready for multiple device. > > How about DUP? Technically it's not multi-device but still stores > multiple copies, so I don't know if the implementation is ok with that.
Good question. For this patch set, meta DUP is OK while data DUP is not, the main obstacle is that the actual copy-to-device operation happens in iomap code (iomap_dax_actor), not inside filesystem itself, and it only takes one <device, blocknum> pair to copy to device. Thanks, -liubo -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html