Re: [pve-devel] [[PATCH kernel]] fix 5683: netfs: reset subreq iov iter before tail clean

2024-10-22 Thread Christian Ebner
On 10/22/24 14:50, Fiona Ebner wrote: Am 02.10.24 um 16:36 schrieb Christian Ebner: Fixes rare read corruption issues using the in kernel ceph client. On incomplete read requests, the clean tail flag should make sure to zero fill the remaining bytes for the subrequest. If the iov iterator is no

Re: [pve-devel] [[PATCH kernel]] fix 5683: netfs: reset subreq iov iter before tail clean

2024-10-22 Thread Christian Ebner
On 10/22/24 15:57, Thomas Lamprecht wrote: Am 02/10/2024 um 16:36 schrieb Christian Ebner: Also, I reached out once again to the kernel developers asking if this fix is a valid approach, hoping this can be included in current stable (as the patch does fix the issue also when applied on 6.11.1).

Re: [pve-devel] [PATCH qemu] api: qemu: create: default cpu to x86-64-v2-AES

2024-10-22 Thread Thomas Lamprecht
Am 22/10/2024 um 13:23 schrieb Fiona Ebner: > Am 01.10.24 um 16:08 schrieb Maximiliano Sandoval: >> This makes it so newly created VMs, e.g. with `qm create` will have the >> same default value as VMs created via the web UI. >> >> Signed-off-by: Maximiliano Sandoval >> --- >> I am not entirely sur

[pve-devel] [PATCH docs 3/3] pci-passthrough: add note about mediated devices w.r.t kernel modules

2024-10-22 Thread Christoph Heiss
Signed-off-by: Christoph Heiss --- qm-pci-passthrough.adoc | 15 +++ 1 file changed, 15 insertions(+) diff --git a/qm-pci-passthrough.adoc b/qm-pci-passthrough.adoc index 70e33f2..ae0bdde 100644 --- a/qm-pci-passthrough.adoc +++ b/qm-pci-passthrough.adoc @@ -96,6 +96,14 @@ to the xre

[pve-devel] [PATCH docs 1/3] pci-passthrough: drop obsolete `vfio_virqfd` kernel module requirement

2024-10-22 Thread Christoph Heiss
Signed-off-by: Christoph Heiss --- qm-pci-passthrough.adoc | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/qm-pci-passthrough.adoc b/qm-pci-passthrough.adoc index 4cbaadd..c3dd184 100644 --- a/qm-pci-passthrough.adoc +++ b/qm-pci-passthrough.adoc @@ -92,17 +92,13 @@ to th

[pve-devel] [PATCH docs 0/3] pci-passthrough: update section for newer kernels, add mdev driver note

2024-10-22 Thread Christoph Heiss
#1 and #2 update the section w.r.t. to the current 6.8 kernels, dropping some now-obsolete requirements for PCI passthrough. #3 adds two small notes when passing through mediated devices, as these work a bit differently than normal passthrough. Noticed these things while testing out Dominik's Nvi

Re: [pve-devel] [PATCH qemu-server] vm_start: add syslog info with which PID a VM was started

2024-10-22 Thread Fiona Ebner
Am 26.09.24 um 10:36 schrieb Daniel Kral: > Adds a syslog entry to log the process id that has been given to the > QEMU VM process at start. This is helpful debugging information if the > pid shows up at other places, like a kernel stack trace, while the VM > has been running, but cannot be retriev

Re: [pve-devel] [PATCH qemu] api: qemu: create: default cpu to x86-64-v2-AES

2024-10-22 Thread Fiona Ebner
Am 01.10.24 um 16:08 schrieb Maximiliano Sandoval: > This makes it so newly created VMs, e.g. with `qm create` will have the > same default value as VMs created via the web UI. > > Signed-off-by: Maximiliano Sandoval > --- > I am not entirely sure if there is side-effect that I am not taking into

Re: [pve-devel] [PATCH SERIES v2 pve-storage/qemu-server] add external qcow2 snapshot support

2024-10-22 Thread Esi Y via pve-devel
--- Begin Message --- On Tue, Oct 22, 2024 at 8:39 AM Thomas Lamprecht wrote: > The thing you linked has not only nothing to do with the snapshots of the > qcow2 format, which are just one of the targets, it also nowhere states > what you crudely try to imply. It's 2016 wiki: "Internal snapshots

[pve-devel] applied: [PATCH pve-storage] lvmplugin: fix: activate|deactivate volume, add missing storeid param in path sub

2024-10-22 Thread Fiona Ebner
Am 25.09.24 um 11:00 schrieb Alexandre Derumier via pve-devel: > $storeid param is missing and $snapname is used as third param. > > This seem to works actually because $snapname is always empty in lvm > > Signed-off-by: Alexandre Derumier applied, thanks!

