The UI looks quite modern and intuitive! Great job on getting this started.
If your goal is to target large-scale, multi-cluster enterprise environments, I would suggest incorporating more robust monitoring and alerting features. For instance...
not sure how the url decoder decode this, but when i do it on the command line i get similarly garbled output:
printf $(echo "%C3%AB%C2%8C%C2%80%C3%AD%C2%98%C2%84" | sed 's/%/\\x/g')"
output:
ëí
( i replace the '%' symbol with '\x' so that...
We did the upgrade from v8 to v9 in our test lab. So far, everything is working fine, but the backup jobs with Veeam are now failing. (We use a VM Veeam worker in Proxmox, which is tied to an external Windows server that host the Veeam backup...
Hi
I have the same problem since today. After a upgrade to Proxmox 9 new VMs with qemu version 10.0 won't be backuped by Veeam with the error "Failed to map disks"
My VMs are located on a SAN (FC) too.
But, when I change the Qemu version back to...
And another piece by Chris Down why he recommend to use zswap instead of zram: https://chrisdown.name/2026/03/24/zswap-vs-zram-when-to-use-what.html
It has some nuance though, so better read for your self ;) And thanks to @UdoB for his hint on...
I’m seeing extremely poor performance when restoring files from a pxar archive with proxmox-backup-client catalog shell and restore-selected.
Environment
Client package: proxmox-backup-client 4.1.5-1
Installed from...
One of two SSDs broke on our server - I did not realize this at first because everything continued to work without problems (server was not under great load, so I did not see any performance drops). Interesting enough, Proxmox did not inform...
I am using the template Proxmox VE by HTTP in Zabbix. Disabling it stops the log-spam.
The template has an item Time which uses the API : https://{$PVE.URL.HOST}:{$PVE.URL.PORT}/api2/json/nodes/proxmox1/time
It has a default polling interval of...
Now things are getting interesting.
I just deleted one node from my cluster to set it up with new hardware and new boot configuration. When it wasn't connected to the cluster the log-spam did not happen.
As soon as I joined the cluster the...
did you try to install the nvidia driver? does the card work in the guest? the screenshot only shows that the card shows up in linux and the nouveau driver is used...
I was able to modify your suggestions and got a working solution for my setup. Thank you!
...
elsif ($phase eq 'post-start') {
# VNC through Proxmox host to set password for macOS clients
system("pvesh create...
vm.swappiness=1 does not disable swap entirely; it only makes the kernel less aggressive about using it.
Also, even when there is still some free RAM available, pages that have not been used for a long time can still be swapped out...
The Linux kernel decides that it would prefer to use the memory for cache and buffers instead. As long as swap is not read back again, this is fine and normal (as software sometimes allocated memory that is never used). Disable swap completely if...