From owner-freebsd-current@freebsd.org Tue Aug 25 23:05:59 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 859643BF5E3; Tue, 25 Aug 2020 23:05:59 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-vk1-xa34.google.com (mail-vk1-xa34.google.com [IPv6:2607:f8b0:4864:20::a34]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bbl3C1Zccz4Hth; Tue, 25 Aug 2020 23:05:59 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-vk1-xa34.google.com with SMTP id y4so926vkn.12; Tue, 25 Aug 2020 16:05:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0FwiPkkWpxEs53S34AHQamAF97KRAhtcuFYlQPvDm0w=; b=QRgzM/lEtSLyWRTtgC0Wg8AkpUIo1Or/hjFanJxRRUoWRJy6Uemg0q+SfIPlsW9oBw E50dFIw4fyMrFOas6J/H4n0ISSQFukDXiHzvTpNvfjAHXPaqX7JXVfmLHSEckebJkIQp wBJF0fW/nbwqj76bhUNomvuO5NlkIAZrW3dfYHXUwGNxLdZMXi2KJFJaRdsx33gLNGsx l2Uzi7IkIBVWBm2hDLFZ3Sa4HT24ECPzuYKZOL6BF+IvKtQUloM+NN5hp2ew9HhY2NtD B7KfRdX9/6fvAhR3f0l8riQhUo1q8cpEUxI8jEzniTBDJY5xT9OipjxNdi1YaTumvIs+ hwAw== X-Gm-Message-State: AOAM5326JMcy54Cn47ruqKzG6k6+sg1y0DcO2dUWEg3Vgvf1IUi1dc8U JiwnEYtI3QK2/3YpL7Q4CSZVlqfEzT2kzmwCUdDfXJH9waM= X-Google-Smtp-Source: ABdhPJyBiuRc22VWkqdNTr3p4XA0uWQdVUpQxLuACK+Ssn7wvuMzwtJ7670ouNul7XqRZhPNm6eRiKjxSh7dx6sye74= X-Received: by 2002:a1f:9f87:: with SMTP id i129mr2400816vke.46.1598396757806; Tue, 25 Aug 2020 16:05:57 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ben Woods Date: Wed, 26 Aug 2020 07:05:46 +0800 Message-ID: Subject: Re: OpenZFS support merged To: Matthew Macy Cc: freebsd-current , freebsd-fs , freebsd-hackers@freebsd.org X-Rspamd-Queue-Id: 4Bbl3C1Zccz4Hth X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.33 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 23:05:59 -0000 On Tue, 25 Aug 2020 at 10:39 am, Matthew Macy wrote: > r364746 merged OpenZFS support in to HEAD. > > > > The change should be transparent unless you want to use new features. > > I caution against 'zpool upgrade' for the next few weeks. > > > > https://svnweb.freebsd.org/base?view=3Drevision&revision=3D364746 Congratulations and thank you to all involved. This is a great step forward for FreeBSD. Looking forward to trying ZFS native encryption, and send/recv of encrypted datasets! I=E2=80=99ll second that boot loader support for ZFS native encryption and = zstd compression would greatly complement this change once they are ready. Regards, Ben > --=20 -- From: Benjamin Woods woodsb02@gmail.com