>proxmox-backup-client map vm/100/2026-04-15T16:00:08Z drive-scsi0.img --keyfile /etc/pve/priv/storage/pbs_local.enc
...
> mount /dev/loop0p3 x
...
> mount
...
/dev/loop0p3 on /mnt/x type erofs...
The issue is something that I didn't expect and I'm willing to mark this as solved. Two of the three nodes had maxed out primary hdds (not the pool) because of a backup job. I didn't notice it until now and didn't expect something else to be...
zswap is great, but is no substitute for ram. if you are using a production environment (read: for money) just provision sufficient ram. yes its expensive, but its worth much more in consistent performance.
Did we mention this (much newer) article in the other threads? https://chrisdown.name/2026/03/24/zswap-vs-zram-when-to-use-what.html
I must admit that I haven't had zswap on my agenda at all. I read the article twice - and did not understand it...
We have set up a single-node Proxmox environment with storage backed by an FC LUN. Two storage types are configured on it: one as LVM and the other as directory storage.
Recently, we attempted to migrate a VM from VMware to Proxmox. We tried...
Hello,
I am running PVE 9 on Dell R630. It has dual port QLogic card. lspci shows the following:
5f:01.0 Ethernet controller: QLogic Corp. ISP4032-based Ethernet IPv6 NIC
5f:01.1 Network controller: QLogic Corp. ISP4032-based iSCSI TOE IPv6 HBA...
that is good to know, just write right?
i am weary of using special devices, if one of those fails the pool goes down too right? so its best to use mirrors there too?
i planned to use l2arc from an NVME but i wanted to go low risk routes that...
I have been seeing this too and it started getting worse with more VMs showing IO delays and high IO Pressure Stalls.
I unchecked IO thread for a few VMs Hard Disk attributes, rebooted the VMs and now no more IO delays and IO Pressure Stalls...
Guten Abend zusammen,
da ich ebenfalls auf diese Thematik aufmerksam gemacht wurde ein paar Anmerkungen.
In den bisher beigefügten Übersichten ergibt sich an keiner Stelle der Aufschluss, dass diese Prozesse von PegaProx ein potentielles...
This gives the IOPS of a single spindle. Recommended is to use (two) mirrors --> double IOPS for writing data and four times the IOPS for reading data.
And... for rotating rust I highly recommend to add two fast - but small - SSD/NVMe as a so...
finally managed to get some new drives for proxmox, ended up with 4x8tb SAS 7200RPM drives, thinking about setting them up as RAIDZ1, they will just be for VMs, AI models, VM data drives (large vm drives full of extra random files i dont want on...
Hello everyone,
We are currently evaluating a migration to Proxmox VE 9 from a VMware environment running on IBM storage arrays.
I understand that IBM offers a plugin that enables direct storage management natively from Proxmox. My question is...
Hi @lumberg, please check disk manager and look for a non-standard / dynamic disk or partition.
I had this exact issue on Windows server 2016 and it turns out one of my partitions was dynamic, after making a new virtual disk with a standard...
It is great to see that Alpine is now working. I have been running Podman in a Debian 13 container since Proxmox 9 was released, and I haven't encountered any issues — I even have GPU passthrough configured. The latest kernel, version 7.0.0...
Create /etc/init.d/cgroups-reparent (inside the container) with these contents:
#!/sbin/openrc-run
depend() {
need cgroups
}
start() {
# https://github.com/moby/moby/blob/38805f20f9bcc5e87869d6c79d432b166e1c88b4/hack/dind#L30-L34
#...