Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zfs: update to 2.2.1.
@ 2023-11-22  2:54 classabbyamp
  2023-11-22  6:31 ` heppu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: classabbyamp @ 2023-11-22  2:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages zfs-2.2.1
https://github.com/void-linux/void-packages/pull/47344

zfs: update to 2.2.1.
Adds linux6.6 support, disables block cloning by default until the issues are fixed. It would be a good idea to get this merged quickly.

#### Testing the changes
- I tested the changes in this PR: **YES** (zfs on root, linux6.1, pool fully upgraded)

cc: @Vaelatern @zdykstra


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

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

From 3287ea5e0f6dcb6976dc5e27a0b9c47ec807f0eb Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 21 Nov 2023 21:36:26 -0500
Subject: [PATCH] zfs: update to 2.2.1.

---
 srcpkgs/zfs/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/zfs/template b/srcpkgs/zfs/template
index da8fa305a861c..4a35e2254b62f 100644
--- a/srcpkgs/zfs/template
+++ b/srcpkgs/zfs/template
@@ -1,6 +1,6 @@
 # Template file for 'zfs'
 pkgname=zfs
-version=2.2.0
+version=2.2.1
 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=42035fd059faa25a09cd511b24a57b8ad1285cb69127f2a0043b98562c5ec690
+checksum=4ff2de43d39710283ae8ff1744aa96e6cdc83c8efe86a715294d4f6bc34a8e8e
 # dkms must be before initramfs-regenerate to build modules before images
 triggers="dkms initramfs-regenerate"
 dkms_modules="zfs ${version}"

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

* Re: zfs: update to 2.2.1.
  2023-11-22  2:54 [PR PATCH] zfs: update to 2.2.1 classabbyamp
@ 2023-11-22  6:31 ` heppu
  2023-11-22 11:40 ` ahesford
  2023-11-22 15:36 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: heppu @ 2023-11-22  6:31 UTC (permalink / raw)
  To: ml

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

New comment by heppu on void-packages repository

https://github.com/void-linux/void-packages/pull/47344#issuecomment-1822189093

Comment:
Nice, already managed to destroy 3 void linux installations with block cloning issue.

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

* Re: zfs: update to 2.2.1.
  2023-11-22  2:54 [PR PATCH] zfs: update to 2.2.1 classabbyamp
  2023-11-22  6:31 ` heppu
@ 2023-11-22 11:40 ` ahesford
  2023-11-22 15:36 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2023-11-22 11:40 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/47344#issuecomment-1822611206

Comment:
> Nice, already managed to destroy 3 void linux installations with block cloning issue.

In general, I recommend you create pools using a suitable `compatibility` option (*e.g.*, `compatibility=openzfs-2.1-linux` and track ZFS issues for a few weeks after new features are added to make sure a pool upgrade is safe.

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

* Re: [PR PATCH] [Merged]: zfs: update to 2.2.1.
  2023-11-22  2:54 [PR PATCH] zfs: update to 2.2.1 classabbyamp
  2023-11-22  6:31 ` heppu
  2023-11-22 11:40 ` ahesford
@ 2023-11-22 15:36 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-11-22 15:36 UTC (permalink / raw)
  To: ml

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

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

zfs: update to 2.2.1.
https://github.com/void-linux/void-packages/pull/47344

Description:
Adds linux6.6 support, disables block cloning by default until the issues are fixed. It would be a good idea to get this merged quickly.

#### Testing the changes
- I tested the changes in this PR: **YES** (zfs on root with zfsbootmenu, linux6.1, pool fully upgraded, x86_64-glibc)

cc: @Vaelatern @zdykstra


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

end of thread, other threads:[~2023-11-22 15:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22  2:54 [PR PATCH] zfs: update to 2.2.1 classabbyamp
2023-11-22  6:31 ` heppu
2023-11-22 11:40 ` ahesford
2023-11-22 15:36 ` [PR PATCH] [Merged]: " classabbyamp

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).