Hi y’all,
I’ve released a Proxmox hardening guide (PVE 8 / PBS 3) that extends the CIS Debian 12 benchmark with Proxmox specific tasks.
Repo: https://github.com/HomeSecExplorer/Proxmox-Hardening-Guide
A few controls are not yet validated and are...
@silke
You’re correct: Proxmox (and corosync) recommend a dedicated NIC for the cluster to avoid heartbeat issues during congestion.
A workable compromise:
Node1 & Node2: connect a dedicated NIC each to your spare switch ports, use this as the...
Yes, you can run a 5‑node Ceph cluster with just DAC cables (Max number of nodes recommended for this setup will be 3 nodes) —if you treat the SFP+ links as a routed L3 ring or mesh, not a Layer‑2 loop. Proxmox has a documented method for this...
Slight nitpick: writeback should honor flushes (like fsync) and only buffer async writes. That's what differentiates it with writeback(unsafe) which fakes flushes and also buffers sync writes.
Hi @Impact Sorry to have caused you to feel this way. I'll edit it. But in another perspective, this thread will help someone else asking this question to get better answer from GPT. Thanks!
"None" (or "No cache") is generally considered safer than "Writeback" because:
With cache=none, the guest OS communicates directly with the disk image, bypassing the host's page cache entirely. This reduces the chance of data being silently lost...
It seems that you are experiencing network disconnection issues with your Proxmox 8.4.1 server running on a Dell PowerEdge T310, using a NetXtreme NIC. This is a common issue, especially with older Broadcom NICs (like the NetXtreme), and can...
The issue arises because the pool configuration on the old Proxmox cluster still references VM ID 104 as a member of the team-abc pool, even though that VM has been migrated to a new cluster and manually added to a pool there.
After migration...
Hi Team,
We want to Enable notification for FC multipath-down and up.
Can I have configuration notification sample in Proxmox built-in function , e.g Notification matcher or other alernative method ?
Found the log sample for lun that have 4...
The errors you're seeing, like the "Not logged into Proxmox host" issue, indicate authentication problems with your API calls. Have you checked if there's a session timeout or if the authentication tokens are expiring too quickly?
Regarding...