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

2024-10-28 Thread Daniel Herzig
This works flawlessly on my testsetup. I find this information very useful. Reviewed-by: Daniel Herzig Daniel Kral writes: > 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 pla

[pve-devel] [PATCH manager] pveceph: fix typos in error msg

2024-10-28 Thread Aaron Lauterer
Signed-off-by: Aaron Lauterer --- PVE/CLI/pveceph.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/pveceph.pm b/PVE/CLI/pveceph.pm index 5e6ed0f7..488aea04 100755 --- a/PVE/CLI/pveceph.pm +++ b/PVE/CLI/pveceph.pm @@ -198,7 +198,7 @@ __PACKAGE__->register_method ({

Re: [pve-devel] [PATCH v2 pve-storage 1/2] add external snasphot support

2024-10-28 Thread Fabian Grünbichler
On October 25, 2024 10:04 pm, DERUMIER, Alexandre wrote: > Message initial > De: Fabian Grünbichler > À: Proxmox VE development discussion , > "DERUMIER, Alexandre" > Cc: Giotta Simon RUAGH > Objet: Re: [pve-devel] [PATCH v2 pve-storage 1/2] add external snasphot > support > Da

[pve-devel] [PATCH manager] ui: lxc: add the "discard" mount option

2024-10-28 Thread Filip Schauer
Signed-off-by: Filip Schauer --- www/manager6/lxc/MPEdit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager6/lxc/MPEdit.js b/www/manager6/lxc/MPEdit.js index f1db867b..dae17748 100644 --- a/www/manager6/lxc/MPEdit.js +++ b/www/manager6/lxc/MPEdit.js @@ -299,6 +299,7 @@ Ext.define(

[pve-devel] [RFC PATCH common] SysFSTools: mdev: retrieve Nvidia vGPU description from nvidia-smi

2024-10-28 Thread Christoph Heiss
This calls the `nvidia-smi` to retrieve vGPU type properties and parses them into a property string - much like the old vGPU mdev interface presented them as description directly. Unfortunately, `nvidia-smi` does not support some machine-readable output format for the `vgpu` subcommand, so we're b

Re: [pve-devel] applied: [PATCH container] fix #5761: add the "discard" mount option

2024-10-28 Thread Filip Schauer
Sent a patch for the UI integration: https://lists.proxmox.com/pipermail/pve-devel/2024-October/065805.html On 24/10/2024 16:49, Thomas Lamprecht wrote: Am 09/10/2024 um 16:22 schrieb Filip Schauer: Introduce the "discard" mount option for rootfs and mount points. This ensures that unused conta

[pve-devel] [PATCH container] fix #5742: lxc: setup: centos template keep static ipv6 assignment

2024-10-28 Thread Daniel Herzig
As reported here [0], statically assigned IPv6 addresses get lost after a short while for Rocky and Almalinux 9 containers. As pointed out by Andres, the additional option `IPV6_AUTOCONF=no` for the corresponding network interface seems to prevent the configured IPv6 address to be dropped. [0] ht