From owner-freebsd-geom@FreeBSD.ORG Wed Jan 19 18:57:58 2005 Return-Path: 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 420D016A4CE for ; Wed, 19 Jan 2005 18:57:58 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A3543D2D for ; Wed, 19 Jan 2005 18:57:57 +0000 (GMT) (envelope-from bjmccann@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so15778wra for ; Wed, 19 Jan 2005 10:57:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=ThH/gUfUA2Fk/gPiQkY+WZ3XW3sF6pop/iAZPEDX5ZGb/bywcrEv6RyXgVirgkNSt2kOhcXUPNzMNQMV1WM5n5nAwUDjjgMwyxked35nG5fq2U4EHMZcgOJ7Gf9X9ZmxSRGg+Hb1uuwdGoQ63Cq68RiqPGcojJ2WBc4qCusTyqM= Received: by 10.54.50.73 with SMTP id x73mr201176wrx; Wed, 19 Jan 2005 10:57:56 -0800 (PST) Received: by 10.54.33.61 with HTTP; Wed, 19 Jan 2005 10:57:56 -0800 (PST) Message-ID: <2b5f066d0501191057549101c0@mail.gmail.com> Date: Wed, 19 Jan 2005 13:57:56 -0500 From: Brian McCann To: Pawel Jakub Dawidek In-Reply-To: <20050119182641.GO795@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <2b5f066d05011910056e7a69e1@mail.gmail.com> <20050119182641.GO795@darkness.comp.waw.pl> cc: freebsd-geom@freebsd.org Subject: Re: ggatec reporting false info / not exiting correct? X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brian McCann List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 18:57:58 -0000 Yes...it did. Didn't quite understand what attach did. :) Thanks! --Brian P.S.: ggate is really awesome...thanks again! On Wed, 19 Jan 2005 19:26:41 +0100, Pawel Jakub Dawidek wrote: > On Wed, Jan 19, 2005 at 01:05:22PM -0500, Brian McCann wrote: > +> Hi all. I'm working on getting gmirror to work over ggate > +> connections..and it's working well...just trying to break it and make > +> recovery situations. However, I've discovered what I believe to be a > +> flaw in ggatec. I had PC1 running ggatec and PC2 running ggated. PC2 > +> was exporting /dev/da1s1d. I had gmirror on PC1 setup with > +> /dev/da1s1d and /dev/ggate0d. Was working great. I then simulated a > +> failure in the network by killing ggated on PC2. gmirror saw the > +> problem, marked the array accordingly. I then bought ggated back up > +> on PC2. To my disappointment, ggatec had apparantly closed once there > +> was a failure (thought it may have tried to reconnect at a given > +> interval or something like NFS). However, when I ran "ggatec list", > +> it showed "ggate0", and an ls of /dev showed a ggate0 as well....but > +> no ggatec process was running. It's like when ggatec could not talk > +> to ggated anymore it just gave up and quit, not cleaning up after > +> itself at all...this can't be right...at least....I wouldn't think it > +> to be right. Is it supposed to work like this (not cleaning up)? If > +> so, I'm curious as to why. On a side note, it would be awesome if > +> ggatec COULD have a background option...where if it can't contact the > +> ggated host to wait and try again after a certain time. > > And if you run: > > # ggatec attach -u 0 ... > > Does it work again? It should. > > -- > Pawel Jakub Dawidek http://www.wheel.pl > pjd@FreeBSD.org http://www.FreeBSD.org > FreeBSD committer Am I Evil? Yes, I Am! > > >