From owner-freebsd-geom@FreeBSD.ORG Fri Jan 27 03:01:11 2006 Return-Path: X-Original-To: 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 1A40E16A420 for ; Fri, 27 Jan 2006 03:01:11 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from pinus.cc.fer.hr (pinus.cc.fer.hr [161.53.73.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 688AA43D45 for ; Fri, 27 Jan 2006 03:01:10 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [161.53.72.113] (lara.cc.fer.hr [161.53.72.113]) by pinus.cc.fer.hr (8.12.2/8.12.2) with ESMTP id k0R311Fx018325; Fri, 27 Jan 2006 04:01:01 +0100 (MET) Message-ID: <43D98CD4.8060701@fer.hr> Date: Fri, 27 Jan 2006 04:00:36 +0100 From: Ivan Voras User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050921) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Gustavo A. Baratto" References: <013c01c622cb$43256ef0$6450fb40@guinness> <43D97268.2030700@fer.hr> <01a601c622eb$f5d62970$6450fb40@guinness> In-Reply-To: <01a601c622eb$f5d62970$6450fb40@guinness> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: geom@freebsd.org Subject: Re: gmirror + ggate 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: Fri, 27 Jan 2006 03:01:11 -0000 Gustavo A. Baratto wrote: > Thanks for the links Ivan... > - Server A will ggatec the remote /dev/da0s1f devices from both servers > X and Y (/dev/ggate0 and /dev/ggate1). > Then, server A will create the mirror with the devices ggate0 and ggate1: > # gmirror label -v -b round-robin data ggate0 > # gmirror insert data ggate1 > # mount /dev/mirror/data /mnt > > Just server A will mount /dev/mirror/data RW (or even RO). Yes, this should be possible without problems, especially if you use 6.0-release or later. If you do this, it would be very nice if you post/send information about possible problems if you encounter them, and also performance measurements (be sure to include hardware details also!) :)