Note: I do not know that card.
First guess: check in the BIOS if it is set to fake raid. Switch all drives to AHCI if it is. If it is a "real" Raid controller switch it to HBA mode.
Proxmox's file-restore feature (browse/download individual files out of a PBS backup via the helper-VM) already does the hard part — it's just missing a way to scrub across snapshots instead of picking one at a time from a flat dropdown. I built...
Nein. Ein automatisches downgrade geschieht nicht. (Ein downgrade klappt nur manuell per CLI.)
"apt full-upgrade" macht (ohne manuelle Intervention) immer nur upgrades von älteren auf neuere Pakete.
In der Realität kommen die Pakete aus non-sub...
Your CPU only has 6 cores with 2 threads each and you are giving at least one VM 12 VCPUs while Proxmox (and other VMs) also needs to do stuff like graphs and emulating the e1000. Try giving your VMs no more than 4 cores (each) and Proxmox will...
I think any Cloud hosting service / provider, offering a Proxmox VE instance setup, should offer a full suite of available & appropriate initial options covering storage, networking, firewalling & exposure in their setup. I do not consider a...
I suspect debian developers have overreacted to some edge cases, if there was en mass buggy behaviour with consumer SATA SSD's, Then Microsoft the owner of the biggest OS on the planet would be disabling Trim, instead its enabled per transaction...
PVE 7 is the second-to-last version. We’re now on version 9, and I think version 8 is also nearing end of life, or has it already reached it? I’m not 100% sure. Either way, the longer you wait, the more complicated and time-consuming it’ll be to...
Another option would be to run a PVE7 VM inside your PVE9 host. Obviovusly this would be a bad idea for VMs performancewise. For VMs it's best to migrate them to your new host and be done with it. But if you happen to have some old containers...
My first thought is you’re overcomplicating Ceph. Why not one pool with lots of drives for resilience and more distributed I/O?
What does the top of the Ceph status page show when one host is off? Should not be worse than yellow.
but please note - we've had plenty of reports about storage appliances stating that they zero on unmap/discard, but empirical evidence shows they actually don't. or only do half of the time, if some block size and alignment assumptions are met...
The top commenters here are all professionals who plan and manage Proxmox deployments for SMBs or even large enterprises.
In a homelab, I’d simply leave out the SLOG, live with whatever performance the existing SSDs provide, and make regular...
I spent this summer building a custom kernel for the MikroTik CCR2116 router and the RDS2216 server. Both use the Annapurna Labs Alpine AL73400, which is a 16-core 2GHz ARMV8-A processor (used in Amazon Graviton 1), with 16 or 32GB of RAM. I...
Okay. In this case you obviously know how to calculate risks and handle problems. Congratulation. Really.
Actually I don't have much experience with a SLOG - I just don't have the use case to write so much data in SYNC mode that an SLOG would...
ZVOLs also use CoW (like everything else on ZFS, which also makes it relatively slow) and new metadata especially never overwrites old metadata. It's always written separately and only when it's actually on the drive (synchronously) then the old...
Good to hear, thanks for explaining this. 16G is good enough for a Proxmox installation or an SLOG or swap (since Proxmox does not support memory over-commit). Although people are not overly enthusiastic about adding an SLOG for getting better...
The 16GB Optane might be useful as a SLOG or a special device (but the redundancy must at least match the data redundancy).
I fear that the 58GB and especially the 375GB might be hybrid drives with 2 PCIe lanes connected to a small Optane and...
That's easy: get two "Enterprise class" NVMe with PLP. (But prepare for a heart attack while looking up prices.)
Then run everything on this single mirrored vdev - on ZFS of course. You asked for "best performance" - and personally I do always...