@nadirian , great! Congratulations! :)
A snapshot preserves only the difference between the state in the moment of creating it and the current state.
It is useless if you lose the VM/CT.
Contrary, backups are self-sufficient (of course the...
Hi @Nick Carter , welcome to the forum!
I doubt there are many mental health professionals who visit proxmox forum, so I would not take anyone's diagnosis from here :-)
Get 3 nodes in different locations and implement application level...
Im Moment gibt es kein implizites automatisches Verteilen zwischen den Regelmitgliedern. Jedoch gibt es ab Proxmox VE 9.0 die strikt negativen HA Resource Affinity Rules, welche es ermöglichen, dass mehrere HA Ressourcen auf verschiedenen Knoten...
Imho you don't get much that way because at some point the kernel 6.17 won't get this updates anymore. So imho pinning proxmox-default-kernel gives a kind of wrong security feel. But to be honest in the end it boils down to personal preference...
StorPool is another option for distributed storage although from a first glance I don't see how it differs to other solutions for distributed Storage (like Ceph or Starwinds vSAN) and which solution fits which usecase best...
Sorry, I mean't if you can use the --repository handle on the PBS aswell.
Also, I didn't fully understand your post initially, but now I grasped it better.
I came to this conclusion from this Thread, especially this post. Someone with a very...
Hallo @fiona
Danke für die Info. Im Moment sieht es bei meinen VMs so aus
root@pve:~# for id in $(qm list | awk 'NR>1 {print $1}'); do
echo "VM $id:"
qm config $id | grep efi
echo
done
VM 101:
VM 104:
efidisk0...
Hallo @fiona
kannst du was zu EFI + SecureBoot für den Host sagen, was die Zertifikate angeht?
Da gibt es ja einmal
integrity: Loaded X.509 cert 'Proxmox Server Solutions GmbH: Secure Boot CA: b5f1b11e482db5869329cb975aa35205f872cd7a'
und...
When VMs are getting backed up with Proxmox VE native backup methods, VMs will continue to fully run during the backup.
3rd party vendors can utilize the public backup API. Then things work the same. If they use a custom implementation under the...
Linux Gäste kann man prüfen auf Bootvorgang mit Secure Boot, wenn QEMU Guest Agent aktiv ist:
root@node5 ~ # qm guest exec 192204 -- mokutil --sb-state
{
"exitcode" : 0,
"exited" : 1...
Second test was on the PBS.
Not sure if I can follow.
I would even argue that the culprit is both CPUs.
The first clear bottleneck seems to be TLS.
I gave you 4 parts of TLS.
We can rule out 1.
According to you, we can also rule out 2.
For 3...
Hi,
If I create a backup of a running VM in Proxmox, and the backup task is running, does the VM get put into read-only mode during the backup?
For example: if the VM is running a database that is constantly processing data, will the database...
Hi!
we upgraded one of our pve servers from 8 to 9, and now cannot access the VMs anymore via VNC console. Gui just says "timeout", in the log theres following:
May 06 10:33:08 vmhost2 pvedaemon[692919]: starting vnc proxy...