From owner-freebsd-geom@FreeBSD.ORG Fri Jul 7 19:23:25 2006 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 68C5716A4DE for ; Fri, 7 Jul 2006 19:23:25 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC1DF43D78 for ; Fri, 7 Jul 2006 19:23:07 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so871638uge for ; Fri, 07 Jul 2006 12:23:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HrzgLcUAYAxuptyeoqMWeH2mcGzGTKLGA0jKl8y3yyVQNZvoLIrZsJtVNEOaZHZ0cFICYqk5hn8RUsHoxiC/3C+yzQtukHtG1Cg87z8nahgNKtN1KHx1R11M0mm26JbhmisDIbY+Ey+aE/bpF8ucyh+TSUhznNbzDRe9rjBmxaQ= Received: by 10.67.93.6 with SMTP id v6mr2386578ugl; Fri, 07 Jul 2006 12:23:06 -0700 (PDT) Received: by 10.67.105.8 with HTTP; Fri, 7 Jul 2006 12:23:06 -0700 (PDT) Message-ID: Date: Fri, 7 Jul 2006 15:23:06 -0400 From: "Scott Ullrich" To: "Eric Anderson" In-Reply-To: <44AEB3F8.4030603@centtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44AEB3F8.4030603@centtech.com> Cc: freebsd-geom@freebsd.org Subject: Re: Detecting GMIRROR volumes without using gmirror utility 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, 07 Jul 2006 19:23:25 -0000 On 7/7/06, Eric Anderson wrote: > Maybe you can use the geom tasting functions? I see some hints here: > > /usr/src/sys/geom/geom.h Well I was hoping something would be built in so we do not need to tie additional dependencies to BSD Installer. I don't mind tying gmirror to BSD Installer to create the actual volumes but it seems like somewhat of a hack to use gmirror to survey them. Maybe I just need to go ahead and use gmirror to survey in addition? Thanks for your quick reply! Scott