public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH zfsonlinux 0/2] update ZFS to 2.2.6
@ 2024-09-05  9:44 Stoiko Ivanov
  2024-09-05  9:44 ` [pve-devel] [PATCH zfsonlinux 1/2] update zfs submodule " Stoiko Ivanov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stoiko Ivanov @ 2024-09-05  9:44 UTC (permalink / raw)
  To: pve-devel

This patchset updates ZFS to 2.2.6, which was released last night.
It supersedes the update to 2.2.5:
https://lore.proxmox.com/pve-devel/20240820164512.1532793-1-s.ivanov@proxmox.com/

The usrmerge part of the above series will be resent independently later,
as we probably don't want to do that in between releases (as talked
off-list with Thomas).

In addition to the changes from 2.2.5, 2.2.6 contains a fixes discard on
zvols, that might affect kernel 6.8:
https://github.com/openzfs/zfs/pull/16462
https://github.com/openzfs/zfs/pull/16454

additionally it contains a few relevant fixes for more recent kernels
(6.10+)

It also pulls in a fix for bash-completion that was reported in our
bugzilla: https://bugzilla.proxmox.com/show_bug.cgi?id=5565

Tested minimally on a pair of VMs (migrate a container, storage
replication).

Relevant part of the cover-letter for the superseded series for ZFS-2.2.5:
This patchset updates ZFS to 2.2.5 which was released two weeks ago [0]
The changes don't look too scary, but could prevent a few issues in not so
common use-cases for us e.g.:
https://github.com/openzfs/zfs/pull/16359/commits/4d2f7f9839d12708417457cd57cf43d15cae5e92
https://github.com/openzfs/zfs/pull/16359/commits/6f27c4cadd29eb9b850c1c66bf71ef9ba119b955
https://github.com/openzfs/zfs/pull/16359/commits/ef08cb26dae6b3c2e930e66852f13329babb7c2e

[0] https://github.com/openzfs/zfs/pull/16359

Stoiko Ivanov (2):
  update zfs submodule to 2.2.6
  debian: remove libzfsbootenv1linux.install

 debian/libzfsbootenv1linux.install | 1 -
 upstream                           | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
 delete mode 100644 debian/libzfsbootenv1linux.install

-- 
2.39.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


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

* [pve-devel] [PATCH zfsonlinux 1/2] update zfs submodule to 2.2.6
  2024-09-05  9:44 [pve-devel] [PATCH zfsonlinux 0/2] update ZFS to 2.2.6 Stoiko Ivanov
@ 2024-09-05  9:44 ` Stoiko Ivanov
  2024-09-05  9:44 ` [pve-devel] [PATCH zfsonlinux 2/2] debian: remove libzfsbootenv1linux.install Stoiko Ivanov
  2024-09-05 12:24 ` [pve-devel] applied: [PATCH zfsonlinux 0/2] update ZFS to 2.2.6 Thomas Lamprecht
  2 siblings, 0 replies; 4+ messages in thread
From: Stoiko Ivanov @ 2024-09-05  9:44 UTC (permalink / raw)
  To: pve-devel

patches did not need adaptation

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
 upstream | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upstream b/upstream
index 25665920..baa50314 160000
--- a/upstream
+++ b/upstream
@@ -1 +1 @@
-Subproject commit 2566592045780e7be7afc899c2496b1ae3af4f4d
+Subproject commit baa50314567afd986a00838f0fa65fdacbd12daf
-- 
2.39.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


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

