From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 23 11:07:19 2021 Received: (at submit) by debbugs.gnu.org; 23 Jul 2021 15:07:19 +0000 Received: from localhost ([127.0.0.1]:44293 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6wli-0003my-Qx for submit@debbugs.gnu.org; Fri, 23 Jul 2021 11:07:19 -0400 Received: from lists.gnu.org ([209.51.188.17]:40262) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6wlf-0003mo-Eo for submit@debbugs.gnu.org; Fri, 23 Jul 2021 11:07:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59960) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6wlf-0002xw-0d for bug-guix@gnu.org; Fri, 23 Jul 2021 11:07:15 -0400 Received: from mail-40130.protonmail.ch ([185.70.40.130]:38836) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6wlc-0005W5-I5 for bug-guix@gnu.org; Fri, 23 Jul 2021 11:07:14 -0400 Date: Fri, 23 Jul 2021 15:07:05 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1627052829; bh=M2pvjEAMtrM1i28GZ5sNgEG+W34lJlsJw623FgSsuF4=; h=Date:To:From:Reply-To:Subject:From; b=MVxlHKDm59waLWBanJtPCr+fAVGNGJHMvNoRMTzqvUbazzWa9hJu/aIJTTHc0R/+T 8DFmNnVWuQ95aS2n4bDD5nn+/elZnQ0qI5E7qwHmv7e9kZc2NY5PArljGl33NoHOGZ Kx8HOj3YZE2BSRbNdCDqjBANVOe4A6hjdT958NhU= To: "bug-guix@gnu.org" From: raid5atemyhomework Subject: [PATCH] gnu: Update OpenZFS to 2.1.0. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.130; envelope-from=raid5atemyhomework@protonmail.com; helo=mail-40130.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: raid5atemyhomework Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) >From 14446422d6f7873b29d2fe04a9528de867b854b8 Mon Sep 17 00:00:00 2001 From: raid5atemyhomework Date: Fri, 23 Jul 2021 23:01:30 +0800 Subject: [PATCH] gnu: Update OpenZFS to 2.1.0. * gnu/packages/file-systems.scm [zfs]: Update to 2.1.0, add support for new compatibility feature. --- gnu/packages/file-systems.scm | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index b6d0bcbc55..463cc3a8b5 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1171,7 +1171,7 @@ with the included @command{xfstests-check} helper.") (define-public zfs (package (name "zfs") - (version "2.0.5") + (version "2.1.0") (outputs '("out" "module" "src")) (source (origin @@ -1180,7 +1180,7 @@ with the included @command{xfstests-check} helper.") "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "1jbfm18hh9x4a9s5d7si8lapmq2aniphyriif9flrgsff26lj5rs")= ))) + (base32 "0kzkggwznp4m3503f2m4lcinbl99jg50j4asrwfpfk1862vdrgb0")= ))) (build-system linux-module-build-system) (arguments `(;; The ZFS kernel module should not be downloaded since the license @@ -1211,6 +1211,25 @@ with the included @command{xfstests-check} helper.") (util-linux (assoc-ref inputs "util-linux")) (nfs-utils (assoc-ref inputs "nfs-utils")) (kmod (assoc-ref inputs "kmod-runtime"))) + ;; New feature "compatibility=3D" in 2.1.0. + ;; This feature looks up in two locations: + ;; /etc/zfs/compatibility.d/ + ;; /usr/share/zfs/compatibility.d/ + ;; The first is intended for system-specific compatibility + ;; sets, while the second is what is installed with the + ;; OpenZFS package, so use the absolute path for the first + ;; (which requires patching in the file) and the store path + ;; for the second (which it gets by default). + (substitute* "include/sys/fs/zfs.h" + (("#define\tZPOOL_SYSCONF_COMPAT_D.*$") + ; Use absolute path. + "#define\tZPOOL_SYSCONF_COMPAT_D\t\"/etc/zfs/compatibili= ty.d\"\n")) + ;; Also update the manual, which uses absolute paths, so th= at + ;; /usr/share/zfs/compatibility.d/ is referred via the stor= e. + (substitute* '("man/man8/zpoolprops.8" + "man/man5/zpool-features.5") + (("/usr/share/zfs/compatibility.d") + (string-append out "/share/zfs/compatibility.d"))) (substitute* "etc/Makefile.in" ;; This just contains an example configuration file for ;; configuring ZFS on traditional init systems, skip it -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 23 12:54:37 2021 Received: (at 49710) by debbugs.gnu.org; 23 Jul 2021 16:54:37 +0000 Received: from localhost ([127.0.0.1]:44468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6yRY-0000A9-Hc for submit@debbugs.gnu.org; Fri, 23 Jul 2021 12:54:37 -0400 Received: from mail-4325.protonmail.ch ([185.70.43.25]:43981) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6yRQ-00009q-Q9 for 49710@debbugs.gnu.org; Fri, 23 Jul 2021 12:54:35 -0400 Date: Fri, 23 Jul 2021 16:54:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1627059261; bh=fCRDFqt814YGo79n7QhFQi+ZoIHI57zKO16xaAKrNq0=; h=Date:To:From:Reply-To:Subject:From; b=aOMzoR87fy8PccWc4tZ8oWf8UL5KdpsoeVtWSVJY3YnXzXc6pulgtQDJL9AFjoeBt Y5SpCuPQq2pGXZdD90x7rXabXDF6t5ApgLDVQRMxn1fTGvCgl3IdSHIVxvzQqQbSbs jUycP1J8gHbNtO2R5wDuW1xsF8urW9ND2Ux5NcjM= To: "49710@debbugs.gnu.org" <49710@debbugs.gnu.org> From: raid5atemyhomework Subject: [PATCH v2] gnu: Update OpenZFS to 2.1.0. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Bleah, forgot to *completely* amend the commit that was using the release candidate... From 14446422d6f7873b29d2fe04a9528de867b854b8 Mon Sep 17 00:00:00 2001 From: raid5atemyhomework Date: Fri, 23 Jul 2021 23:01:30 +0800 Subject: [PATCH] gnu: Update OpenZFS to 2.1.0. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [185.70.43.25 listed in wl.mailspike.net] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (raid5atemyhomework[at]protonmail.com) 0.0 T_SPF_TEMPERROR SPF: test of record failed (temperror) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.3 SPOOFED_FREEMAIL No description available. X-Debbugs-Envelope-To: 49710 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: raid5atemyhomework Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Bleah, forgot to *completely* amend the commit that was using the release c= andidate... >From 14446422d6f7873b29d2fe04a9528de867b854b8 Mon Sep 17 00:00:00 2001 From: raid5atemyhomework Date: Fri, 23 Jul 2021 23:01:30 +0800 Subject: [PATCH] gnu: Update OpenZFS to 2.1.0. * gnu/packages/file-systems.scm [zfs]: Update to 2.1.0, add support for new compatibility feature. --- gnu/packages/file-systems.scm | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index b6d0bcbc55..463cc3a8b5 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1171,7 +1171,7 @@ with the included @command{xfstests-check} helper.") (define-public zfs (package (name "zfs") - (version "2.0.5") + (version "2.1.0") (outputs '("out" "module" "src")) (source (origin @@ -1180,7 +1180,7 @@ with the included @command{xfstests-check} helper.") "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "1jbfm18hh9x4a9s5d7si8lapmq2aniphyriif9flrgsff26lj5rs")= ))) + (base32 "0kzkggwznp4m3503f2m4lcinbl99jg50j4asrwfpfk1862vdrgb0")= ))) (build-system linux-module-build-system) (arguments `(;; The ZFS kernel module should not be downloaded since the license @@ -1211,6 +1211,25 @@ with the included @command{xfstests-check} helper.") (util-linux (assoc-ref inputs "util-linux")) (nfs-utils (assoc-ref inputs "nfs-utils")) (kmod (assoc-ref inputs "kmod-runtime"))) + ;; New feature "compatibility=3D" in 2.1.0. + ;; This feature looks up in two locations: + ;; /etc/zfs/compatibility.d/ + ;; /usr/share/zfs/compatibility.d/ + ;; The first is intended for system-specific compatibility + ;; sets, while the second is what is installed with the + ;; OpenZFS package, so use the absolute path for the first + ;; (which requires patching in the file) and the store path + ;; for the second (which it gets by default). + (substitute* "include/sys/fs/zfs.h" + (("#define\tZPOOL_SYSCONF_COMPAT_D.*$") + ; Use absolute path. + "#define\tZPOOL_SYSCONF_COMPAT_D\t\"/etc/zfs/compatibili= ty.d\"\n")) + ;; Also update the manual, which uses absolute paths, so th= at + ;; /usr/share/zfs/compatibility.d/ is referred via the stor= e. + (substitute* '("man/man7/zpoolprops.7" + "man/man7/zpool-features.7") + (("/usr/share/zfs/compatibility.d") + (string-append out "/share/zfs/compatibility.d"))) (substitute* "etc/Makefile.in" ;; This just contains an example configuration file for ;; configuring ZFS on traditional init systems, skip it -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 05:42:02 2021 Received: (at 49710) by debbugs.gnu.org; 1 Aug 2021 09:42:02 +0000 Received: from localhost ([127.0.0.1]:35537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mA7ys-0006rU-8h for submit@debbugs.gnu.org; Sun, 01 Aug 2021 05:42:02 -0400 Received: from mail-4325.protonmail.ch ([185.70.43.25]:41305) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mA7yp-0006rA-Ur for 49710@debbugs.gnu.org; Sun, 01 Aug 2021 05:42:01 -0400 Date: Sun, 01 Aug 2021 09:41:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1627810913; bh=pwYKT/nhnBO9sbCdsUibUhxqN3uKbyTwLMA+BDkBChk=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:From; b=oVhb5A7ic2a74rl3w3VbHBOjKBk8Nqz0yc/0KTyN36QEiDmoH8oHZ3N7rh2ptazt6 tVkPOMVytZtjIJbppaIWfS3NlEOTcRzlbqXA/aHoS+mT/ZZR50ac9CLfKQe56xoi8Y OTbJisa2Vag20V0Vr/NRB+QspAzRUyNsUTkkVuno= To: "49710@debbugs.gnu.org" <49710@debbugs.gnu.org> From: raid5atemyhomework Subject: Re: [PATCH v2] gnu: Update OpenZFS to 2.1.0. Message-ID: <8FkzJaxANgiWelAEjjaVDPgriGJ_7KyhPhtcycbFx4vx3-QlFc-45ty6h5nMU5QM94QMYJWwYQCBOX4lImSaiD0h6a4Y2nutgJjeeJiy6L4=@protonmail.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49710 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: raid5atemyhomework Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) BUMP From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 02 12:01:44 2021 Received: (at 49710) by debbugs.gnu.org; 2 Aug 2021 16:01:44 +0000 Received: from localhost ([127.0.0.1]:39111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAaNr-0005Jo-SR for submit@debbugs.gnu.org; Mon, 02 Aug 2021 12:01:44 -0400 Received: from flashner.co.il ([178.62.234.194]:56524) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAaNq-0005Ja-Nq for 49710@debbugs.gnu.org; Mon, 02 Aug 2021 12:01:43 -0400 Received: from localhost (unknown [31.210.177.125]) by flashner.co.il (Postfix) with ESMTPSA id 5C5F040313; Mon, 2 Aug 2021 16:01:36 +0000 (UTC) Date: Mon, 2 Aug 2021 19:00:04 +0300 From: Efraim Flashner To: raid5atemyhomework Subject: Re: bug#49710: [PATCH v2] gnu: Update OpenZFS to 2.1.0. Message-ID: Mail-Followup-To: Efraim Flashner , raid5atemyhomework , "49710-done@debbugs.gnu.org" <49710@debbugs.gnu.org> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="MmY1kXadh0e5pHv0" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49710 Cc: "49710-done@debbugs.gnu.org" <49710@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --MmY1kXadh0e5pHv0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch pushed. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --MmY1kXadh0e5pHv0 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmEIFoQACgkQQarn3Mo9 g1HuJQ//XIDdfioSVTDewGKPSwMRHN4Y4l3YsHwPp6SkGtbCSdrK1qpoUtUzbbxN 97u5levdgXwldxaYhsXvXfI7wXBeVFFm3mrZ8gAlvJ7xMwRmRdb1DUVeUY7Hysa7 SfN8nM+P2PMGKNONvydyNyGFFCUlElztPWiCrvUTv8F3L/soA8IU0Wx8YwAaXP6n 0A/C+WxGBzcgF1qvN14M+N78GQ0KW+v2ZrLPBl5txNjPOoeLjOCswDRLBXO/xoxj FK7Cdn2U+cWu+1x9qMIc3snPq2kbYnbkL9dlts0eExAKhhU90lebpwtqkZLBxM8p we0aQeMSn2b874t0iL4MXfyObvaP9MQWN3DLrezxNk2qfHVuRSiZHucFGcZQbKg6 s5Tnganw/Leu+tCEPiQ1L49GUnzz3x7tv9QuPhhudxhWuR4S/0y5jhHuEVjlNUwr QErz2mG0ZUTSw14inlUD2RbouN4IoAgrJOj9MbxgRoNVr5rasxLbpL9RWxsEjWzq z90XiCUZ62N3QhzNQWhrK+9V8zM+zoQSu1LaMD2LeTSlLASWAa8yIaFdlkGIzzUG OYZ5JZ8lq3/2mdU08KsqdHu9pqZaBnEupnAgKZwCVzIhpFki/MZCXDfHgA/upfNf +0P3dGxGCth/Pht27Pdstqwex+XPjJuQpHX8oBc+9Hzy/Adr/TI= =wkg4 -----END PGP SIGNATURE----- --MmY1kXadh0e5pHv0-- From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 26 14:45:03 2021 Received: (at control) by debbugs.gnu.org; 26 Aug 2021 18:45:03 +0000 Received: from localhost ([127.0.0.1]:50474 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mJKN4-0003AK-V5 for submit@debbugs.gnu.org; Thu, 26 Aug 2021 14:45:03 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:38569) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mJKN2-00038A-H3 for control@debbugs.gnu.org; Thu, 26 Aug 2021 14:45:01 -0400 Received: (Authenticated sender: brice@waegenei.re) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id A4AA9C0004 for ; Thu, 26 Aug 2021 18:44:52 +0000 (UTC) Date: Thu, 26 Aug 2021 20:44:52 +0200 To: control@debbugs.gnu.org From: Brice Waegeneire Subject: control message for bug #49710 X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" Message-Id: X-Spam-Score: -1.0 (-) close 49710 quit From unknown Mon Aug 18 11:16:36 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 24 Sep 2021 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator