Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zfs: update to 2.1.8.
@ 2023-01-23 21:32 zdykstra
  2023-01-24 14:56 ` zdykstra
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: zdykstra @ 2023-01-23 21:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 522 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.8
https://github.com/void-linux/void-packages/pull/41829

zfs: update to 2.1.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Built / booted into this locally, root-on-ZFS, x86_64.


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

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

From 1ec4799a4455f77c27e4446b0da9e939d54c5640 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 23 Jan 2023 15:30:52 -0600
Subject: [PATCH] zfs: update to 2.1.8.

---
 ...3-dracut-fix-typo-in-mount-zfs.sh.in.patch | 36 -------------------
 srcpkgs/zfs/template                          |  4 +--
 2 files changed, 2 insertions(+), 38 deletions(-)
 delete mode 100644 srcpkgs/zfs/patches/0003-dracut-fix-typo-in-mount-zfs.sh.in.patch

diff --git a/srcpkgs/zfs/patches/0003-dracut-fix-typo-in-mount-zfs.sh.in.patch b/srcpkgs/zfs/patches/0003-dracut-fix-typo-in-mount-zfs.sh.in.patch
deleted file mode 100644
index 9944a9a3b8a4..000000000000
--- a/srcpkgs/zfs/patches/0003-dracut-fix-typo-in-mount-zfs.sh.in.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 07f2793e869196fcbcd5057d9ada377674262fe3 Mon Sep 17 00:00:00 2001
-From: Brian Behlendorf <behlendorf1@llnl.gov>
-Date: Wed, 29 Jun 2022 15:33:38 -0700
-Subject: [PATCH] dracut: fix typo in mount-zfs.sh.in
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Format the `zpool get` command correctly.  The -o option must
-be followed by "all" or the requested field name.
-
-Reviewed-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
-Reviewed-by: George Melikov <mail@gmelikov.ru>
-Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
-Closes #13602
-Signed-off-by: Alexis Ehret <git@08a.re>
----
- contrib/dracut/90zfs/mount-zfs.sh.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/contrib/dracut/90zfs/mount-zfs.sh.in b/contrib/dracut/90zfs/mount-zfs.sh.in
-index fa9f1bb76..b0eb614a6 100755
---- a/contrib/dracut/90zfs/mount-zfs.sh.in
-+++ b/contrib/dracut/90zfs/mount-zfs.sh.in
-@@ -82,7 +82,7 @@ ZFS_DATASET="${ZFS_DATASET:-${root}}"
- ZFS_POOL="${ZFS_DATASET%%/*}"
- 
- 
--if ! zpool get -Ho name "${ZFS_POOL}" > /dev/null 2>&1; then
-+if ! zpool get -Ho value name "${ZFS_POOL}" > /dev/null 2>&1; then
-     info "ZFS: Importing pool ${ZFS_POOL}..."
-     # shellcheck disable=SC2086
-     if ! zpool import -N ${ZPOOL_IMPORT_OPTS} "${ZFS_POOL}"; then
--- 
-2.37.3
-
diff --git a/srcpkgs/zfs/template b/srcpkgs/zfs/template
index 910cf795319b..8557423f40be 100644
--- a/srcpkgs/zfs/template
+++ b/srcpkgs/zfs/template
@@ -1,6 +1,6 @@
 # Template file for 'zfs'
 pkgname=zfs
-version=2.1.7
+version=2.1.8
 revision=1
 build_style=gnu-configure
 configure_args="--with-config=user --with-mounthelperdir=/usr/bin
@@ -16,7 +16,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=6462e63e185de6ff10c64ffa6ed773201a082f9dd13e603d7e8136fcb4aca71b
+checksum=c81c6cdcc6c1deb24dda02e33389e9242f338ef8892e0c161945db1db8b48937
 # 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.8.
  2023-01-23 21:32 [PR PATCH] zfs: update to 2.1.8 zdykstra
@ 2023-01-24 14:56 ` zdykstra
  2023-01-25 22:27 ` [PR PATCH] [Updated] [NOMERGE] " zdykstra
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zdykstra @ 2023-01-24 14:56 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/41829#issuecomment-1402081605

Comment:
https://github.com/openzfs/zfs/issues/14413

There might be a 2.1.8.1 release because of this issue. 

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

* Re: [PR PATCH] [Updated] [NOMERGE] zfs: update to 2.1.8.
  2023-01-23 21:32 [PR PATCH] zfs: update to 2.1.8 zdykstra
  2023-01-24 14:56 ` zdykstra
@ 2023-01-25 22:27 ` zdykstra
  2023-01-25 22:28 ` [NOMERGE] zfs: update to 2.1.9 zdykstra
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zdykstra @ 2023-01-25 22:27 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages zfs-2.1.8
https://github.com/void-linux/void-packages/pull/41829

[NOMERGE] zfs: update to 2.1.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Built / booted into this locally, root-on-ZFS, x86_64.


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

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

From c637b4df8efa7eac1f4faa1d4cb7e8ae9ea04c04 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 23 Jan 2023 15:30:52 -0600
Subject: [PATCH] zfs: update to 2.1.9.

---
 ...3-dracut-fix-typo-in-mount-zfs.sh.in.patch | 36 -------------------
 srcpkgs/zfs/template                          |  4 +--
 2 files changed, 2 insertions(+), 38 deletions(-)
 delete mode 100644 srcpkgs/zfs/patches/0003-dracut-fix-typo-in-mount-zfs.sh.in.patch

diff --git a/srcpkgs/zfs/patches/0003-dracut-fix-typo-in-mount-zfs.sh.in.patch b/srcpkgs/zfs/patches/0003-dracut-fix-typo-in-mount-zfs.sh.in.patch
deleted file mode 100644
index 9944a9a3b8a4..000000000000
--- a/srcpkgs/zfs/patches/0003-dracut-fix-typo-in-mount-zfs.sh.in.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 07f2793e869196fcbcd5057d9ada377674262fe3 Mon Sep 17 00:00:00 2001
-From: Brian Behlendorf <behlendorf1@llnl.gov>
-Date: Wed, 29 Jun 2022 15:33:38 -0700
-Subject: [PATCH] dracut: fix typo in mount-zfs.sh.in
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Format the `zpool get` command correctly.  The -o option must
-be followed by "all" or the requested field name.
-
-Reviewed-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
-Reviewed-by: George Melikov <mail@gmelikov.ru>
-Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
-Closes #13602
-Signed-off-by: Alexis Ehret <git@08a.re>
----
- contrib/dracut/90zfs/mount-zfs.sh.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/contrib/dracut/90zfs/mount-zfs.sh.in b/contrib/dracut/90zfs/mount-zfs.sh.in
-index fa9f1bb76..b0eb614a6 100755
---- a/contrib/dracut/90zfs/mount-zfs.sh.in
-+++ b/contrib/dracut/90zfs/mount-zfs.sh.in
-@@ -82,7 +82,7 @@ ZFS_DATASET="${ZFS_DATASET:-${root}}"
- ZFS_POOL="${ZFS_DATASET%%/*}"
- 
- 
--if ! zpool get -Ho name "${ZFS_POOL}" > /dev/null 2>&1; then
-+if ! zpool get -Ho value name "${ZFS_POOL}" > /dev/null 2>&1; then
-     info "ZFS: Importing pool ${ZFS_POOL}..."
-     # shellcheck disable=SC2086
-     if ! zpool import -N ${ZPOOL_IMPORT_OPTS} "${ZFS_POOL}"; then
--- 
-2.37.3
-
diff --git a/srcpkgs/zfs/template b/srcpkgs/zfs/template
index 910cf795319b..ae975caf9dd9 100644
--- a/srcpkgs/zfs/template
+++ b/srcpkgs/zfs/template
@@ -1,6 +1,6 @@
 # Template file for 'zfs'
 pkgname=zfs
-version=2.1.7
+version=2.1.9
 revision=1
 build_style=gnu-configure
 configure_args="--with-config=user --with-mounthelperdir=/usr/bin
