I have a single Proxmox server with a zfs container with 3 drives. Today I discovered that there is an error with the container.
When I run smartclt the disk passes
I've tried rebooting to see if the drive will resilver but it does not. Could someone help point me in the right directing for my next troubleshooting step?
Code:
root@pharpe:~# zpool status -x storage
pool: storage
state: DEGRADED
status: One or more devices could not be used because the label is missing or
invalid. Sufficient replicas exist for the pool to continue
functioning in a degraded state.
action: Replace the device using 'zpool replace'.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-4J
scan: scrub in progress since Sat Jun 18 08:54:35 2022
1.44G scanned at 148M/s, 2.21M issued at 226K/s, 12.4T total
0B repaired, 0.00% done, no estimated completion time
config:
NAME STATE READ WRITE CKSUM
storage DEGRADED 0 0 0
raidz1-0 DEGRADED 0 0 0
ata-WDC_WD80EMAZ-00WJTA0_7JKRAPUC ONLINE 0 0 0
ata-WDC_WD80EMAZ-00WJTA0_1SGGK0DZ ONLINE 0 0 0
14087233867307650821 UNAVAIL 0 0 0 was /dev/disk/by-id/ata-WDC_WD80EMAZ-00WJTA0_7SGZJ0UC-part1
errors: No known data errors
When I run smartclt the disk passes
Code:
root@pharpe:~# smartctl -H /dev/disk/by-id/ata-WDC_WD80EMAZ-00WJTA0_7SGZJ0UC-part1
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.4.189-2-pve] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
I've tried rebooting to see if the drive will resilver but it does not. Could someone help point me in the right directing for my next troubleshooting step?