From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 09 00:51:03 2021 Received: (at submit) by debbugs.gnu.org; 9 Jan 2021 05:51:03 +0000 Received: from localhost ([127.0.0.1]:51095 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ky79T-00005z-Dr for submit@debbugs.gnu.org; Sat, 09 Jan 2021 00:51:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:46448) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ky79R-00005a-JP for submit@debbugs.gnu.org; Sat, 09 Jan 2021 00:51:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52202) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ky79R-0003pM-BA for guix-patches@gnu.org; Sat, 09 Jan 2021 00:51:01 -0500 Received: from mail-40137.protonmail.ch ([185.70.40.137]:56375) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ky79O-0005gz-Q7 for guix-patches@gnu.org; Sat, 09 Jan 2021 00:51:00 -0500 Date: Sat, 09 Jan 2021 05:50:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1610171454; bh=5lB3BaQF3AVNzKOgegHvIL3i+SnsjW7BSxvzIBiwIKc=; h=Date:To:From:Reply-To:Subject:From; b=taO+osl1IiQeicvqc1W9auqUn4EWBl49JPC/Nbt3jFXeW+CQQ+kdNWL7WAbfpdNGG mezS1MplzvMiksBJhweGGAdqjqX9YasmRjAzCiMRIJw1wxA1tByfWDWZzLgaX6IXGk WH2lqKoFQVLLGL5+D4kDAWnBxoBY9L1VdYNk7ZlY= To: "guix-patches@gnu.org" From: raid5atemyhomework Subject: [PATCH] gnu: update zfs to 0.8.6. 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.137; envelope-from=raid5atemyhomework@protonmail.com; helo=mail-40137.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.5 (/) 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 4c0d59071fa888f6ad0f3b67e3962b5ee84d50da Mon Sep 17 00:00:00 2001 From: raid5atemyhomework Date: Sat, 9 Jan 2021 11:53:58 +0800 Subject: [PATCH] gnu: update zfs to 0.8.6. * gnu/packages/file-systems.scm (zfs): Update version to 0.8.6. --- gnu/packages/file-systems.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index f74d519b33..9b40a6603a 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -847,7 +847,7 @@ APFS.") (define-public zfs (package (name "zfs") - (version "0.8.5") + (version "0.8.6") (outputs '("out" "module" "src")) (source (origin @@ -856,7 +856,7 @@ APFS.") "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "0gfdnynmsxbhi97q73smrgmcw1k8zmlr1hgljfn38sk0kimivd6v")= ))) + (base32 "0xx6ssdpx86nwpnsq1zccqia6qilm3rf3vhpa77fpsvzq0yr3nw8")= ))) (build-system linux-module-build-system) (arguments `(;; The ZFS kernel module should not be downloaded since the license -- 2.30.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 10 04:58:19 2021 Received: (at 45734) by debbugs.gnu.org; 10 Jan 2021 09:58:19 +0000 Received: from localhost ([127.0.0.1]:53119 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kyXUJ-0002sT-1v for submit@debbugs.gnu.org; Sun, 10 Jan 2021 04:58:19 -0500 Received: from mail-40130.protonmail.ch ([185.70.40.130]:59003) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kyXUH-0002sE-9E for 45734@debbugs.gnu.org; Sun, 10 Jan 2021 04:58:18 -0500 Date: Sun, 10 Jan 2021 09:58:03 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1610272690; bh=uVdoRXzGUSmoI0ej/ubaaVo0o5as8LrtVMVf7HVkG7g=; h=Date:To:From:Reply-To:Subject:From; b=T8M+5URgOpeVDbu7EEtJafhjzFZUb4pQ1dRmNfeLJYPgH0feuhjAxK5k7YZ5aEISp FJQ1qpV87yf/a6Ns/yk4Mc0nwSstqacr5gntx9EKHZcrDMB1i0lGKFVuCe5cajZ7VS VrQ1kjiV8olHJvsRSpsEaEPclT8gf4om51xgmkuI= To: "45734@debbugs.gnu.org" <45734@debbugs.gnu.org> From: raid5atemyhomework Subject: [PATCH v2] gnu: update zfs. 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: 0.0 (/) X-Debbugs-Envelope-To: 45734 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 (-) This patch instead updates to 2.0.1. The upstream changes that most affect the transition from 0.8.x to 2.0.x ar= e: * FreeBSD and Linux have merged codebases, hence the reason why some files = now have an extra `/os/linux` directory. * Files installed in `/etc/default/` now use simpler installation that su= pposedly works on both Linux and FreeBSD, but seems not to work in Guix spe= cifically, for reasons I haven't explored. I just disabled its installation= instead. * The Linux build of the userland tools will now attempt to load the ZFS mo= dule, but this uses `/sbin/modprobe` which does not exist in Guix; I substi= tute this as well. This new version of the patch, however, requires https://issues.guix.gnu.or= g/45723 I've checked that this works in a VM. I added patches from https://issues.g= uix.gnu.org/45692 https://issues.guix.gnu.org/45722 https://issues.guix.gnu= .org/45723 in order to get a VM image with a ZFS 2.0.1. The OpenZFS project will end-of-life the ZFS 0.8.x series soon. The ZFS 0.8= .x series was inherited from the ZFS on Linux project and that particular s= equence of releases is Linux-specific. Since OpenZFS has merged the Linux a= nd FreeBSD forks, they decided to use the later version numbering 2.0.x and= will now maintain only a single Linux-or-FreeBSD codebase, so Guix also ne= eds to follow suit if Guix intends to have ZFS support in the foreseeable f= uture. >From bad3a65ae19a5a3c74c700163138f6f17f3017de Mon Sep 17 00:00:00 2001 From: raid5atemyhomework Date: Sat, 9 Jan 2021 11:53:58 +0800 Subject: [PATCH] gnu: update zfs. * gnu/packages/file-systems.scm (zfs): Update version to 2.0.1. --- gnu/packages/file-systems.scm | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index f74d519b33..49afe61e95 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -847,7 +847,7 @@ APFS.") (define-public zfs (package (name "zfs") - (version "0.8.5") + (version "2.0.1") (outputs '("out" "module" "src")) (source (origin @@ -856,7 +856,7 @@ APFS.") "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "0gfdnynmsxbhi97q73smrgmcw1k8zmlr1hgljfn38sk0kimivd6v")= ))) + (base32 "0y3992l4nzr67q18lz1kizw0za1shvqbpmsjz9shv4frh5ihllbi")= ))) (build-system linux-module-build-system) (arguments `(;; The ZFS kernel module should not be downloaded since the license @@ -887,18 +887,31 @@ APFS.") (util-linux (assoc-ref inputs "util-linux")) (nfs-utils (assoc-ref inputs "nfs-utils")) (kmod (assoc-ref inputs "kmod-runtime"))) + (substitute* "etc/Makefile.in" + ;; This just contains an example configuration file for + ;; configuring ZFS on traditional init systems, skip it + ;; since we cannot use it anyway; the install target beco= mes + ;; misdirected. + (("=3D default ") "=3D ")) + (substitute* "lib/libzfs/os/linux/libzfs_util_os.c" + ;; Use path to /gnu/store/*-kmod in actual path that is e= xec'ed. + (("\"/sbin/modprobe\"") + (string-append "\"" kmod "/bin/modprobe" "\"")) + ;; Just use 'modprobe' in message to user, since Guix + ;; does not have a traditional /sbin/ + (("'/sbin/modprobe ") "'modprobe ")) (substitute* "contrib/Makefile.in" ;; This is not configurable nor is its hard-coded /usr pr= efix. ((" initramfs") "")) - (substitute* "module/zfs/zfs_ctldir.c" + (substitute* "module/os/linux/zfs/zfs_ctldir.c" (("/usr/bin/env\", \"umount") (string-append util-linux "/bin/umount\", \"-n")) (("/usr/bin/env\", \"mount") (string-append util-linux "/bin/mount\", \"-n"))) - (substitute* "lib/libzfs/libzfs_mount.c" + (substitute* "lib/libzfs/os/linux/libzfs_mount_os.c" (("/bin/mount") (string-append util-linux "/bin/mount")) (("/bin/umount") (string-append util-linux "/bin/umount")= )) - (substitute* "lib/libshare/nfs.c" + (substitute* "lib/libshare/os/linux/nfs.c" (("/usr/sbin/exportfs") (string-append nfs-utils "/sbin/exportfs"))) (substitute* "config/zfs-build.m4" -- 2.30.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 11 05:23:28 2021 Received: (at 45734) by debbugs.gnu.org; 11 Jan 2021 10:23:28 +0000 Received: from localhost ([127.0.0.1]:55728 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kyuMC-0006l8-Db for submit@debbugs.gnu.org; Mon, 11 Jan 2021 05:23:28 -0500 Received: from mail-40132.protonmail.ch ([185.70.40.132]:44698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kyuM9-0006kt-4o for 45734@debbugs.gnu.org; Mon, 11 Jan 2021 05:23:26 -0500 Date: Mon, 11 Jan 2021 10:23:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1610360598; bh=oDrL4LZN9Epw+F299DmYEU0IvF3uGqwxQIZSobemvl0=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:From; b=BbdL2rx+HJuLVUjI3NVsQVt5CqCTq07hITH5fLVmR/JkB0+lpwUYUJ+vTYqiTSQiA e/v/IcibatOLdak54JNxNaSwqMeo4MtW87u51JePKBzf+RytTiRcw4pUVUDjwVt48J d+WOn7zI6zmswfjW/ADUeRlQgQox1jv3+AC5IQvA= To: "45734@debbugs.gnu.org" <45734@debbugs.gnu.org> From: raid5atemyhomework Subject: Re: [PATCH v2] gnu: update zfs. Message-ID: 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: 45734 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 (-) For the patch to 2.0.1, I did the following testing: * Included patches https://issues.guix.gnu.org/45692 https://issues.guix.gn= u.org/45722 https://issues.guix.gnu.org/45723 * Created a new VM image that includes ZFS using `(service zfs-service-ty= pe ...)`. Linux Libre 5.4 though. * Expanded this image +10G and created a new partition and created a ZF= S pool there, with a ZFS dataset, and wrote some text files and also downlo= aded the ZFS source release into the ZFS filesystem. Then rebooted the VM = and checked that the ZFS filesystem was still automounted, the contents loo= k like they are as expected. * Created three extra disk images and booted the same image with the ex= tra disks. Added two of them as a mirror SLOG and the third as a L2ARC. T= hen rebooted and checked that the pool still mounts fine. * Started the VM again with the extra disk images rearranged. Checked = ZFS pool status, the L2ARC and SLOG devices were correctly rearranged as we= ll. Did a few more rearrangements and checked that ZFS assigned the ZFS de= vice to the correct use. * Started the VM again with one of the mirror SLOG devices missing. Ch= ecked ZFS pool status, confirmed that the SLOG mirror was degraded but the = pool is still up. So all of it seems to be working fine so far. I'm mostly satisfied with th= is. I'll probably need to add more code to make it work closer to how ZFS o= n other systems works (the current patches scan all devices rather than use= `/etc/zfs/zpool.cache`, because I don't really know what `/etc/zfs/zpool.c= ache`). With all those patches, ZFS on Guix supports: * Automatic importing and mounting of ZFS filesystems (does not use `/etc/z= fs/zpool.cache`; this theoretically speeds up the case where the computer h= as dozens or hundreds of disks, and protects in a setting where someone cou= ld potentially gain physical access to the computer and override sensitive = locations by plugging in a USB that gets auto-imported (and auto-mounted) a= t boot by ZFS). * `/home` on ZFS. * L2ARC and SLOG. * ZVOLs, accessible over `/dev/zvol/*` hierarchy. * Can have pools on LUKS containers by adding them as dependencies of the `= zfs-service-type` (untested). * `file-system` declarations mounted on ZVOLs (untested). Some other stuff is not supported yet: * `zpool.cache` file, which replaces `fstab` but is not user-editable, for = faster importing of ZFS pools. * ZFS Event Daemon. Traditionally this is configured by having the sysad m= anage a `/etc/zfs/zed.d/` directory; some bits of ZFS automation are provid= ed by the ZFS release and the sysad is supposed to either symlink to those,= or copy it and modify, or remove, or replace with their own script. * ZFS sharing over the network. Probably need to go look at how NFS and Sa= mba are started on Guix then figure this part out; NFS and Samba need to ge= t started first, but I'm not sure how ZFS talks to those to get its filesys= tems shared. * `/` on ZFS. Probably we need to have some kind of `initrd-kernel-module-s= ervice-type`, `initrd-kernel-module-loader-service-type`, and have kernel m= odule parameter configuration passed in either by the kernel command line, = or by the early `initrd` module loader (which isn't modprobe, by the way). * Mounting in "legacy" mode where datasets are declared via `(file-system .= ..)` declarations. Actually https://issues.guix.gnu.org/45643#3 has a patc= h for this as well. From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 20 07:44:50 2021 Received: (at 45734) by debbugs.gnu.org; 20 Jan 2021 12:44:50 +0000 Received: from localhost ([127.0.0.1]:53140 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2Cqw-0001He-CS for submit@debbugs.gnu.org; Wed, 20 Jan 2021 07:44:50 -0500 Received: from flashner.co.il ([178.62.234.194]:37502) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2Cqv-0001HR-0v for 45734@debbugs.gnu.org; Wed, 20 Jan 2021 07:44:49 -0500 Received: from localhost (unknown [31.210.181.184]) by flashner.co.il (Postfix) with ESMTPSA id C359740297; Wed, 20 Jan 2021 12:44:42 +0000 (UTC) Date: Wed, 20 Jan 2021 14:44:01 +0200 From: Efraim Flashner To: raid5atemyhomework Subject: Re: [bug#45734] [PATCH v2] gnu: update zfs. Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GhwSUSR6iAABV9CU" 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: 45734 Cc: "45734-done@debbugs.gnu.org" <45734@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 (-) --GhwSUSR6iAABV9CU Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks for mentioning all the testing you did. Patch looks good. --=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 --GhwSUSR6iAABV9CU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAIJZEACgkQQarn3Mo9 g1Gs/xAAwwCybM6o7DRf7XlLynvN73Lc/qzOOoUiy13i8EgaoSoGTkklZkdespUG O5udjI0cubNTe+mBtYXy5TwG3DzeaW6PNtkYlqM/QAxKpqS7J6QuIWGSVq6qzbvj 2z5uKRGh9i0jdXP3NB+XHMrboSzMQZiNO/+E+QDSi6oJcUMPyf0Dyl6CJ0Rq508O SuVaG73WqMXR00PDmXbIiiRbweNdu9XmRMVewtxu6baTZTYaG/2DexAFP7Lx3q0w h2AM9t33Nk9YW4DQ/hi14v34/K2KVbeUDNrovDd1YtVQFzMcIQPvrIcgQGAoASH0 97OeOryAz8JP+7UCWLS+Oh4ZH2cpcnyJ7a2gHu49jcDo9b5xjo7F1zyfrr3PtBUK /xZrp1UejVhR+Mb1Zq6U1mPmVq7KtpwoK3orf7S1xmMxnfpl5HBCjEYN5kEkByDK JJNGjaN/cnK4dQogapEMnPP7lK+1ADO1TtO/3jLgcb2FjO8hmvvxmLM+yarmAFKA g8BKK4+mPoHoo89iRnjG58JasWSS1cizrDllmkJMvmsowRlc/E4E19lOKBH3/tkR n/1/uP+d/GGUSPSj/b+yMR6UeCkZhwznxUf/9SswYs7odPePQ9vrtTBIdVzshif7 4sgxVuPDud8sVtjrFA5ZzqMK7oYnFBoCvQHqxqTl1tHcry/CaNM= =uA/p -----END PGP SIGNATURE----- --GhwSUSR6iAABV9CU-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 24 19:20:23 2021 Received: (at 45734-done) by debbugs.gnu.org; 25 Jan 2021 00:20:24 +0000 Received: from localhost ([127.0.0.1]:37535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l3pcF-0003gw-Ln for submit@debbugs.gnu.org; Sun, 24 Jan 2021 19:20:23 -0500 Received: from mail4.protonmail.ch ([185.70.40.27]:13749) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l3pcD-0003gg-8K for 45734-done@debbugs.gnu.org; Sun, 24 Jan 2021 19:20:21 -0500 Date: Mon, 25 Jan 2021 00:20:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1611534015; bh=6+7oG4pEA94G+cNJwc2hhJmUNzxqrK1vTOofol8//sg=; h=Date:To:From:Reply-To:Subject:From; b=Lyot+N3xwozO8a57ydl5ciycS0dOmV02vCV7HVKiehJyov3EhTBod5Y+SjmZiJ5jo rDdmcv05B0RDNW/eJv8s2n7gpeZh3W2BbTdNN7rH9k0Lzlk22GOdEazZZM/v2j2fsw QNO82l7pI7bx8vgJrcDRl9xoaqdQXZXdi0oVGgK4= To: "45734-done@debbugs.gnu.org" <45734-done@debbugs.gnu.org> From: raid5atemyhomework Subject: [PATCH v2] gnu: update zfs. 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: -0.0 (/) X-Debbugs-Envelope-To: 45734-done 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 (-) Merged in, closing. From unknown Sun Jun 22 20:59:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 22 Feb 2021 12:24:05 +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