RAIDZ2-0 Error: Disk Failure and Replacement Help Needed

Ravier

New Member
Sep 9, 2024
10
0
1
Hello, I encountered this error on my Proxmox. I have a RAIDZ2-0 system configured with 4 disks, and one of them has failed. What can I do? How do I replace this disk with a new one? I don’t have much knowledge of Linux, so I would appreciate it if the explanations were detailed and step-by-step.
 

Attachments

  • image (1).png
    image (1).png
    47.8 KB · Views: 7

Change the SATA3 6Gbit/s cable first with a NEW one.
Wait until the zfs pool has resilver, that my start after a reboot automatic.
call zpool clear <pool-name> after that.

otherwise see:

# https://docs.oracle.com/cd/E19253-01/819-5461/gbcet/index.html

After all resilver, call zpool scrub <pool-name>

Thanks for your feedback @news , I'll try!