From owner-freebsd-current@freebsd.org Tue Aug 25 16:43:07 2020 Return-Path: Delivered-To: freebsd-current@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 B5CA43B0F98 for ; Tue, 25 Aug 2020 16:43:07 +0000 (UTC) (envelope-from tsoome@me.com) Received: from pv50p00im-ztdg10021101.me.com (pv50p00im-ztdg10021101.me.com [17.58.6.44]) (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 4BbZYR07Y4z4g27 for ; Tue, 25 Aug 2020 16:43:06 +0000 (UTC) (envelope-from tsoome@me.com) Received: from nazgul.lan (148-52-235-80.sta.estpak.ee [80.235.52.148]) by pv50p00im-ztdg10021101.me.com (Postfix) with ESMTPSA id 2B4271802A2; Tue, 25 Aug 2020 16:42:36 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.1\)) Subject: Re: OpenZFS support merged From: Toomas Soome In-Reply-To: Date: Tue, 25 Aug 2020 19:42:14 +0300 Cc: Matthew Macy , freebsd-current Content-Transfer-Encoding: quoted-printable Message-Id: <40046B2F-E57A-48EE-9902-F103C86D35A1@me.com> References: To: =?utf-8?Q?Danilo_Eg=C3=AAa_Gondolfo?= X-Mailer: Apple Mail (2.3608.120.23.2.1) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235, 18.0.687 definitions=2020-08-25_06:2020-08-25, 2020-08-25 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 mlxscore=0 mlxlogscore=920 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-2004280000 definitions=main-2008250126 X-Rspamd-Queue-Id: 4BbZYR07Y4z4g27 X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.36 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEMAIL_FROM(0.00)[me.com]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:17.58.0.0/16]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[me.com:+]; DMARC_POLICY_ALLOW(-0.50)[me.com,quarantine]; NEURAL_HAM_SHORT(-0.75)[-0.754]; RECEIVED_SPAMHAUS_PBL(0.00)[80.235.52.148:received]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[me.com]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:714, ipnet:17.58.0.0/20, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.01)[-1.009]; R_DKIM_ALLOW(-0.20)[me.com:s=1a1hai]; FREEFALL_USER(0.00)[tsoome]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MIME_GOOD(-0.10)[text/plain]; DWL_DNSWL_LOW(-1.00)[me.com:dkim]; RCVD_IN_DNSWL_LOW(-0.10)[17.58.6.44:from]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[17.58.6.44:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 25 Aug 2020 16:43:07 -0000 > On 25. Aug 2020, at 19:35, Danilo Eg=C3=AAa Gondolfo = wrote: >=20 > On Tue, Aug 25, 2020 at 3:39 AM Matthew Macy = wrote: >=20 >> r364746 merged OpenZFS support in to HEAD. >>=20 >> The change should be transparent unless you want to use new features. >> I caution against 'zpool upgrade' for the next few weeks. >>=20 >> https://svnweb.freebsd.org/base?view=3Drevision&revision=3D364746 >>=20 >> If you encounter problems please report them to me, Ryan Moeller, and >> -current. >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to = "freebsd-hackers-unsubscribe@freebsd.org" >>=20 >=20 > Hi, that is good news. >=20 > It seems that our boot loader will fail to boot after zpool upgrade. = Is > that a known issue? >=20 The loader is not updated to support zstd. rgds, toomas > I've replicated my setup, root zfs over GELI, in a VM to avoid any = surprise > (phew!), and it booted fine after upgrading the system. Although it = fails > after zpool upgrade (yes, I know you've asked us to be cautious with = zpool > upgrade): >=20 > ZFS: unsupported feature: org.freebsd:zstd_compress > ZFS: pool zroot is not supported > ZFS: can't find pool by guid >=20 > Thank you! > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to = "freebsd-current-unsubscribe@freebsd.org"