Hi,
I have a JBOD server with below configurationn ->
- I have two datapools. Each are under RAID-5
- Proxmox VE is installed on the server and these two RAID-5 datapools are attached to it as ZFS shares DATAPOOL-1 and DATAPOOL-2.
- TrueNAS 13 is installed as a virtual machine over Proxmox VE with three disks attached to it disk1 for OS, disk2 from DATAPOOL-1 for data, disk3 from DATAPOOL-2 for data.
- I have some issue with DATAPOOL-2. Proxmox is showing below errors
- disk3 of the TrueNAS is from this error DATAPOOL-2.
- If I detach disk3 then Truenas boots up fast and correct.
- If I attach disk3 then Truenas hangs during boot due to Proxmox ZFS error. I can not access TrueNas even from ssh.
Findings-
- Both RAID-5 pools are online from JBOD level. No erorrs.
- "zpool status -v" at proxmox level shows attached errors.
- disk3 from TrueNAS being from DATAPOOL-2, can not be accessed to TrueNAS as TrueNAS hangs.
How can I access data from VM disk3 which is at Truenas level? How to fix Proxmox ZFS errors? Frankly I do not wish to use backup as the disk3 from VM is itself 20 TB+ in size. Is there any way to fix the proxmox disk errors so that I can safely mount the disk3 back to TrueNAS?
I have a JBOD server with below configurationn ->
- I have two datapools. Each are under RAID-5
- Proxmox VE is installed on the server and these two RAID-5 datapools are attached to it as ZFS shares DATAPOOL-1 and DATAPOOL-2.
- TrueNAS 13 is installed as a virtual machine over Proxmox VE with three disks attached to it disk1 for OS, disk2 from DATAPOOL-1 for data, disk3 from DATAPOOL-2 for data.
- I have some issue with DATAPOOL-2. Proxmox is showing below errors
Code:
zpool status -v DATAPOOL-2
pool: DATAPOOL-2
state: ONLINE
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: http://zfsonlinux.org/msg/ZFS-8000-8A
scan: scrub repaired 0B in 132h51m with 1367849 errors on Fri Aug 14 13:15:18 2026
config:
NAME STATE READ WRITE CKSUM
DATAPOOL-2 ONLINE 0 0 9.15M
sdb ONLINE 0 0 18.3M
errors: Permanent errors have been detected in the following files:
DATAPOOL-2/vm-100-disk-0:<0x1>
- disk3 of the TrueNAS is from this error DATAPOOL-2.
- If I detach disk3 then Truenas boots up fast and correct.
- If I attach disk3 then Truenas hangs during boot due to Proxmox ZFS error. I can not access TrueNas even from ssh.
Findings-
- Both RAID-5 pools are online from JBOD level. No erorrs.
- "zpool status -v" at proxmox level shows attached errors.
- disk3 from TrueNAS being from DATAPOOL-2, can not be accessed to TrueNAS as TrueNAS hangs.
How can I access data from VM disk3 which is at Truenas level? How to fix Proxmox ZFS errors? Frankly I do not wish to use backup as the disk3 from VM is itself 20 TB+ in size. Is there any way to fix the proxmox disk errors so that I can safely mount the disk3 back to TrueNAS?