Recent content by Cookiefamily

  1. C

    [SOLVED] Windows Server 2025 Event Log Service fails to start and Explorer crashes repeatedly

    Can confirm this also happens on Dell R740 Generation of Servers with a Skylake CPU in it. Skylake-SP in theory supports AVX512 so it should support v4 (and the VM do indeed boot on V4) but it seems to be rather broken
  2. C

    Spanning Shared LVM over multiple PVs/LUNs from central storage appliance

    Hello, we have some Dell Storage Appliances that we would like to use with Proxmox. They export iSCSI LUNs and we would like to use the LVM (thick) shared storage with them. Dell wants you to create smaller LUNs (maybe 2TiB or so) but a lot of them to be able to balance the load between the...
  3. C

    remote-migration fails between different Storage Backends

    I am also experiencing this issue. I just turned on my VM and let it idle in the bootloader to be able to make an online migration which then uses the qemu shim - but this does not seem to work for TPM Disks: 2026-07-03 15:44:35 ERROR: no export formats for...
  4. C

    Remote Migration fails after updating certificates in target cluster

    Hi, I wanted to migrate a VM from one cluster to another with PDM. I recently switched the certificates in the second (target) cluster to ACME provided ones (ACME directory is an internal CA though, not LE). I updated the certificates in PDM and the "Check Certificate" function is happy, all...
  5. C

    SDN VLAN VNets no longer work after an update from 9.1.9 to 9.2.2

    Thank you very much for your help, we will restructure how that part of our monitoring is deployed, in theory we don't *need* docker for it. This also helped with some oddities with the firewall in Proxmox. Maybe it would be a good idea to put a small warning about that incompatibility on the...
  6. C

    SDN VLAN VNets no longer work after an update from 9.1.9 to 9.2.2

    Yup that did the trick... wow o_O Thats... mildly inconvenient. We usually need docker as some monitoring checks run inside a docker container. At least we now know where the issue lies, not sure yet how to fix that...
  7. C

    SDN VLAN VNets no longer work after an update from 9.1.9 to 9.2.2

    sure, here is the output: root@node01:~# cat /etc/network/interfaces.d/sdn #version:2 auto v0074 iface v0074 bridge_ports vmbr0.74 bridge_stp off bridge_fd 0 root@node01:~# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000...
  8. C

    SDN VLAN VNets no longer work after an update from 9.1.9 to 9.2.2

    I needed to set up a new cluster anyway for some testing and I managed to reproduce the issue. This time I used normal Linux Bridges from the start and not OVS Bridges, same result. This is the network config: # network interface settings; autogenerated # Please do NOT modify this file...
  9. C

    SDN VLAN VNets no longer work after an update from 9.1.9 to 9.2.2

    Hi, sorry for the late reply, I was on an two week vacation. testing from inside the VM trying to ping its gateway: tap131i0 sees it v0074 sees it ln_v0074 doesn't see it vmbr0 doesn't see it bond1 doesn't see it trying to ping another VM that doesn't use the SDN VLAN but just vmbr0 bridge...
  10. C

    SDN VLAN VNets no longer work after an update from 9.1.9 to 9.2.2

    Hi Stefan, I attached the ip a and ifreload output as it is too verbose for a normal post. The journal looks like this: root@node02:~# journalctl -u openvswitch-switch.service -b May 21 18:03:33 node02 systemd[1]: Starting openvswitch-switch.service - Open vSwitch... May 21 18:03:33 node02...
  11. C

    SDN VLAN VNets no longer work after an update from 9.1.9 to 9.2.2

    I was using a VLAN Zone with two VNets and it seemed to work well. Yesterday evening I updated our staging environment to 9.2.2 and since then I can no longer get connectivity through those VNets - when I use the vmbr0 bridge directly and tag it on the VMs network interface, it works fine...
  12. C

    [SOLVED] Can't get mixed mode vGPU to work on NVIDIA A40

    I created a systemd oneshot service for this: /etc/systemd/system/nvidia-shm.service [Unit] Description=Enable NVIDIA Heterogenous Time-Slice Sizes Before=pve-guests.service After=nvidia-vgpud.service nvidia-vgpu-mgr.service [Service] Type=oneshot ExecStart=nvidia-smi vgpu -shm 1 -i 0...
  13. C

    Questions about the dynamic CRS

    Hi Daniel, thanks for the reply! not right now, no. I was just thinking ahead to the future :D Right now it is only active on two small 3-node test clusters, one of which has some Nvidia GPUs with NVAIE (yes, works the same as "normal" vGPUs, didn't experience any issues apart from the usual...
  14. C

    Questions about the dynamic CRS

    @dakralex Thank you very much for the answer! That clears things up a lot. As for the modes, I think we will just need to try the modes and see what happens. TOPSIS sounds best for our production clusters as they are usually memory limited. One thing I would have as feedback is that it is way...
  15. C

    Questions about the dynamic CRS

    @EllerholdAG my staging clusters are running no-subscription repos and there the 5.2.0 pve-ha-manager is already available. I have yet to roll it out on the enterprise ones.