I opened this a few months ago and I am sharing the conclusion here: It turned out it was a defective CPU that Intel is still replacing under warranty.
The video shows exactly what arrives when Intel ships a warranty replacement for a faulty...
Is this 6 drives (stripe of mirrors)? What could give you twice the write (and the performance increase of PLP on top of that) and up to 4 times the read performance. Or just one 3-way mirror? Which give you better write IOPS only because of the...
Yes, that's a "classic" approach. You will end up with a) open ports and b) the problem of a dynamically changing external IP address and c) some glue in form of those forwarding rules.
If you have an external VPS or are willing to rent one for...
In your first screenshot there is "Prunes 0". Is this still the case?
You may trigger pruning manually via "Run now" - and watch the log live.
Are namespaces involved? The "Edit: Prune Job" has a "Max. Depth" setting. If this is set to low it...
To be on the same page, none of this is PVE specific. You are dealing with basic Linux network management.
At one point in the thread you mentioned that there is a "direct" connectivity between the clients, is there an actual direct cable?
Your...
When logged in, try reset. (If this sounds risky: read man reset.)
I have no idea what triggered that behavior, but "reset" should re-initialize the terminal with sane values.
Disclaimer: I do not use containers...
What you want for an OS/VM pool is random Read/Write IOPS. Striping your drives will always be faster than mirrors/RAIDZ (speed vs. reliability/parity..) but having drives with good random IOPS makes a much bigger difference.
Practically this...
raidZ1 is known to not be good for IOPS: https://forum.proxmox.com/threads/fabu-can-i-use-zfs-raidz-for-my-vms.159923/ . And your drives might be consumer drives without =1&c[nodes][0]=16&o=date']PLP. Lots of threads about disappointing (write)...
Wed May 27 12:54:51 2026] bond2: Warning: No 802.3ad response from the link partner for any adapters in the bond
I would recommend that you reduce your network complexity to bare minimum. Then start adding it back piece by piece, making sure...
Hi,
I have wrote a script to generate an iso install with debian + proxmox package merged + debian preseed file for automatic installation,
with crypto lvm + specific partitions for CIS compliance.
It's using secureboot with proxmox shim &&...
On 13th- & 14th-gen Dells PERCs, have to delete the virtual disks before switching it to HBA-mode. Call it a quirk.
I've also had issues with the megaraid_sas driver in the past, so I just swap out the PERCs for Dell HBA330s, which is a true...
There is a 3rd article that may be relevant: https://kb.blockbridge.com/technote/proxmox-qemu-cache-none-qcow2/index.html
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
These writeups by @bbgeek17
should cover everything: https://kb.blockbridge.com/technote/proxmox-qcow-snapshots-on-lvm/index.html
https://kb.blockbridge.com/technote/proxmox-lvm-shared-storage/
Purpose
Inspired by Level1Techs, I decided to replace my old router with a single box solution that's flexible, upgradable, and efficient. That includes using Proxmox to utilize spare resources without interfering with the vital router...
also statt pfsense würde ich eher opnsense empfehlen, weil das kostenlose pfsense kaum noch gepflegt wird.
aus sicherheitssicht dürfte sich da nicht so viel tun, aber grundsätzlich ist so eine dedizierte security appliance da schon der bessere weg
Ok, dank KI & OpenCode konnte ich die Ursache jetzt doch selbst finden (lassen): In "/etc/pve/priv/tfa.cfg" wurde der Zugang gesperrt mit …"totp-locked":true… . Wenn man dort das auf "false" setzt, geht es wieder. Ich lass den Post mal so stehen...
Ich habe mich heute mal damit beschäftigt wie man VMs in Masse oder gezielt über Ansible oder Terraform ausrollen kann.
Hier meine kleine Mitschrift
https://pad.cooltux.net/MB4j0lq1S_CzII7zs0r66A
Grüße