Any external raid system (sas, fc, ib, iscsi etc) or even external nas system may be able to do snapshots too without the running pve knows about this.
Thanks for offering this! :)
I really had to look that up, "stonking" doesn't sound positive in my subjective recognition :-)
(And no, I won't test it - I am much too conservative for that...)
Möglicherweise sind die Defaults je nach installiertem Viewer unterschiedlich.
In meinem "virt-viewer 11.0-2" (unter Debian Bookworm) zeigen mir die "Tastenkürzel" Strg + Alt + R für "Release cursor" an.
Und ja, ich war an der Stelle auch...
Willkommen im Club :-)
Möglicherweise bringt es eine Verbesserung, wenn du statt RDP Spice verwendest: https://pve.proxmox.com/wiki/SPICE
(Nach vielen Verbesserungen in RDP kann man das anscheinend nicht mehr pauschalieren, daher...
Soweit ich hier in diesem Thread rückblickend gelesen habe, hast du auch zu viel Speicher auf die VM/CTs verteilt.
Davon ausgehend das die Plattenstruktur unverändert ist, und das Postfix Thema greift, würde ich auch nicht zu viel an den...
I'm not interested in using an AI agent at all on my hosts because my data is too important for me: https://www.euronews.com/next/2026/04/28/an-ai-agent-deleted-a-companys-entire-database-in-9-seconds-then-wrote-an-apology
In other words: I...
Naja, der Default ist ja wie folgt:
Also wird an jeden ersten Sontag im Monat getrimmt und an jeden Zweiten gescrubt. Warum willst du denn von Default abweichen? Solange du da keinen guten Grund für hast, würde ich es lassen. Der scrub-Prozess...
Generell ist die LOAD bei Linux eine etwas "silly metric" (so die Linuxkernelentwickler: https://github.com/torvalds/linux/blob/master/kernel/sched/loadavg.c ), da sie eben nicht nur CPU-Auslastung sondern auch andere Sachen wie IO...
Thank you very much for this hint!
In Logs I saw:
Jun 18 00:39:37 pve1 pvedaemon[1357]: <root@pam> successful auth for user 'root@pam'
Jun 18 00:44:37 pve1 pveproxy[1660809]: authentication failure: 401 permission denied - invalid PVE ticket
In...
You're not the first with this. There is already https://bugzilla.proxmox.com/show_bug.cgi?id=7651 for PDM and I think there is another open bug for PVE, but unfortunately I can't find it.
To have PVE "make more noise about that issue" you may...
Erste Frage: Gibt es einen Grund für x86-64-v2-AES? Normalerweise sollte man Host mit deaktivierten Flag für nested-virt nehmen können oder die Ausgabe von https://github.com/credativ/ProxCLMC/ (das bestimmt den höchst möglichen generischen...
Just guessing: you are not alone; this one was solvable in a specific case: https://forum.proxmox.com/threads/horrible-download-speeds-from-enterprise-proxmox-com-120-kb-s-in-2026.184354/
Its currently possible to create a clone from a snapshot of the source VM (Those are full clones currently):
There exist a feature request to Create linked clone of VM from a snapshot [0].
[0] https://bugzilla.proxmox.com/show_bug.cgi?id=7521
Willst du die Route auf Veränderungen überwachen, oder willst du wissen, ob der Server erreichbar ist? Das ist ein Einzeiler:
~$ export SERVER=irgendeinserver; while true; do echo -n "$(date) "; ping -c 1 -q -W 2 "$SERVER" &>/dev/null &&...
You may want to take a look at this information:
https://www.proxmox.com/en/about/open-source/developers
https://www.proxmox.com/en/downloads/proxmox-virtual-environment/agreements
Your proposal will require a Storage API version update, that...