From owner-freebsd-geom@FreeBSD.ORG Sun Jun 22 05:52:37 2008 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38BE41065672 for ; Sun, 22 Jun 2008 05:52:37 +0000 (UTC) (envelope-from hywel@hmallett.co.uk) Received: from lisbon.directrouter.com (lisbon.directrouter.com [72.249.30.130]) by mx1.freebsd.org (Postfix) with ESMTP id 2A1D98FC1D for ; Sun, 22 Jun 2008 05:52:36 +0000 (UTC) (envelope-from hywel@hmallett.co.uk) Received: from hmallett.plus.com ([81.174.158.104] helo=[192.168.0.64]) by lisbon.directrouter.com with esmtpa (Exim 4.69) (envelope-from ) id 1KACtQ-0006F9-Oh for freebsd-geom@freebsd.org; Sat, 21 Jun 2008 18:53:23 -0500 Message-Id: <0A8C1986-1DC1-4445-9111-0DEDBBCC6847@hmallett.co.uk> From: Hywel Mallett To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Sun, 22 Jun 2008 00:53:15 +0100 X-Mailer: Apple Mail (2.924) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - lisbon.directrouter.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hmallett.co.uk X-Source: X-Source-Args: X-Source-Dir: Subject: Filesystem replication geom proposal X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2008 05:52:37 -0000 FreeBSD doesn't have a defined method of replicating data between two servers, for HA/DR purposes, similar to Veritas Volume Replicator. Linux has DRDB (http://www.drbd.org/) which isn't quite the same, and someone has tried using gmirror and ggate to have a mirror across teo systems, but neither of those can cope well with a disconnected network, or a slow network link. I was wondering if there would be any interest in creating a new geom provider to solve this problem. I can see that questions about this functionality have been asked on the mailing lists before, and I've drawn up some initial thoughts aand ideas at http://www.hmallett.co.uk/computing-mainmenu-49/72-computing/124-open-source-replicated-filesystems.html Hywel Mallett