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

推荐订阅源

T
The Blog of Author Tim Ferriss
IT之家
IT之家
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
C
Check Point Blog
T
Tailwind CSS Blog
博客园 - Franky
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
博客园 - 叶小钗
J
Java Code Geeks
腾讯CDC
罗磊的独立博客
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
I
InfoQ
B
Blog
V
Visual Studio Blog
F
Fortinet All Blogs

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
[SOLVED] - Raid error with disk clean
invalid@exam · 2026-06-27 · via Proxmox Support Forum

Hello

I have install a proxmox server to replace an esxi server.
=> I am new to proxmox ;-) and it is much beter than esxi !!!

On this server I have some VM Ubuntu, a pfsense VM and an OMV VM with 2 disk for the data in raid (mirror).
But I get often error and the raid is KO.

Code:

cat /proc/mdstat
Personalities : [raid1] [raid0] [raid6] [raid5] [raid4] [raid10]md0 : active raid1 sda[1] sdc[0](F)      3906886464 blocks super 1.2 [2/1] [_U]      bitmap: 26/30 pages [104KB], 65536KB chunkunused devices: <none>

It can be sda or sdc that has the error.
On OMV the SMART state of the 2 disk are Ok

sudo smartctl -t long /dev/sdc => give no error

I have try to use the driver :
virtio-scsi-single -> error after some days
virtio-scsi-pci -> error after some days
lsi -> main disk (not the raid one) does not boot

The 2 disk are Ironwolf ans buy less than a year. Never had problem on esxi

Any idea how to solve?
Thanks

Hi @ewok2

thanks for posting in the forum!

Can you please share a few details on your storage setup i.e. are you using ZFS, LVM or something different for VM storage.

How are the two mentioned Seagate disks connected to the VM? Are you doing PCI passthrough of the storage controller or are you using regular virtual disk images?

Yours sincerely
Jonas

Hello Jonas thanks for help
No ZFS
The OMV disk is in LVM-thin (on SSD NVMe Samsung 990 Pro 1To (local-lvm)
The 2 IronWolf 4TB are connected in passthrough (scsiblock=1) throught ID ATA, (No passthrough of the full PCIe controler)
With virtual controler virtio-scsi-pci
In the VM (OMV/Debian), disk are managed in RAID1 sofware with mdadm
If you have any idea for some tests I can try them :-)

Thanks for help

I have removed the scsiblock
And configuer the disk with the doc "2"

after rebuild of the raid it is Ok:

Personalities : [raid1] [raid0] [raid6] [raid5] [raid4] [raid10]
md0 : active raid1 sdc[0] sdb[1]
3906886464 blocks super 1.2 [2/2] [UU]
bitmap: 6/30 pages [24KB], 65536KB chunk

unused devices: <none>

Wait and see if it is stable :-)

Almost 3 weeks without any error, tahnks!!!