Recent content by swick

  1. S

    Opt-in Linux 6.8 Kernel for Proxmox VE 8 available on test & no-subscription

    grep finds the MAC only with the 6.8.4-2-pve kernel. Here are some logs and info snippets: https://codeberg.org/swick/gists/src/branch/main/proxmox/
  2. S

    Opt-in Linux 6.8 Kernel for Proxmox VE 8 available on test & no-subscription

    Unfortunately there is no other device. With 6.8.4-2-pve I see 6 devices using "ip a", including eno1 With 6.8.4-3-pve I see only 5 devices and no replacement for eno1
  3. S

    Opt-in Linux 6.8 Kernel for Proxmox VE 8 available on test & no-subscription

    When updating Kernel from 6.8.4-2-pve to 6.8.4-3-pve the network stops working. With 6.8.4-3-pve there is no eno1 interface anymore. With 6.8.4-2-pve it just works fine. NIC is the following: 00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (Lewisville) (rev 05)
  4. S

    2 Node Cluster with single DRBD dual-primary - why is there no data corruption

    Hi, I am aware of all the risks and possible edge-cases running a Proxmox 2 Node Cluster with a single dual-primary DRBD device. In production we actually use two dual-primary DRBD devices on the nodes (as recommended in the Wiki page). So, this is just for understanding WHY and HOW it...