Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zfs: update to 2.1.6.
@ 2022-10-04  0:25 zdykstra
  2022-10-04 14:22 ` Vaelatern
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: zdykstra @ 2022-10-04  0:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 549 bytes --]

There is a new pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages zfs-2.1.6
https://github.com/void-linux/void-packages/pull/39684

zfs: update to 2.1.6.
#### Testing the changes
- I tested the changes in this PR: **YES**

This could use testing by users that do NOT have root-on-ZFS for their ZFS usage. Tested locally on x86_64, no native encryption, root-on-ZFS.

@ahesford @Vaelatern 

A patch file from https://github.com/void-linux/void-packages/pull/39684.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zfs-2.1.6-39684.patch --]
[-- Type: text/x-diff, Size: 1241 bytes --]

From 816aae2046a0ad8000a5575ff051b9ea2e1a75db Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 3 Oct 2022 19:21:41 -0500
Subject: [PATCH] zfs: update to 2.1.6.

---
 srcpkgs/zfs/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zfs/template b/srcpkgs/zfs/template
index 226c46c25fe6..5ed7711352d9 100644
--- a/srcpkgs/zfs/template
+++ b/srcpkgs/zfs/template
@@ -1,7 +1,7 @@
 # Template file for 'zfs'
 pkgname=zfs
-version=2.1.5
-revision=3
+version=2.1.6
+revision=1
 build_style=gnu-configure
 configure_args="--with-config=user --with-mounthelperdir=/usr/bin
  --with-udevdir=/usr/lib/udev --with-udevruledir=/usr/lib/udev/rules.d
@@ -15,7 +15,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="CDDL-1.0"
 homepage="https://openzfs.github.io/openzfs-docs/"
 distfiles="https://github.com/openzfs/zfs/releases/download/zfs-${version}/zfs-${version}.tar.gz"
-checksum=1913041e5c44ff07ca384346ad8145aeedf77e77cd1cea9ec5d533246691e10c
+checksum=15339014f8d2131348eb937bf8893849806b6d2645ea607a18c7f117749dbd7a
 # dkms must be before initramfs-regenerate to build modules before images
 triggers="dkms initramfs-regenerate"
 dkms_modules="zfs ${version}"

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: zfs: update to 2.1.6.
  2022-10-04  0:25 [PR PATCH] zfs: update to 2.1.6 zdykstra
@ 2022-10-04 14:22 ` Vaelatern
  2022-10-04 14:25 ` ahesford
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Vaelatern @ 2022-10-04 14:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/39684#issuecomment-1267085782

Comment:
I've got some pools that are not on root, but they are all very simple setups or not suitable for test

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: zfs: update to 2.1.6.
  2022-10-04  0:25 [PR PATCH] zfs: update to 2.1.6 zdykstra
  2022-10-04 14:22 ` Vaelatern
@ 2022-10-04 14:25 ` ahesford
  2022-10-04 16:50 ` sgn
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2022-10-04 14:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/39684#issuecomment-1267090696

Comment:
I think the main issue motivating tests for non-ZFS roots was the earlier breakage in the dracut module that prevented people with the `zfs` module installed from booting with other root filesystems.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: zfs: update to 2.1.6.
  2022-10-04  0:25 [PR PATCH] zfs: update to 2.1.6 zdykstra
  2022-10-04 14:22 ` Vaelatern
  2022-10-04 14:25 ` ahesford
@ 2022-10-04 16:50 ` sgn
  2022-10-04 16:51 ` sgn
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2022-10-04 16:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 643 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39684#issuecomment-1267285858

Comment:
<!-- Linux 5.19.12 `/` on ext4 with one disk in zfs, booted. I will do more testing tomorrow. -->
```
depmod: WARNING: could not open modules.order at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory
depmod: WARNING: could not open modules.builtin at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory
depmod: WARNING: could not open modules.builtin.modinfo at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory
```


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: zfs: update to 2.1.6.
  2022-10-04  0:25 [PR PATCH] zfs: update to 2.1.6 zdykstra
                   ` (2 preceding siblings ...)
  2022-10-04 16:50 ` sgn
