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

推荐订阅源

U
Unit 42
博客园 - Franky
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
C
Check Point Blog
爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)

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.