From owner-freebsd-stable@FreeBSD.ORG Fri Dec 13 14:37:10 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13CFDAA5; Fri, 13 Dec 2013 14:37:10 +0000 (UTC) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF96F1E4B; Fri, 13 Dec 2013 14:37:09 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.31]) by ltcfislmsgpa03.fnfis.com (8.14.5/8.14.5) with ESMTP id rBDEb8o3010894 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Fri, 13 Dec 2013 08:37:08 -0600 Received: from LTCFISWMSGMB21.FNFIS.com ([169.254.1.7]) by LTCFISWMSGHT03.FNFIS.com ([10.132.206.31]) with mapi id 14.03.0158.001; Fri, 13 Dec 2013 08:37:07 -0600 From: "Teske, Devin" To: Johan Hendriks Subject: Re: From 10 Beta4 to 10 RC1 lost gpt labels added by the installer Thread-Topic: From 10 Beta4 to 10 RC1 lost gpt labels added by the installer Thread-Index: AQHO+BDMoxR8Vpkes0KlhdAd1PByOw== Date: Fri, 13 Dec 2013 14:37:07 +0000 Message-ID: References: <52AACB86.8090703@gmail.com> In-Reply-To: <52AACB86.8090703@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.132.253.120] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.11.87, 1.0.14, 0.0.0000 definitions=2013-12-13_03:2013-12-12,2013-12-13,1970-01-01 signatures=0 Cc: Devin Teske , freebsd-stable , "Teske, Devin" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Devin Teske List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 14:37:10 -0000 On Dec 13, 2013, at 12:55 AM, Johan Hendriks wrote: > Hello all. >=20 > I installed FreeBSD 10 Beta4 the day before the RC1 release and used the = ZFS install option, all went well. > I then downloaded the new source for 10 RC1 and did a buildworld. > It rebooted, the machine booted fine only did it show an error regarding = the swap space. > I could not mount /dev/gpt/swap0 and /dev/gpt/swap1 >=20 > In /etc/fstab i had the following lines >=20 > # Device Mountpoint FStype Options Dump Pass# > /dev/gpt/swap0 none swap sw 0 0 > /dev/gpt/swap1 none swap sw 0 0 >=20 > this did not work anymore, and i needed to add the glabels instead. >=20 > /dev/diskid/DISK...... and so on. >=20 > /dev/gpt was not there anymore. >=20 > One more thing, i do not like the glabel option, is it possible to create= an option to use gpt labels instead of glabel when creating the pool. GPT labels *are* already used (glabel is not used). > I think glabel is just another layer which can cause trouble. >=20 There's been a similar problem with graid, are you sure that's not what's going on here? That the OS has picked up on some BIOS-created thing? > Another thing when installed Beta4 is the fact that a zpool status shows = the gptid's > This is not a pretty sight, and i think that the installer needs to put t= he kern.geom.label.gptid.enable=3D0 in /boot/loader.conf when using the zfs= option. >=20 Does this need to be diddled in the running kernel before creating the zpool/datasets? or is it simply enough to drop it into loader.conf for the reboot? I'll run some tests. > The install went very smooth, and i really like it. > Thanks all for the great work. >=20 Excellent. I'm working on the code right now. Thank you for feedback. --=20 Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you.