From owner-freebsd-current@FreeBSD.ORG Mon Aug 9 10:51:23 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D27EB106566B for ; Mon, 9 Aug 2010 10:51:23 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7D2208FC0C for ; Mon, 9 Aug 2010 10:51:23 +0000 (UTC) Received: by qwg5 with SMTP id 5so6094989qwg.13 for ; Mon, 09 Aug 2010 03:51:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=Vs6qmxQl8+99VN8PPdD4WaLFKxnOCFrNxio7sYJEayI=; b=venrhW8Du410HFL2RwcP7dPbydaPenqaUqD/Eeooq8RgrmlpZjiuIGQxYS9g4pjwq9 4alrzNRVPd3x6Y0kVqfBhsca13xG60X4Vn8hgFiQzm4u1WEpZpGFgs4l34ynZvHE1wCl vfPs1PwBkPwhuFVBtZkLUg6P03inU7Vl/Qik8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=YS7GCQB5w+i7vmfvNVjojhFJwwE7jzHDZCGYfbZ5NIXO536XpBpL42vv6f4O41dZSR loKJDfc4LYSFoc3GFr+KVMIpsDpPYmpqUS11T3Gn/DkwLIKYoTcoSxBewa8ge9KdYjZW shhLuA1GAFoH9AB1Vco3z5GToxVp2QqdSrf18= Received: by 10.224.119.18 with SMTP id x18mr8258921qaq.302.1281349260158; Mon, 09 Aug 2010 03:21:00 -0700 (PDT) MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.229.236.132 with HTTP; Mon, 9 Aug 2010 03:20:40 -0700 (PDT) In-Reply-To: <86pqxstbhb.fsf@ds4.des.no> References: <20100808103055.GA2037@garage.freebsd.pl> <86pqxstbhb.fsf@ds4.des.no> From: Ivan Voras Date: Mon, 9 Aug 2010 12:20:40 +0200 X-Google-Sender-Auth: evNYVhj8bVPxozAHk0PL1NQIPB8 Message-ID: To: =?UTF-8?Q?Dag=2DErling_Sm=C3=B8rgrav?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org, =?UTF-8?Q?Marius_N=C3=BCnnerich?= , freebsd-current@freebsd.org, freebsd-geom@freebsd.org Subject: Re: glabel "force sectorsize" patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2010 10:51:23 -0000 On 9 August 2010 10:51, Dag-Erling Sm=C3=B8rgrav wrote: > Marius N=C3=BCnnerich writes: >> I did not think of a new GEOM class that looks like glabel but one >> that has no metadata stored on disk . It is then activated and >> controlled by loader.conf variables. (Maybe like gnop? If I remember >> correctly, I did not take a look at that class for ages). > > As you would know if you had followed the discussion about WD EARS > disks, gnop does what you want and is currently the recommended > solution. Of course, but gnop as a testing GEOM class, does not save its metadata, meaning it has to be reconfigured after reboot, etc. > I am looking into a permanent solution and would appreciate if people > held off on this for a couple of weeks. Thank you!