@@ -16,7 +16,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=6462e63e185de6ff10c64ffa6ed773201a082f9dd13e603d7e8136fcb4aca71b
+checksum=6b172cdf2eb54e17fcd68f900fab33c1430c5c59848fa46fab83614922fe50f6
 # 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: [NOMERGE] zfs: update to 2.1.9.
  2023-01-23 21:32 [PR PATCH] zfs: update to 2.1.8 zdykstra
  2023-01-24 14:56 ` zdykstra
  2023-01-25 22:27 ` [PR PATCH] [Updated] [NOMERGE] " zdykstra
@ 2023-01-25 22:28 ` zdykstra
  2023-01-25 22:36 ` zdykstra
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zdykstra @ 2023-01-25 22:28 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/41829#issuecomment-1404310859

Comment:
ZFS 2.1.9 has been released to address the previous blocking issue. It's otherwise identical to 2.1.8, which I've been running since Monday.

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

* Re: [NOMERGE] zfs: update to 2.1.9.
  2023-01-23 21:32 [PR PATCH] zfs: update to 2.1.8 zdykstra
                   ` (2 preceding siblings ...)
  2023-01-25 22:28 ` [NOMERGE] zfs: update to 2.1.9 zdykstra
@ 2023-01-25 22:36 ` zdykstra
  2023-01-31 19:58 ` zdykstra
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zdykstra @ 2023-01-25 22:36 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/41829#issuecomment-1404310859

Comment:
ZFS 2.1.9 has been released to address the previous issue in 2.1.8. It's otherwise identical to 2.1.8, which I've been running since Monday.

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

* Re: zfs: update to 2.1.9.
  2023-01-23 21:32 [PR PATCH] zfs: update to 2.1.8 zdykstra
                   ` (3 preceding siblings ...)
  2023-01-25 22:36 ` zdykstra
@ 2023-01-31 19:58 ` zdykstra
  2023-01-31 20:57 ` [PR PATCH] [Merged]: " Vaelatern
  2023-01-31 20:57 ` Vaelatern
  6 siblings, 0 replies; 8+ messages in thread
From: zdykstra @ 2023-01-31 19:58 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/41829#issuecomment-1410980319

Comment:
2.1.9 seems to be pretty stable. There haven't been any show-stopping bug reports opened or problems discussed in libera.chat#zfsonlinux .

@Vaelatern tag, you're it!

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

* Re: [PR PATCH] [Merged]: zfs: update to 2.1.9.
  2023-01-23 21:32 [PR PATCH] zfs: update to 2.1.8 zdykstra
                   ` (4 preceding siblings ...)
  2023-01-31 19:58 ` zdykstra
@ 2023-01-31 20:57 ` Vaelatern
  2023-01-31 20:57 ` Vaelatern
  6 siblings, 0 replies; 8+ messages in thread
From: Vaelatern @ 2023-01-31 20:57 UTC (permalink / raw)
  To: ml

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

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

zfs: update to 2.1.9.
https://github.com/void-linux/void-packages/pull/41829

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Built / booted into this locally, root-on-ZFS, x86_64.


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

* Re: zfs: update to 2.1.9.
  2023-01-23 21:32 [PR PATCH] zfs: update to 2.1.8 zdykstra
                   ` (5 preceding siblings ...)
  2023-01-31 20:57 ` [PR PATCH] [Merged]: " Vaelatern
@ 2023-01-31 20:57 ` Vaelatern
  6 siblings, 0 replies; 8+ messages in thread
From: Vaelatern @ 2023-01-31 20:57 UTC (permalink / raw)
  To: ml

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

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/41829#issuecomment-1411061219

Comment:
Thank you!

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

end of thread, other threads:[~2023-01-31 20:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-23 21:32 [PR PATCH] zfs: update to 2.1.8 zdykstra
2023-01-24 14:56 ` zdykstra
2023-01-25 22:27 ` [PR PATCH] [Updated] [NOMERGE] " zdykstra
2023-01-25 22:28 ` [NOMERGE] zfs: update to 2.1.9 zdykstra
2023-01-25 22:36 ` zdykstra
2023-01-31 19:58 ` zdykstra
2023-01-31 20:57 ` [PR PATCH] [Merged]: " Vaelatern
2023-01-31 20:57 ` 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).