Wunderbar, nach ein paar Schwierigkeiten anfangs hat es nun auch geklappt - Danke für die Tipps!
# flm validate
[Linux] Kernel: 6.17.13-1-pve
[Linux] NPU: /dev/accel/accel0 with 8 columns
[Linux] NPU FW Version: 255.0.11.69
[Linux] amdxdna...
In your case it makes sense to create a single VLAN-aware bridge, with bond0 as bridge port:
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
Then...
Github iothread-vq-mapping updated to support for Proxmox 9.2.2 ISO - https://github.com/dominiaz/iothread-vq-mapping
New features: Virtio/SCSI support and Hotplug. You can set VQ Mapping over Proxmox Web Gui.
If you want to upgrade Proxmox VE...
External Nodes are simply peer definitions that you can then assign as peer to an interface on a Proxmox VE node. So if you want to connect from a Proxmox VE node to an external peer you'd create the external peer definition and then select it in...
Github iothread-vq-mapping updated to support for Proxmox 9.2.2 ISO - https://github.com/dominiaz/iothread-vq-mapping
New features: Virtio/SCSI support and Hotplug. You can set VQ Mapping over Proxmox Web Gui.
If you want to upgrade Proxmox VE...
Hi,
a usual solution for this is to include a first-boot hook: https://pve.proxmox.com/wiki/Automated_Installation#First_Boot_Hook_Section
With this, you can pretty easily script together setting up e.g. a LACP bond on the first boot after...
Hi @Steen_A,
maybe you started the VM with an upgraded QEMU version compared to what it was running before? Because there was a fix:
pve-qemu-kvm (10.2.1-2) trixie; urgency=medium
...
* fix misleading IO wait and pressure stall information...
Sadly it failed again...
Again another Async Page Fault
Host: pve-manager/9.2.3/d0fde103346cf89a (running kernel: 7.0.6-2-pve)
Guest: pve-manager/9.2.3/d0fde103346cf89a (running kernel: 7.0.6-2-pve)
Panic logs of the guest here...
Hi @Domino,
is there anything else before or after that log line? What does your container configuration look like, i.e. pct config ID with the numerical ID? What do you see when you run networkctl cat eth0.network in the container? What do you...