I have the same issue with my Proxmox 9.2.3.
I also run Talos 1.13.3(Issue persists with older version of Talos eg 1.12.8) in Proxmox 9.2.3.
I have 2 identical environments: Proxmox 9.2.3(broken) and Proxmox 9.1.6(working just fine). 3 host...
Please see the attached file for virtio output. I also ran my end to end tests; even with the patch it's still broken.
Additionally see the output below:
root@pve1:~# qm showcmd 101 --pretty | grep net
-netdev...
If you see the VIRTIO_NET_F_HOST_UDP_TUNNEL_GSO_CSUM with QEMU 11.0, see also the following post:
https://forum.proxmox.com/threads/qemu-11-0-available-on-pve-test-and-pve-no-subscription-as-of-now.183494/post-855731
Thank you for testing! Between QEMU 10.1 and 10.2 support for negotiating extended VirtIO features was added, so that is likely related to the regression. Unfortunately, we were not yet able to reproduce the issue.
Could you go to the VM monitor...
Hi @fiona,
I've tested it on the latest 7.0.6-2 kernel as well as the older 6.x kernel present using the proxmox boot tool; both did not work.
lshw gives me the following info on the physical nics:
*-network
description: Ethernet...
Hi @joelvdvoort and @gaetanc,
did you already try with kernel 7.0.6-2 to see if the backport there fixes the issue?
If it does not, could test with pve-qemu-kvm=10.2.1-2 and pve-qemu-kvm=10.1.2-7. A VM needs to be started fresh after installing...
@gaetanc
Excellent find! I didn't have such luck when asking copilot and resorted to doing a lot of packet captures. Interestingly the traffic still reaches the virtio nics and the cillium_vxlan interface (where vxlan encapsulation is stripped...
I had the same issue after an update from PVE 8.x to 9.x (ended up being 9.2.3). I tried to rollback to 9.1 by forcing the packages but it didn't solve it.
I narrowed down the problem to a network communication problem between kubelet, but I...
I have an odd problem since upgrading my Proxmox cluster from PVE 9.1 to PVE 9.2.3. It consists of three physical proxmox nodes joined together in a cluster. On proxmox I host 3 talos linux control planes and 3 workers. After the update I'm no...
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...