Degraded Pool Checksum Errors

mastersteve1

Dabbler
Joined
Oct 9, 2017
Messages
21
Hi zusammen,

ich hab seit wenigen Tagen ein Problem in meinem Pool (degraded).

Ich sehe Checksum Fehler, die mir erstmal nichts sagen. Ich dachte mir ich replace mal eine meine zwei WD Red und alles wird gut. Leider sehe ich jetzt drei Festplatten im Pool, obwohl es ein Mirror ist. Ich versteh das ganze irgendwie nicht. Könnt ihr was zur ausgabe von "zpool status" was sagen?


Code:
root@nas:~ # zpool status -v
  pool: HDD1
state: ONLINE
status: One or more devices is currently being resilvered.  The pool will
    continue to function, possibly in a degraded state.
action: Wait for the resilver to complete.
  scan: resilver in progress since Fri Jan 24 19:46:25 2020
    834G scanned at 341M/s, 378G issued at 155M/s, 834G total
    349G resilvered, 45.30% done, 0 days 00:50:22 to go
config:

    NAME                                              STATE     READ WRITE CKSUM
    HDD1                                              ONLINE       0     0    12
      mirror-0                                        ONLINE       0     0    24
        gptid/754b3a91-356f-11ea-a549-7085c2736520    ONLINE       0     0    30
        replacing-1                                   ONLINE      24     0     0
          gptid/3770756f-ecb1-11e8-a861-000c29ddc378  ONLINE       0     0     2
          gptid/fcf1b788-3dad-11ea-978b-7085c2736520  ONLINE       0     0    24
    logs
      gptid/11168ea4-3d59-11ea-978b-7085c2736520      ONLINE       0     0     0
    cache
      gptid/232c01ca-3d59-11ea-978b-7085c2736520      ONLINE       0     0     0

errors: Permanent errors have been detected in the following files:

        <0x7a>:<0x479e3>

  pool: freenas-boot
state: ONLINE
  scan: scrub repaired 0 in 0 days 00:01:05 with 0 errors on Wed Jan 22 03:46:05 2020
config:

    NAME        STATE     READ WRITE CKSUM
    freenas-boot  ONLINE       0     0     0
      da0p2     ONLINE       0     0     0

errors: No known data errors


Ich bin euch jetzt schon für eure Hilfe dankbar.


.....

hab jetzt etwas gefunden das abhilfe für die checksum fehler gebracht hat.

zpool clear <PoolName> -> setzt den Zähler zurück.

bisher hab ich keine neuen Checksum Fehler.
 
Last edited:
Top