From owner-freebsd-questions@freebsd.org Fri Apr 16 21:01:37 2021 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1FC8D5E09C4 for ; Fri, 16 Apr 2021 21:01:37 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FMTCh0LZ8z4rMr for ; Fri, 16 Apr 2021 21:01:35 +0000 (UTC) (envelope-from mail@ozzmosis.com) X-Originating-IP: 159.196.231.254 Received: from blizzard.ozzmosis.com (159-196-231-254.9fc4e7.mel.nbn.aussiebb.net [159.196.231.254]) (Authenticated sender: ozzmosis@ozzmosis.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 3F392FF802; Fri, 16 Apr 2021 21:01:33 +0000 (UTC) Received: by blizzard.ozzmosis.com (Postfix, from userid 1001) id 2F2128BA05; Sat, 17 Apr 2021 07:01:24 +1000 (AEST) Date: Sat, 17 Apr 2021 07:01:24 +1000 From: andrew clarke To: Doug McIntyre Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 13.0 Upgrade Gotcha document? Message-ID: <20210416210124.hpyk7uwnyeavnjgl@ozzmosis.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20210205 X-Rspamd-Queue-Id: 4FMTCh0LZ8z4rMr X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of mail@ozzmosis.com designates 217.70.183.199 as permitted sender) smtp.mailfrom=mail@ozzmosis.com X-Spamd-Result: default: False [-0.40 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_XOIP(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:217.70.183.192/28]; NEURAL_HAM_SHORT(-1.00)[-0.999]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_LOW(-0.10)[217.70.183.199:from]; SUBJECT_ENDS_QUESTION(1.00)[]; R_DKIM_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[217.70.183.199:from]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:29169, ipnet:217.70.176.0/20, country:FR]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ozzmosis.com]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; SPAMHAUS_ZRD(0.00)[217.70.183.199:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[217.70.183.199:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 21:01:37 -0000 On 2021-04-16 13:47:26, Doug McIntyre (merlyn@geeks.org) wrote: > Is there a document somewhere documenting all the "gotchas" on doing a > FreeBSD 13.0 binary upgrades now-a-days? ... > *) Zpools probably need to have 'zpool upgrade' done on them. I think this is only true if you want clean output from "zpool status"? FreeBSD 13.0 should function fine on older pool versions. > *) Make sure to re-install your boot loader before you > `zpool upgrade zroot` to not break bootloader. I believe "zpool upgrade" previously warned the admin to run "gpart bootcode" to install the most recent bootcode for a ZFS boot pool, but in 13.0 that warning is gone.