Ich würde auch kein stinkendes Windows laufen lassen, wenn nicht unbedingt nötig ;)
Aber ja, ich lasse auch ca. 10 Windows VMs mit 100GB laufen. Aber die sind auch nur einmal (nach Erstellung) gesichert, weil die keine schützenswerte Daten...
Hi all,
I built AtlasPVE, a web control panel for Proxmox VE built around one idea: show you what an action touches before you run it. Full disclosure: I'm the developer and it's a commercial project, so this is a show-and-tell, not a sales...
Nun ich lege mir eine ein zfs dataset mit dem Namen Quota an.
Das reserviert mir bei allen meinen System etwas Speicher für "notfälle" und Operationen "am offenen Herzen".
zfs create rpool/quota
zfs get refreservation rpool/quota
zfs set...
Hi,
Also diese Option gibt es sowieso schon mal nicht, also wird auch nichts machen.
VLANs direkt auf einem Interface zu definieren, dass gleichzeitig auch gebridged ist, kann zu Problemen (wie hier) und/oder seltsamen Verhalten führen.
Am...
Hi,
GUI support for storage plugins is currently being worked on: https://lore.proxmox.com/pve-devel/20260623143402.772452-1-m.carrara@proxmox.com/
It's however hard to say when this will land, as that depends on many factors.
Feel free to...
VirtioFS is intended as a shared user-space file system between multiple containers. I believe it is still mostly single threaded and thus using it in VMs has significant overhead between context switching and synchronizing file system semantics...
According to this thread ( which match my own experience ) it's slower than nfs:
https://forum.proxmox.com/threads/i-want-to-like-virtiofs-but.164833/
I would expect the same with cifs
Vielen Dank für die schnelle Hilfe!
Ich werde, wenn das Problem nochmal auftritt, den spa_slop_shift von 5 auf 6 hochsetzen; dass müsste dann (bei 2 TB Speicher) etwa 32 GB freisetzen, was hoffentlich ausreicht. Braucht es dann nach dem Ändern...
You're right, apologies — I misread the thread. The microcode 0x129 point came from OP's own edit citing the Biostar changelog, not from your post. My mistake, sorry.
On the AI question: yes, I've been using an LLM to help structure some of my...
I use zfs create -o reservation=100G pool/.reserved-space and also monitor the space usage.
If you have an emergency, as in the space is full, and forgot to do that before then temporarily altering spa_slop_shift might help.
For example
# Shows...
Hello,
I am a storage backend providor for PVE on the supported PVE::Storage: Plugin contract, presenting vDisks over iSCSI.
That side has worked well and is in production with customers.
We also have a prototype that adds a native-feeling UI on...
Vielen Dank für die schnelle Hilfe!
Ich werde, wenn das Problem nochmal auftritt, den spa_slop_shift von 5 auf 6 hochsetzen; dass müsste dann (bei 2 TB Speicher) etwa 32 GB freisetzen, was hoffentlich ausreicht. Braucht es dann nach dem Ändern...
Hallo Forum!
Ist es empfehlenwert beide nebeineinander zu betreiben?
Wenn ja, was muss man in einem solchen Fall beachten?
Ich habe aktuell in einem V9 Cluster mit raspi quorum (der Raspi ist kein echter node) Problem mit der VM Replikation...
Just do update, I ended up upgrading to Debian Sid on this VM and all working now, probably something on Debian's side but I am not sure what or why it was happening.
I can also confirm Windows VMs freezing if they have only host feature enabled. It is PVE 9.2.4 update from enterprise repo last week.
64 x Intel(R) Xeon(R) Gold 6326 CPU @ 2.90GHz (2 Sockets)
Linux 7.0.14-4-pve (2026-07-07T07:27Z
If a VM has...
Good catch on Watchtower — that was probably the trigger. But there'sone more thing in your data that stands out:
Max target size: 96.8% = 30.1 GiB
Your ARC is essentially uncapped (30 GiB on a 31 GiB host). The PVE8.1+ default of 10% never...
Hi everyone,
I have created a small Python-based helper script for importing VMware VMs stored on NFS into Proxmox VE:
GitHub: https://github.com/cybrwerk/vmware-pve-nfs-import
The underlying method is not something new or proprietary. It is...
If you don't want to use proxmox offline mirror then I'd suggest using a HTTP-Proxy. This way you can whitelist the URLs. Allowing CDN IPs is (depending on the CDN) not really the most secure solution anyways since IPs are reused by multiple...