So, after a bit of digging it appears that problem was in /lib/udev/rules.d/40-vm-hotadd.rules which on ubuntu cloud images were working only for Microsoft and Xen vendor, because of this goto. I changed it to GOTO="vm_hotadd_apply" and it worked...
though it is by far not meant to be used like that, you can install GUI on pve itself. Search for Proxmox developer workstation.
you can then either use pve itself as linux workstation or access a virtual machine in different ways (built in...
Hi, -5 typically corresponds to -EIO (I/O error). That suggests the driver attempted to communicate with the device (e.g. via PCI config space, memory-mapped registers, etc.) but something failed at a low level (bus, hardware, MMIO access).
In...
Hello AwakeBread,
You can use Handlebar's if statements [1] to fall back to a default, like so:
{
"hostname": "{{#if fields.hostname }}{{ fields.hostname }}{{else}}localhost{{/if}}"
}
Not at the moment, no. We would need a generic mapping...
We are pleased to announce the first stable release of Proxmox Backup Server 4.0 - immediately available for download!
The new version is based on the great Debian 13 "Trixie" but we're using a newer Linux kernel 6.14.8-2 as stable default in...
There are always trade-offs. In general, NVMe creates multiple queues for I/O processing compared to iSCSI/SCSI. However, each queue consumes CPU. So you may get better I/O performance, but in a shared virtual environment, you may adversely...
Hi,
LVM-thin ist da speziell und Klone von Volumes sind automatisch eigenständig, i.e. sie referenzieren die gleichen "Extents" wie das originale Volume, aber sind nicht davon abhängig dass das original weiter existiert. Wenn dann das originale...
(using English to ensure anyone else stumbling upon this can understand the content more easily)
We found no issue in the fast tracked QA session we had today and are in process of rolling out kernel packages with the minimal fix included.
That...
Hi,
Derzeit wird in den Medien über VMSCAPE berichtet.
https://www.tenable.com/cve/CVE-2025-40300
Ein Patch ist bereits im Upstream. Weiß man wann beziehungsweise ob das in pve / pmg kommt?
Danke!
I see that you're using Ceph. At the moment we think that the memory leaks might be network-related, and with Ceph causing a lot of network traffic, we think this might be the reason why the memory leaks seem to be so extreme. To confirm whether...