Search results

  1. S

    [SOLVED] No network on server unless i ifdown / ifup vmbr0

    You might hit this Bug with OVS: https://bugzilla.proxmox.com/show_bug.cgi?id=2475 https://forum.proxmox.com/threads/proxmox-5-4-to-6-0-strange-network-issues.56086/
  2. S

    nach Neuinstallation Repo nodecource.list falsch?

    Warum versuchst du NodeJS auf dem Hypervisor zu installieren?
  3. S

    Win 2019 VM suddenly dies with empty disk (Proxmox 6.0 + Ceph)

    Upgrade finished - both proxmox and ceph are up to date.
  4. S

    Win 2019 VM suddenly dies with empty disk (Proxmox 6.0 + Ceph)

    That's where I stumbled upon that known issue :-) Upgrading ASAP.
  5. S

    Win 2019 VM suddenly dies with empty disk (Proxmox 6.0 + Ceph)

    The log level on that node is too low but I identified a disk that might be failing. The ceph cluster is using CentOS 7, not Proxmox and it's running the official build that lacks the patch.
  6. S

    Win 2019 VM suddenly dies with empty disk (Proxmox 6.0 + Ceph)

    The ceph cluster itself is also on 14.2.4 and it uses WAL on an NVMe.
  7. S

    Win 2019 VM suddenly dies with empty disk (Proxmox 6.0 + Ceph)

    Looks like I hit this bug: https://tracker.ceph.com/issues/42223 https://ceph.io/releases/v14-2-5-nautilus-released/
  8. S

    Win 2019 VM suddenly dies with empty disk (Proxmox 6.0 + Ceph)

    Hi! I am observing a strange issue on one installation (3 Node Proxmox Cluster + external Ceph Cluster). Ceph is working fine as well as all other VMs. One VM, a Windows 2019 server crashs every night and loops with "No bootable device". When I boot recovery tools, I can see the disk but it's...
  9. S

    OVS not forwarding traffic for debian 10 kvm

    I've opened a BT: https://bugzilla.proxmox.com/show_bug.cgi?id=2475
  10. S

    OVS not forwarding traffic for debian 10 kvm

    @oguz Could you take a look? I can reproduce my problem with latest updates applied.
  11. S

    OVS not forwarding traffic for debian 10 kvm

    I've now tested PVE v6 (original distribution) and OVS is also broken. Same problem. If I deploy and set up a VM and attach it to a bridge (even without a tag), traffic does not flow.
  12. S

    Zerschossene NoVNC Tastaturbelegung auf Deutsch

    Ich hatte das gleiche Problem auch, bzw. auch wieder nicht, denn ich arbeite grundsätzlich mit englischen Spracheinstellungen (VMs und Proxmox). Damit es da keine merkwürdigen Probleme gibt, melde ich mich bei Proxmox auch auf englisch an - dann passt auch die Tastatur in NoVNC. Stelle ich auf...
  13. S

    Anyway to support interfaces.d/*

    You did it! I've implemented a fix to remove the unneeded newlines. I've also applied your chmod fix. Works so far. I just need to adjust the naming of the OVS bridges.
  14. S

    Anyway to support interfaces.d/*

    I've now merged all interfaces into the main file. The server boots fine, all interfaces are up. The Proxmox GUI still does not list any interface and the assistant does not show them either. My config looks like this: https://paste.fedoraproject.org/paste/m10bUuSnNb-mKpXLX~k-tg Might be an...
  15. S

    Anyway to support interfaces.d/*

    The whole point for me and proxmox is the GUI. If I would like to add / edit VMs the hard way, I would use virsh / libvirtd :) What I have in mind is: Why MUST proxmox configure the network itself? Why not just disable that page, if such an unsupported configuration (which works) has been...
  16. S

    Anyway to support interfaces.d/*

    Either I do it wrong or it does not work. I have several interfaces, some OVS some LB defined using interfaces.d files from my CMDB. They work fine. If I try to add a VM, I am unable to choose any bridge - the list is empty and has a red border.
  17. S

    Anyway to support interfaces.d/*

    Same here... Why not implement reading them first? As the OP stated, they deploy the network config using interfaces.d files. I do the same with other tools. I don't like the approach of removing support for an OS standard feature from the Proxmox GUI (forcefully, as VMs can't use defined...
  18. S

    OVS not forwarding traffic for debian 10 kvm

    If I downgrade to kernel 4.19.0-6-amd64, everything works. There seems to be an issue with the 5.0/5.3 PVE kernel in this scenario.
  19. S

    OVS not forwarding traffic for debian 10 kvm

    Hi! I've moved some VMs from Fedora 30 KVM hosts to one running Debian Buster (virsh dumpxml / define). I need to clarify that I am not yet using a full deployment of proxmox, it's more a hybrid system of PVE kernel and QEMU. The VMs boot fine but their network is not working correctly. I am...