From owner-freebsd-fs@freebsd.org Fri Jul 31 10:07:22 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D040B9AF450 for ; Fri, 31 Jul 2015 10:07:22 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id ACC4813A1 for ; Fri, 31 Jul 2015 10:07:22 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id A91A99AF44E; Fri, 31 Jul 2015 10:07:22 +0000 (UTC) Delivered-To: fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8A829AF44C for ; Fri, 31 Jul 2015 10:07:22 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5CD42139F; Fri, 31 Jul 2015 10:07:22 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wicgj17 with SMTP id gj17so10682226wic.1; Fri, 31 Jul 2015 03:07:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=EQwP63E4gs/3oVExcMYRXDr7o7OFvi9+Ge3cHVdCzDo=; b=jov/3lXqN6lIRgpjehW/RCMS9p4PmkcUOpOkOMXhOHRo6ACshhnL8C9nAYcNbw5sF7 tUZ+gHuTPxbN6emSb6UOJOs4P1YDjpoH38ndBaQ/I+0aH4Ak6fe3gIeqTu2Hbiak3/3P Bq+zQxQIpBi1nLxziqAk6ksdVQEInNV1IQeC0pO4b3obgF5Y9AF3/dwBxllcT8cbz3ZT RaCjNsGre6I98ZRMOlgrQ4FbBwY2A0lYe/75e4hP9DDgQpjim+5gkkCdS/8aC3a4PKjq 89rPtct9E3/00AIzhIMGrAabMhTOtr6IJVDfQIKxQThS1xr0aJynpC1DA+6VgsdpDO2+ nRuQ== X-Received: by 10.194.87.69 with SMTP id v5mr4080313wjz.140.1438337239930; Fri, 31 Jul 2015 03:07:19 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id bg6sm6384739wjc.13.2015.07.31.03.07.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Jul 2015 03:07:18 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 31 Jul 2015 12:07:16 +0200 From: Baptiste Daroussin To: "Andrey V. Elsukov" Cc: fs@FreeBSD.org Subject: Re: Activating GEOM_SUNLABEL by default in GENERIC Message-ID: <20150731100716.GJ57604@ivaldir.etoilebsd.net> References: <20150731090956.GG57604@ivaldir.etoilebsd.net> <55BB3BD2.1000509@FreeBSD.org> <20150731092814.GH57604@ivaldir.etoilebsd.net> <55BB4745.7020502@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+Hr//EUsa8//ouuB" Content-Disposition: inline In-Reply-To: <55BB4745.7020502@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 10:07:23 -0000 --+Hr//EUsa8//ouuB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 31, 2015 at 01:00:37PM +0300, Andrey V. Elsukov wrote: > On 31.07.2015 12:28, Baptiste Daroussin wrote: > >>> Is there any know issues with GEOM_SUNLABEL that would make it a bad = idea to > >>> activate it by default? > >> > >> It is deprecated, use GEOM_PART_VTOC8 instead. > >=20 > > Ah yes sorry that is the one I meant, and I used but somehow I couldn't= find the > > name anymore :( > >=20 > > Thanks for correction > >=20 > > Any issues known with GEOM_PART_VTOC8? >=20 > I don't know about any problems, but what prevents you use kld? It > should work. >=20 Nothing just I received feedbacks from people which were not able to find h= owto import those, so I bet having them by default will help. The name of the module is not obvious, no documentation describes it (or not easy to find) maybe the right answer should in that case probably to add documentation :)= but it was easier to modify the kernel config :) Bapt --+Hr//EUsa8//ouuB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlW7SNQACgkQ8kTtMUmk6Ey9mQCdFjTq13VeEHaDitjLHKs0BRfP X/cAoKt3dJCrnkBJLlYv/UtUIKlQCmvu =p+MX -----END PGP SIGNATURE----- --+Hr//EUsa8//ouuB--