On Sun, Aug 19, 2007 at 05:45:18PM -0700, Mark wrote: > Basically, the setup is a large volume of Hi-Def video is being streamed > from a camera, onto an editing timeline. This will be written to a > network share. Due to the large amounts of data, ZFS is a really good > option for us. But we need a backup. We need to do it on generic > hardware (i was thinking AMD64 with an array of large 7200rpm hard > drives), and therefore i think im going to have one box mirroring the > other box. They will be connected by gigabit ethernet. So my question > is how do I mirror one raidz Array across the network to the other?
One big decision you need to make in this scenario is whether you want true synchronous replication or if asynchronous replication possibly with some time-bound is acceptable. For the former, each byte must traverse the network before it is acknowledged to the client; for the latter, data is written locally and then transmitted shortly after that. Synchronous replication obviously imposes a much larger performance hit, but asychronous replication means you may lose data over some recent period (but the data will always be consistent). Adam -- Adam Leventhal, Solaris Kernel Development http://blogs.sun.com/ahl _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss