[pve-devel] [PATCH qemu-server] fix #3754: encode JSON as utf8 for CLI

2022-05-11 Thread Stefan Hrdlicka
since this output is printed to the command line it should be encoded to avoid the wide character warnings Signed-off-by: Stefan Hrdlicka --- PVE/CLI/qm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/qm.pm b/PVE/CLI/qm.pm index cf0d6f3..6a2e161 100755 --- a/PVE/CL

Re: [pve-devel] [PATCH manager v2] fix #3994: Options menu entry in the System menu

2022-05-11 Thread Markus Frank
I tested it on a vm-cluster. GUI works as intended and only allows input which can be handled by the backend. Node-Config-Files get updated on change in GUI, and vice versa. I can also verify that startall-on-boot-delay works fine. Tested-by: Markus Frank On 5/6/22 14:39, Daniel Tschlatscher wr

[pve-devel] applied: [PATCH pve-cluster] cluster config: mark qdevice end point as protected

2022-05-11 Thread Thomas Lamprecht
Am 5/11/22 um 11:27 schrieb Stefan Sterz: > this allows the end point to retrieve data from the qdevice properly > by leveraging pve-daemon. fixes an issue where the api would return an > empty object. > > Signed-off-by: Stefan Sterz > --- > data/PVE/API2/ClusterConfig.pm | 1 + > 1 file changed

[pve-devel] applied-series: [PATCH v2 qemu 1/2] block/gluster: correctly set max_pdiscard which is int64_t

2022-05-11 Thread Thomas Lamprecht
Am 5/6/22 um 14:38 schrieb Fabian Ebner: > Previously, max_pdiscard would be zero in the following assertion: > qemu-system-x86_64: ../block/io.c:3166: bdrv_co_pdiscard: Assertion > `max_pdiscard >= bs->bl.request_alignment' failed. > > Fixes: 0c8022876f ("block: use int64_t instead of int in driv

Re: [pve-devel] [PATCH pve-cluster] cluster config: mark qdevice end point as protected

2022-05-11 Thread Oguz Bektas
thanks for picking this up :) tested on my cluster with qdevice and it solves the issue reported in forum [0] Tested-by: Oguz Bektas [0]: https://forum.proxmox.com/threads/109308/ On Wed, May 11, 2022 at 11:27:07AM +0200, Stefan Sterz wrote: > this allows the end point to retrieve data from

[pve-devel] [PATCH pve-cluster] cluster config: mark qdevice end point as protected

2022-05-11 Thread Stefan Sterz
this allows the end point to retrieve data from the qdevice properly by leveraging pve-daemon. fixes an issue where the api would return an empty object. Signed-off-by: Stefan Sterz --- data/PVE/API2/ClusterConfig.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/data/PVE/API2/ClusterConfig

Re: [pve-devel] [PATCH storage] Remove the .notes file when a backup is deleted

2022-05-11 Thread Fabian Ebner
Commit title should include "fixes #3972" Please note that there's also an archive_remove() function in Storage.pm which is called when pruning. That (and I'd say archive_info() too) should be extended to also handle the notes file. Am 10.05.22 um 14:09 schrieb Daniel Tschlatscher: > When a VM or