From owner-freebsd-geom@FreeBSD.ORG Tue May 7 01:50:01 2013 Return-Path: Delivered-To: freebsd-geom@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9C623662 for ; Tue, 7 May 2013 01:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8DFCE68B for ; Tue, 7 May 2013 01:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r471o15D005424 for ; Tue, 7 May 2013 01:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r471o1K3005421; Tue, 7 May 2013 01:50:01 GMT (envelope-from gnats) Date: Tue, 7 May 2013 01:50:01 GMT Message-Id: <201305070150.r471o1K3005421@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org Cc: From: Mark Linimon Subject: Re: kern/178359: [geom] [patch] geom_eli: support external metadata X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mark Linimon List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 May 2013 01:50:01 -0000 The following reply was made to PR kern/178359; it has been noted by GNATS. From: Mark Linimon To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/178359: [geom] [patch] geom_eli: support external metadata Date: Mon, 6 May 2013 20:40:23 -0500 ----- Forwarded message from Scot Hetzel ----- Date: Sun, 5 May 2013 23:32:13 -0500 From: Scot Hetzel To: freebsd-bugs@freebsd.org Cc: Andrew Romanenko , freebsd-geom@freebsd.org Subject: Re: kern/178359: [geom] [patch] geom_eli: support external metadata My mistake, the -h option was in the geom_eli.c file, but only in the comment for the commands. According to the original commit: https://svnweb.freebsd.org/base?view=revision&revision=148456 The -h was never in the class_commands for the init method. Not sure what it was there for (maybe to display the usuage?). > It would be best that init, attach, configure, setkey, delkey, resume, > resize, and dump methods use the same option (-h or -H) to specify the > headerfile. > So for now it looks like using -H would be the better option for all these methods. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised. ----- End forwarded message -----