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
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 ({
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
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(
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
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
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