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

推荐订阅源

Martin Fowler
Martin Fowler
Engineering at Meta
Engineering at Meta
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
阮一峰的网络日志
阮一峰的网络日志
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
量子位
Jina AI
Jina AI
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
L
LangChain Blog
A
About on SuperTechFans
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
美团技术团队
博客园 - 三生石上(FineUI控件)
N
Netflix TechBlog - Medium
D
DataBreaches.Net
P
Proofpoint News Feed
小众软件
小众软件
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
WordPress大学
WordPress大学
雷峰网
雷峰网
G
Google Developers Blog

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
Has anyone seen DMA PTE / MegaRAID controller resets afte...
invalid@exam · 2026-06-18 · via Proxmox Support Forum

We recently upgraded several 2-node Proxmox clusters from kernel 6.8.12-20-pve to 6.8.12-29-pve and started seeing instability on one node in multiple clusters.

Environment:

  • Proxmox VE 8.x
  • Dell PowerEdge R350
  • Dell PERC H345 RAID controller (megaraid_sas)
  • 2-node clusters with Corosync + QDevice + GlusterFS
  • Intel VT-d enabled

Observed symptoms:

  • Corosync node drops and rejoins
  • Unexpected node reboots in some locations
  • Filesystem recovery required after reboot on a few hosts
  • MegaRAID controller resets reported by the kernel

Kernel messages included:

<span>DMAR: ERROR: DMA PTE for vPFN already set</span>
followed by traces involving:

<span>intel_iommu_map_pages<br>iommu_dma_map_sg<br>scsi_dma_map<br>megasas_build_and_issue_cmd_fusion</span>
and later:

<span>megaraid_sas: resetting fusion adapter scsi0</span>
Interestingly, the issue was observed across multiple servers with nearly identical hardware after the kernel upgrade.

As a mitigation we added:

<span>intel_iommu=on iommu=pt</span>
to the kernel command line.

Since applying this change:

  • No new DMA PTE errors have been observed
  • No new MegaRAID controller resets have been observed
  • Clusters have remained stable

Has anyone experienced similar behavior with:

  • Dell R350 (or similar 15G Dell servers)
  • PERC H345 / MegaRAID controllers
  • Proxmox 8.x kernels in the 6.8 series
  • Intel IOMMU / VT-d enabled

I'm particularly interested in whether this is a known regression/change in IOMMU behavior, a MegaRAID driver issue, or a firmware interaction with Dell RMRR/DMAR tables.

Any feedback or similar experiences would be appreciated.