From owner-freebsd-geom@FreeBSD.ORG Thu Jun 9 12:44:39 2005 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E429816A41C for ; Thu, 9 Jun 2005 12:44:38 +0000 (GMT) (envelope-from s.renoux@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D4043D53 for ; Thu, 9 Jun 2005 12:44:38 +0000 (GMT) (envelope-from s.renoux@gmail.com) Received: by zproxy.gmail.com with SMTP id 12so129651nzp for ; Thu, 09 Jun 2005 05:44:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=Ep0lBVGJoJ61Mx7/kS43OlAUbkFUMQsq5yc2fLk81+wrivVWQ24Q/JM9XrU+G5mx2u1BKbYaxk49ViASIst4E8+0OLH03T5H38o1zj3PYqlIHv187Z1iJPfWNaGCe69u4us8w/kwitJX7QHYC4c1pdjKS6Pa3pMEoT/skHlZJNM= Received: by 10.36.3.2 with SMTP id 2mr364424nzc; Thu, 09 Jun 2005 05:44:38 -0700 (PDT) Received: by 10.36.3.5 with HTTP; Thu, 9 Jun 2005 05:44:37 -0700 (PDT) Message-ID: <334bb223050609054470ba9bf9@mail.gmail.com> Date: Thu, 9 Jun 2005 14:44:38 +0200 From: stephane renoux To: freebsd-geom@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: gmirror over network X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stephane renoux List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 12:44:39 -0000 Hi, I am currently trying to set up a gmirror on a machine, using two different= =20 ggate providers from 2 machines in the same local network... : I export ad0s1g from two different machines, to a third one. I then create ggate0 and ggate1 on this 3rd machine, and then set up a=20 gmirror with this 2 ggatec my question is, is this realistic? Cause i encounter many various problems, at different moments, that don't= =20 seem to always happen... like writing during a gmirror component is being synchronized sometimes=20 cause the gmirror to be lost, and the computer on which it is created to=20 freeze... would this be because of my wrong geom use? Thanks in advance, Stephane