Im running on prox mox 4.2-5, When I tried to boot a VM I had offline it started throwing an error
Failed to start VNC server: The server certificate /etc/pve/local/pve-ssl.pem has expired
I run
pvecm updatecerts -f
and
systemctl restart...
These have however different permissions and seen to contain incorrectly encoded colons :. Is this just a formatting issue from your post or do you have this also in the raw output of ls?
The last one has the right permissions and characters...
I played with gluster3.7 back in like 2018-2019 in an attempt to solve a very specific problem: burning through SSDs because of FEA scratch data.
RAM doesn't have the same kind of finite write endurance limit like NAND flash based SSDs have. (If...
Okay, for everyone that would have the same issue.
I reread my post and looked at the filenames ; they had some weird unicode in them instead of the :: for the time data.
Simply write a script that rename them and you should be fine. backup...
Hello,
Current setup :
pve > virtualized pbs > attach smb shares from truenas box.
Switched to NFS share while keeping the same share name.
Backups are here :
root@hortensia:/etc/proxmox-backup# ls /mnt/nas01/nas01-dtst01/vm/ | wc -l
But...
Hi Jorne,
by my opinion it is not good idea to name the server as "Server".
Your issue may be:
1. network layer issue - the path between PVE and PBS. (firewall, router, switch...any device in the path between them)
Did you check routing...
By the way, I'm noticing something very strange.
The command to create the file took over 3 hours.
In the meantime, all tasks were paused, but the number of failed backups yesterday is the same as the day before.
If it were a pure timeout issue...
Is this update live in the enterprise repository? Ive only got 1.1.1:
# apt update
...
Hit:3 https://enterprise.proxmox.com/debian/pdm trixie InRelease
...
All packages are up to date
# dpkg -l | grep proxmox-datacenter
ii...
A filesystem does always cost a bit of performance.
But you can easily access the files and save backups and templates on this store.
Proxmox VE itself needs no fast disk. The main load is logging and this is not much data but they come...
Yeah, QEMU dropping support was actually what put GlusterFS in the spotlight for things to reconsider for this release.
Maintaining downstream QEMU support is a huge amount of extra work that would need good justification, but we do not see the...
I've retested using:
- 25H2 (26200.8524)
- QEMU 11.0.0
- kernel 7.0.10
- vmx-mbec
But unfortunately no change. Idle CPU load is still 1.5-2x higher than on 23H2 and Intel C6/C7 CPU states are still being disabled on VM start.
As for vmx-mbec...
This is the log from pbs, with the corresponding progress. At this point, the pbs web ui is frozen. I have tried to delete the backup folder multiple times and start afresh, but it still does the same thing.
Thanks all for the fix ! ran into this on monday when i tried upgrading our cluster...
i did this (i run only q35 VM, take care to not break i440fx vms !)
qm list | grep -v VMID | awk '{ print $1; }' | xargs -I '{}' qm set '{}' --machine...
Hey everyone
Just a quick update from my side regarding the topic and my post above (#30).
I’ve been continuing to work on this idea and published it as PBS_Chunk_Checker.
The script has now been completely rewritten in Python, which gave it...