@ 2022-10-04 16:51 ` sgn
  2022-10-04 17:19 ` zdykstra
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2022-10-04 16:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 636 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39684#issuecomment-1267285858

Comment:
Linux 5.19.12 `/` on ext4 with one disk in zfs, booted. I will do more testing tomorrow.

```
depmod: WARNING: could not open modules.order at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory
depmod: WARNING: could not open modules.builtin at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory
depmod: WARNING: could not open modules.builtin.modinfo at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory
```


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: zfs: update to 2.1.6.
  2022-10-04  0:25 [PR PATCH] zfs: update to 2.1.6 zdykstra
                   ` (3 preceding siblings ...)
  2022-10-04 16:51 ` sgn
@ 2022-10-04 17:19 ` zdykstra
  2022-10-04 23:36 ` sgn
  2022-10-07 14:15 ` [PR PATCH] [Merged]: " Vaelatern
  6 siblings, 0 replies; 8+ messages in thread
From: zdykstra @ 2022-10-04 17:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 817 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/39684#issuecomment-1267317941

Comment:
> Linux 5.19.12 `/` on ext4 with one disk in zfs, booted. I will do more testing tomorrow.
> 
> ```
> depmod: WARNING: could not open modules.order at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory
> depmod: WARNING: could not open modules.builtin at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory
> depmod: WARNING: could not open modules.builtin.modinfo at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory
> ```

Do you have kernel `5.18.19` installed on your machine? There's a flaw somewhere that leaves dangling directories in `/lib/modules`, and that confuses Dracut.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: zfs: update to 2.1.6.
  2022-10-04  0:25 [PR PATCH] zfs: update to 2.1.6 zdykstra
                   ` (4 preceding siblings ...)
  2022-10-04 17:19 ` zdykstra
@ 2022-10-04 23:36 ` sgn
  2022-10-07 14:15 ` [PR PATCH] [Merged]: " Vaelatern
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2022-10-04 23:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 858 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39684#issuecomment-1267722447

Comment:
> > Linux 5.19.12 `/` on ext4 with one disk in zfs, booted. I will do more testing tomorrow.
> > ```
> > depmod: WARNING: could not open modules.order at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory
> > depmod: WARNING: could not open modules.builtin at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory
> > depmod: WARNING: could not open modules.builtin.modinfo at /tmp/dracut.qnXMbR/initramfs/lib/modules/5.18.19_1: No such file or directory
> > ```
> 
> Do you have kernel `5.18.19` installed on your machine? There's a flaw somewhere that leaves dangling directories in `/lib/modules`, and that confuses Dracut.

You're right, I have it removed.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Merged]: zfs: update to 2.1.6.
  2022-10-04  0:25 [PR PATCH] zfs: update to 2.1.6 zdykstra
                   ` (5 preceding siblings ...)
  2022-10-04 23:36 ` sgn
@ 2022-10-07 14:15 ` Vaelatern
  6 siblings, 0 replies; 8+ messages in thread
From: Vaelatern @ 2022-10-07 14:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

There's a merged pull request on the void-packages repository

zfs: update to 2.1.6.
https://github.com/void-linux/void-packages/pull/39684

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

This could use testing by users that do NOT have root-on-ZFS for their ZFS usage. Tested locally on x86_64, no native encryption, root-on-ZFS.

@ahesford @Vaelatern 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-10-07 14:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04  0:25 [PR PATCH] zfs: update to 2.1.6 zdykstra
2022-10-04 14:22 ` Vaelatern
2022-10-04 14:25 ` ahesford
2022-10-04 16:50 ` sgn
2022-10-04 16:51 ` sgn
2022-10-04 17:19 ` zdykstra
2022-10-04 23:36 ` sgn
2022-10-07 14:15 ` [PR PATCH] [Merged]: " Vaelatern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).