Thanks for checking this on your machine. :)
I don't know what a "harmless LLM mistake" is, since I didn't use an LLM to install PVE or write my post about this.
I suspect the difference in filename is because you're on an AMD system, and I'm...
I am sure there are better lists-of-recommendations than this adhoc reply, but here we go:
installation from an USB stick may fail in different modes depending on the tool used to put the image on it. Don't use wrappers like Ventoy. (Ventoy is...
It works perfectly on a Pi5 8Gb that I had lying around unused. :D
I've installed Docker on an LXC and now I'm testing if Windows 11 ARM works, but the installation is slow because I only have a 128GB microSD card.
I even overclocked it to...
Ich bin zwar kein Entwickler, aber meiner Meinung nach muss deine Software/Middleware das sicherstellen. Das Frontend darf dem Nutzer erst dann Feedback geben, wenn der Input tatsächlich in der Datenbank committed wurde und die entsprechenden...
Nee, du machst nichts falsch, das ist mit dem Standard-VGA-Display einfach so. Windows nimmt da den MS Basic Display Adapter und der übernimmt stumpf den Modus, den OVMF vorgibt, deswegen hast du im Gast nichts zur Auswahl. Wenn du das loswerden...
Thank you for testing it and for reporting each error with the exact output. Your feedback allowed me to identify several underlying bugs, including some you did not encounter, and I am currently correcting them.
The printf error at line 1107 is...
It might actually be better to have a DRAM cache than a DRAM-less solution that uses the host’s memory as an HMB.
The main point of discussion above wasn’t that PLP is used to protect against data loss, but rather whether you actually need an...
The ability to cache/delay sync writes (and the performance improvement that comes with it) is not possible with a UPS. The drive itself needs to know that it can delay writes safely. Otherwise, it cannot and you have to wait for the data to be...
Just want to tell statistics here:
I have 2x 4 TB ZFS RAID 0 HDD on my storage and garbage collection took 9 - 17 hrs.
Now i added a ZFS Special Device (256 GB M.2 SSD) and garbage collection takes 25 - 90 min.
It will decrease in future...
Praktisch alle hier wollen dir helfen. Und das sogar kostenlos. Jeder hier hat unterschiedliche Erfahrungen und Kenntnisse. Empfehlungen fallen daher immer unterschiedlich aus, je nachdem, wen man gerade erwischt hat.
Du darfst beliebige Posts...
Kommt drauf an, was man unter "gehen" versteht. Die Anforderung kommt daher, dass corosync empfindlich auf Latenzen regiert. Ist die einzige Netzwerkleitung also mit Migrations-, Replikations- oder sonstigen Datenverkehr ausgelastet gerät...
Better disable "nested-virt" with host, this should give more performance. If one wants to use a generic type this tool is handy for determining it: https://github.com/credativ/ProxCLMC
Das ist die Prioritäts-Semantik aus den alten HA-Gruppen, die bei den Node-Affinity-Rules 1:1 übernommen wurde. strict 0 heißt nur, dass Nodes außerhalb der Rule im Notfall noch erlaubt sind. Die Zahlen innerhalb der Rule bilden trotzdem Stufen...
Yes its actually prerequisites for the upgrade to PVE9:
https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#Prerequisites
Also, in general regarding the upgrade, ensure to double check the known issue in the wiki:
Roadmap Proxmox VE 8.4 known...
The combination of 7.x with 9.x is untested and explicitly unsupported. Are the PVE 8 nodes updated to the latest 8.4.y? Otherwise it is untested and could be unsupported. PVE 8.x is (about to be) unsupported completely. I'm afraid your cluster...
NFS is quite an insecure protocol ( unless you use kerberos auth which is a hassle to setup):
https://media.ccc.de/v/2024-343-network-file-system-security
Nonetheless it does the job, just run it on it's own dedicated network which can only be...
Andere Möglichkeit wäre den proxmox-offline-mirror zu nehmen, dann muss man nur dessen IP für die Proxmox-Knoten freischalten. Der Mirror kann und wird sich allerdings weiterhin auf alle IPs des CDNs verbinden, da wäre es angebracht den...
Die Fastly-Adressen sind deb.debian.org und security.debian.org, hinter den Cloudflare-IPs steckt download.proxmox.com (also das no-subscription-Repo und die ISO/Debian-Pakete von Proxmox). Die österreichische IP ist Proxmox direkt, da liegen...
Yes.
Up to more than five seconds - that's the default interval for writing out (async-) buffered content. More than five because there are two Transaction Groups "TXG": one is active and receives data to be written (from a program) while the...