* [pve-devel] [PATCH zfsonlinux 2/2] debian: remove libzfsbootenv1linux.install
  2024-09-05  9:44 [pve-devel] [PATCH zfsonlinux 0/2] update ZFS to 2.2.6 Stoiko Ivanov
  2024-09-05  9:44 ` [pve-devel] [PATCH zfsonlinux 1/2] update zfs submodule " Stoiko Ivanov
@ 2024-09-05  9:44 ` Stoiko Ivanov
  2024-09-05 12:24 ` [pve-devel] applied: [PATCH zfsonlinux 0/2] update ZFS to 2.2.6 Thomas Lamprecht
  2 siblings, 0 replies; 4+ messages in thread
From: Stoiko Ivanov @ 2024-09-05  9:44 UTC (permalink / raw)
  To: pve-devel

When initially packaging libzfsbootenv1linux a .install file was
commited in addtion to the .install.in (which contains the proper path
with the multiarch component). This wasn't noticed during building
because the .install got clobbered while building

Fixes: fd0cc4becda91c46991e723ae6f0b08dcdf661e6
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
 debian/libzfsbootenv1linux.install | 1 -
 1 file changed, 1 deletion(-)
 delete mode 100644 debian/libzfsbootenv1linux.install

diff --git a/debian/libzfsbootenv1linux.install b/debian/libzfsbootenv1linux.install
deleted file mode 100644
index 01d3f0c3..00000000
--- a/debian/libzfsbootenv1linux.install
+++ /dev/null
@@ -1 +0,0 @@
-lib/libzfsbootenv.so.*
-- 
2.39.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


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

* [pve-devel] applied:  [PATCH zfsonlinux 0/2] update ZFS to 2.2.6
  2024-09-05  9:44 [pve-devel] [PATCH zfsonlinux 0/2] update ZFS to 2.2.6 Stoiko Ivanov
  2024-09-05  9:44 ` [pve-devel] [PATCH zfsonlinux 1/2] update zfs submodule " Stoiko Ivanov
  2024-09-05  9:44 ` [pve-devel] [PATCH zfsonlinux 2/2] debian: remove libzfsbootenv1linux.install Stoiko Ivanov
@ 2024-09-05 12:24 ` Thomas Lamprecht
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Lamprecht @ 2024-09-05 12:24 UTC (permalink / raw)
  To: Proxmox VE development discussion, Stoiko Ivanov

Am 05/09/2024 um 11:44 schrieb Stoiko Ivanov:
> This patchset updates ZFS to 2.2.6, which was released last night.
> It supersedes the update to 2.2.5:
> https://lore.proxmox.com/pve-devel/20240820164512.1532793-1-s.ivanov@proxmox.com/
> 
> The usrmerge part of the above series will be resent independently later,
> as we probably don't want to do that in between releases (as talked
> off-list with Thomas).
> 
> In addition to the changes from 2.2.5, 2.2.6 contains a fixes discard on
> zvols, that might affect kernel 6.8:
> https://github.com/openzfs/zfs/pull/16462
> https://github.com/openzfs/zfs/pull/16454
> 
> additionally it contains a few relevant fixes for more recent kernels
> (6.10+)
> 
> It also pulls in a fix for bash-completion that was reported in our
> bugzilla: https://bugzilla.proxmox.com/show_bug.cgi?id=5565
> 
> Tested minimally on a pair of VMs (migrate a container, storage
> replication).
> 
> Relevant part of the cover-letter for the superseded series for ZFS-2.2.5:
> This patchset updates ZFS to 2.2.5 which was released two weeks ago [0]
> The changes don't look too scary, but could prevent a few issues in not so
> common use-cases for us e.g.:
> https://github.com/openzfs/zfs/pull/16359/commits/4d2f7f9839d12708417457cd57cf43d15cae5e92
> https://github.com/openzfs/zfs/pull/16359/commits/6f27c4cadd29eb9b850c1c66bf71ef9ba119b955
> https://github.com/openzfs/zfs/pull/16359/commits/ef08cb26dae6b3c2e930e66852f13329babb7c2e
> 
> [0] https://github.com/openzfs/zfs/pull/16359
> 
> Stoiko Ivanov (2):
>   update zfs submodule to 2.2.6
>   debian: remove libzfsbootenv1linux.install
> 
>  debian/libzfsbootenv1linux.install | 1 -
>  upstream                           | 2 +-
>  2 files changed, 1 insertion(+), 2 deletions(-)
>  delete mode 100644 debian/libzfsbootenv1linux.install
> 


applied series, thanks!


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


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

end of thread, other threads:[~2024-09-05 12:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-05  9:44 [pve-devel] [PATCH zfsonlinux 0/2] update ZFS to 2.2.6 Stoiko Ivanov
2024-09-05  9:44 ` [pve-devel] [PATCH zfsonlinux 1/2] update zfs submodule " Stoiko Ivanov
2024-09-05  9:44 ` [pve-devel] [PATCH zfsonlinux 2/2] debian: remove libzfsbootenv1linux.install Stoiko Ivanov
2024-09-05 12:24 ` [pve-devel] applied: [PATCH zfsonlinux 0/2] update ZFS to 2.2.6 Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal