Re: [pve-devel] [PATCH qemu-server 5/5] cpu config: die on hotplug of non x86_64 CPUs

2024-03-08 Thread Fiona Ebner
Am 08.03.24 um 14:34 schrieb Thomas Lamprecht: > Am 21/02/2024 um 15:33 schrieb Filip Schauer: >> When attempting a CPU hotplug on an architecture other than x86_64, die >> with a clean error instead of attempting a hotplug with a known >> non-working device command line. Also move the correspondin

[pve-devel] applied-series: [PATCH-SERIES qemu-server] small improvements in QMP client module

2024-03-08 Thread Thomas Lamprecht
Am 09/02/2024 um 13:14 schrieb Fiona Ebner: > First patch is the only change in behavior, rest is cleanups. > > Fiona Ebner (4): > QMP client: increase default timeout for drive-mirror to 10 minutes > QMP client: remove unnecessary question mark from comment > QMP client: add missing use sta

Re: [pve-devel] [PATCH qemu-server 5/5] cpu config: die on hotplug of non x86_64 CPUs

2024-03-08 Thread Thomas Lamprecht
Am 21/02/2024 um 15:33 schrieb Filip Schauer: > When attempting a CPU hotplug on an architecture other than x86_64, die > with a clean error instead of attempting a hotplug with a known > non-working device command line. Also move the corresponding FIXME up to > the error. > > Signed-off-by: Filip

[pve-devel] partially-applied-series: [PATCH-SERIES v8 qemu-server, common] Prevent starting a 32-bit VM using a 64-bit OVMF BIOS

2024-03-08 Thread Thomas Lamprecht
Am 21/02/2024 um 15:33 schrieb Filip Schauer: > This patch series prevents starting a 32-bit VM using a 64-bit OVMF BIOS > and makes the default value for 'kvm' during CPU hotplug consistent with > the rest of the code. This is a breaking change for VMs with a different > CPU architecture running o

[pve-devel] applied: [PATCH qemu-server] mediated devices: fix race condition in vm reboot

2024-03-08 Thread Thomas Lamprecht
Am 07/03/2024 um 10:33 schrieb Dominik Csapak: > when triggering a vm reboot from the host (via cli/api), the reboot code > is called under a guest lock, which creates a reboot request, shuts down > the vm and calls the regular cleanup code (which includes the mdev > cleanup). > > in parallel the

[pve-devel] applied: [PATCH qemu-server v2 1/1] fix 1734: clone VM: if deactivation fails demote error to warning

2024-03-08 Thread Thomas Lamprecht
Am 06/03/2024 um 15:08 schrieb Hannes Duerr: > When a template with disks on LVM is cloned to another node, the volumes > are first activated, then cloned and deactivated again after cloning. > > However, if clones of this template are now created in parallel to other > nodes, it can happen that o

Re: [pve-devel] [PATCH v4 ceph master, ceph quincy-stable-8, pve-storage, pve-manager 0/16] Fix #4759: Configure Permissions for ceph-crash.service

2024-03-08 Thread Friedrich Weber
Tested setting up a fresh Reef with patched packages, and tested updating an existing Reef with the new packages. In both cases, crashes are posted without noise in the journal and without having to manually restart ceph-crash. Nice! Also tested the case where [client.crash] already has a `key` (s

[pve-devel] [PATCH pve-manager] node: use configured proxy for https when downloading files

2024-03-08 Thread Hannes Laimer
... for both the downloading itself and the 'Query URL' part Signed-off-by: Hannes Laimer --- PVE/API2/Nodes.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/API2/Nodes.pm b/PVE/API2/Nodes.pm index cc5ee65e..b35e042d 100644 --- a/PVE/API2/Nodes.pm +++ b/PVE/API2/Nodes.pm @@ -1605,6 +

Re: [pve-devel] [PATCH qemu-server v2 1/1] fix 1734: clone VM: if deactivation fails demote error to warning

2024-03-08 Thread Friedrich Weber
Tested-by: Friedrich Weber Can confirm the patch fixes the issue of parallel qmclones failing occasionally due to a LVM deactivation error, and the extra \n in the task log from v1 is gone. One tiny comment inline: On 06/03/2024 15:08, Hannes Duerr wrote: > When a template with disks on LVM is