惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
人人都是产品经理
人人都是产品经理
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog
WordPress大学
WordPress大学
小众软件
小众软件
IT之家
IT之家
腾讯CDC
月光博客
月光博客
量子位
Blog — PlanetScale
Blog — PlanetScale
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
Network issues on kernel-6.8.12-28-pve causing cluster to...
invalid@exam · 2026-05-31 · via Proxmox Support Forum

After installing kernel-6.8.12-28-pve the networking has issues (already during boot). Reverting back to kernel-6.8.12-25-pve solved it. So it looks like there is a networking bug in the latest -28-pve kernel.

The boot takes a very long time to come up and the direct bond which is used for corosync (double wired, 10.x.x.x network) to stay in sync for this 3-node cluster is not operational (where all nodes say it is up, they can’t reach each other). Also the networking (single wired) over which each node has access to the rest of the network (192.168.x.x network) is flaky at best (it comes up, initially seems to work, but after a while vm’s are not reachable anymore).

I don’t know what is causing this and kernel updates have been proven solid, stable and without issues for years, this is the first time the cluster got issues due to a kernel update.

All other packages are up-to-date on this Proxmox VE 8 cluster, so it seems nothing to do with one of these packages.

Hopefully this can be picked up soon and other can be spared a non-functioning cluster, where vm’s won’t come up as quorum can’t be reached (due to the missing reachability of the other nodes)

Last edited:

Check the output of journalctl -b of a problematic boot for errors.
Specifically look for (network) devices failing to initialize properly (udev / kernel modules) causing services to fail.

Last edited:

there was indeed a regression for certain bond setups in that kernel, the -28.1-pve version should fix those.