[pve-devel] [PATCH docs 2/3] pci-passthrough: mention that `intel_iommu=on` is the default for 6.8+

2024-10-22 Thread Christoph Heiss
Signed-off-by: Christoph Heiss --- qm-pci-passthrough.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qm-pci-passthrough.adoc b/qm-pci-passthrough.adoc index c3dd184..70e33f2 100644 --- a/qm-pci-passthrough.adoc +++ b/qm-pci-passthrough.adoc @@ -74,7 +74,8 @@ xref:sysbo

Re: [pve-devel] [[PATCH kernel]] fix 5683: netfs: reset subreq iov iter before tail clean

2024-10-22 Thread Fiona Ebner
Am 02.10.24 um 16:36 schrieb Christian Ebner: > Fixes rare read corruption issues using the in kernel ceph client. > > On incomplete read requests, the clean tail flag should make sure to > zero fill the remaining bytes for the subrequest. > If the iov iterator is not at the correct position, this

Re: [pve-devel] [PATCH manager] fix #5787: ui: display vm description in confirm dialogs

2024-10-22 Thread Fiona Ebner
Am 22.10.24 um 08:58 schrieb Thomas Lamprecht: > Am 21/10/2024 um 14:17 schrieb Timothy Nicholson: >> Signed-off-by: Timothy Nicholson >> --- >> >> This patch adds a new function to the PVE Utils that formats a task >> confirmation message to display in confirm dialogs, for example when >> shutt

Re: [pve-devel] [RFC PATCH 2/2] config: add systemd credentials support

2024-10-22 Thread Fabian Grünbichler
On September 24, 2024 4:35 pm, Maximiliano Sandoval wrote: > Allows to pass systemd credentials to a VM. See [1] for a description of > systemd credentials. This can be potentially used to provision a VM as > per [2]. Values can be passed either as plain text (which might be > base64 encrypted) or

Re: [pve-devel] [PATCH qemu] api: qemu: create: default cpu to x86-64-v2-AES

2024-10-22 Thread Maximiliano Sandoval
Thomas Lamprecht writes: > And even then, would this still break restoring backups made before that > change? > If, this would fall under the changes that need versioning the guest > configs. Which naturally is possible but is IMO also not something I'd > do lightly, as that's something that migh

Re: [pve-devel] [[PATCH kernel]] fix 5683: netfs: reset subreq iov iter before tail clean

2024-10-22 Thread Thomas Lamprecht
Am 02/10/2024 um 16:36 schrieb Christian Ebner: > Also, I reached out once again to the kernel developers asking if > this fix is a valid approach, hoping this can be included in current > stable (as the patch does fix the issue also when applied on 6.11.1). Maybe send the patch also to the mailin

[pve-devel] applied: [PATCH kernel 1/5] fix #5430: cherry-pick fix for ocfs2 io_uring rw issues

2024-10-22 Thread Thomas Lamprecht
Am 16/10/2024 um 18:47 schrieb Daniel Kral: > Reported in the community forum [0]. > > This fixes an issue with read/write operations done on ocfs2 with > io_uring. This has caused QEMU guests to be unable to determine the file > format at [1] because of an unsuccessful read and therefore could no

Re: [pve-devel] [PATCH SERIES v2 pve-storage/qemu-server] add external qcow2 snapshot support

2024-10-22 Thread DERUMIER, Alexandre via pve-devel
--- Begin Message --- Message initial De: Esi Y via pve-devel Répondre à: Proxmox VE development discussion À: Proxmox VE development discussion Cc: Esi Y Objet: Re: [pve-devel] [PATCH SERIES v2 pve-storage/qemu-server] add external qcow2 snapshot support Date: 22/10/2024 11:5

Re: [pve-devel] [PATCH qemu] api: qemu: create: default cpu to x86-64-v2-AES

2024-10-22 Thread Thomas Lamprecht
Am 22/10/2024 um 14:15 schrieb Maximiliano Sandoval: > Thomas Lamprecht writes: > >> And even then, would this still break restoring backups made before that >> change? >> If, this would fall under the changes that need versioning the guest >> configs. Which naturally is possible but is IMO also

[pve-devel] applied: [PATCH proxmox-i18n] es: update translations

2024-10-22 Thread Thomas Lamprecht
Am 21/10/2024 um 10:07 schrieb Maximiliano Sandoval: > Signed-off-by: Maximiliano Sandoval > --- > es.po | 31 +++ > 1 file changed, 15 insertions(+), 16 deletions(-) > > applied, thanks! ___ pve-devel mailing list pve-de