I'm actually facing the same dilemma. I tried to use zvols in the past and had serious performance issues:
https://github.com/openzfs/zfs/issues/11407
Back then I worked around the issue by creating ZFS filesystems by hand and putting Directory...
Hi @Phips
thank you for posting in the forum!
I've reproduced the issue on my end and tracked down the culprit.
In the firewall API endpoint the position parameter is accepted but not further considered.
See line 308 here [1]. excerpt:
306...
As it has already been stated, my network is 100 Gbps IB.
Not really.
A single NVMe 5.0 x4 SSD only gets around like 12 GB/s. 12 GB/s * 8 bits/byte = 96 Gbps. So, if you're talking about multiples of 100 Gbps, then yes, in terms of 0.96 is a...
Hello here are the output:
cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,vztmpl,backup
prune-backups keep-last=5
shared 0
lvmthin: local-lvm
thinpool data
vgname pve...
Short version:
You need to run this command on any of the nodes in the PVE cluster to enable the package update notifications:
pvesh set /cluster/options --notify package-updates=always
root@pve1:~# pvesh get /cluster/options --noborder | grep...
I never said that EC pools are about throughput.
EC pools gives you data redundancy, at higher levels of storage efficiency, whilst giving you some/most of the speed of a replicate pool.
It won't be quite as fast as a replicate pool for reads...
I am running a Proxmox Virtual Environment server and I wanna setup email notifications when there are updates available. How do I set this up? I do receive emails already when a backup is succeeded or failed, but I am not receiving update...
Freut mich, dass der CLI-Modus bei dir problemlos läuft.
Ein klassisches Paket-Repository ist aktuell nicht geplant. Für die .deb- und .rpm-Pakete gibt es bereits einen integrierten Update-Mechanismus (Testphase), der neue Releases direkt aus...
Again, I will refer you to the problems with EC ceph that the guy from 45Drives highlights, in their video.
...at the expense of speed. (again, cf. the dev's page about performance issues with EC ceph) Unless, of course, you want to argue that...
Thanks. It shows error vmbr0 on my three VNets.
/etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network...
That's fine.
But for example, with CVE-2026-43134, I checked to see if the affected kernel modules (which the exploit uses (or at least it's a part of the exploit)) was running and it wasn't.
And before the patched kernel was rolled out, the...
We are excited to announce the release of Proxmox Virtual Environment 9.2. This release focuses heavily on platform refinement, stability, and core optimization.
Proxmox VE 9.2 is built on the robust Debian 13.5 "Trixie" and ships with Linux...
Hello,
yes I can confirm, that this kind of problems started after switching to kernel 7.0. We already switched back to 6.17 to test it and confirmed that with 6.17 this kind of problem didn't happen. However: Also with Kernel 6.17 there were...