[pve-devel] applied: [PATCH zfsonlinux 0/2] update ZFS to 2.2.6

2024-09-05 Thread Thomas Lamprecht
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.iva...@proxmox.com/ > > The usrmerge part of the above series will be resent indep

Re: [pve-devel] [PATCH v3 storage] fix #5191: api, cli: implement moving a volume between storages

2024-09-05 Thread Fiona Ebner
Am 03.07.24 um 14:59 schrieb Filip Schauer: > Add the ability to move a backup, ISO, container template or snippet > between storages and nodes via an API method. Moving a VMA backup to a > Proxmox Backup Server requires the proxmox-vma-to-pbs package to be > installed. Currently only VMA backups c

[pve-devel] [PATCH qemu 2/2] pick up stable fixes for 9.0

2024-09-05 Thread Fiona Ebner
Includes fixes for VirtIO-net, ARM and x86(_64) emulation, CVEs to harden NBD server against malicious clients, as well as a few others (VNC, physmem, Intel IOMMU, ...). Signed-off-by: Fiona Ebner --- ...net-Ensure-queue-index-fits-with-RSS.patch | 35 ++ ...etwork-stall-at-the-host-side-waitin

[pve-devel] applied: [PATCH kernel] add fix for regression causing broken power indicators/LEDs

2024-09-05 Thread Thomas Lamprecht
Am 26/07/2024 um 11:06 schrieb Fiona Ebner: > The issue was reported in the enterprise support. The customer > contacted the ledmon maintainer, who found that it is not an issue > with ledmon, bisected the kernel and came up with this fix. > > Signed-off-by: Fiona Ebner > --- > ...n-Power-Indica

[pve-devel] [PATCH qemu 1/2] pick up fix for VirtIO PCI regressions

2024-09-05 Thread Fiona Ebner
Commit f06b222 ("fixes for QEMU 9.0") included a revert for the QEMU commit 2ce6cff94d ("virtio-pci: fix use of a released vector"). That commit caused some regressions which sounded just as bad as the fix. Those regressions have now been addressed upstream, so pick up the fix and drop the revert.

[pve-devel] [PATCH zfsonlinux 1/2] update zfs submodule to 2.2.6

2024-09-05 Thread Stoiko Ivanov
patches did not need adaptation Signed-off-by: Stoiko Ivanov --- upstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream b/upstream index 25665920..baa50314 16 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit 2566592045780e7be7afc899c2496b1ae3af4f4d

[pve-devel] [PATCH zfsonlinux 2/2] debian: remove libzfsbootenv1linux.install

2024-09-05 Thread Stoiko Ivanov
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: fd0cc4becda91c46991e723ae6f0b08dcdf661

[pve-devel] [PATCH zfsonlinux 0/2] update ZFS to 2.2.6

2024-09-05 Thread 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.iva...@proxmox.com/ The usrmerge part of the above series will be resent independently later, as we probably don't want to do that in

Re: [pve-devel] [PATCH SERIES storage/qemu-server/-manager] RFC : add lvmqcow2 storage support

2024-09-05 Thread Fabian Grünbichler
> Alexandre Derumier via pve-devel hat am > 26.08.2024 13:00 CEST geschrieben: > This patch series add support for a new lvmqcow2 storage format. > > Currently, we can't do snasphot && thin provisionning on shared block devices > because > lvm thin can't share his metavolume. I have a lot of