Advertisement
Guest User

Untitled

a guest
Jul 8th, 2024
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.70 KB | None | 0 0
  1. root@KX-ZFS-Server-1:~# zpool status -c vendor,model,size
  2.   pool: KX-ZFS-Pool-1
  3.  state: DEGRADED
  4. status: One or more devices has experienced an error resulting in data
  5.     corruption.  Applications may be affected.
  6. action: Restore the file in question if possible.  Otherwise restore the
  7.     entire pool from backup.
  8.    see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-8A
  9.   scan: resilvered 951G in 9 days 07:35:00 with 18815823 errors on Sun May 19 09:18:07 2024
  10. config:
  11.  
  12.     NAME                                          STATE     READ WRITE CKSUM  vendor                      model    size
  13.     KX-ZFS-Pool-1                                   DEGRADED     0     0     0
  14.       raidz2-0                                    DEGRADED     0     0     0
  15.         ata-Hitachi_HUS724040ALE641_PBK66X6S      DEGRADED     0     0  135M  too many errors     ATA    Hitachi HUS724040ALE641    3.6T
  16.         ata-WDC_WD40EZAZ-00SF3B0_WD-WX62D40A9U8T  FAULTED      0    68     0  too many errors     ATA       WDC WD40EZAZ-00SF3B0    3.6T
  17.         ata-Hitachi_HUS724040ALE641_PBKH7UBT      DEGRADED     0     0  135M  too many errors     ATA    Hitachi HUS724040ALE641    3.6T
  18.         ata-WDC_WD40EZAZ-00SF3B0_WD-WX32D114YES8  FAULTED      1    10     0  too many errors     ATA       WDC WD40EZAZ-00SF3B0    3.6T
  19.         ata-HGST_HMS5C4040BLE640_PL1331LAGXDYHH   DEGRADED     0     0  135M  too many errors     ATA       HGST HMS5C4040BLE640    3.6T
  20.         ata-Hitachi_HUS724040ALE641_PCGSRWMB      DEGRADED     0     0  135M  too many errors     ATA    Hitachi HUS724040ALE641    3.6T
  21.         spare-6                                   DEGRADED     0     0  136M
  22.           ata-ST4000DM004-2CV104_WFN1BJ5W         FAULTED     80  108K    29  too many errors     ATA         ST4000DM004-2CV104    3.6T
  23.           ata-HGST_HUS726040ALA610_K4K60K3B       ONLINE       0     0     0     ATA       HGST HUS726040ALA610    3.6T
  24.     logs   
  25.       mirror-1                                    ONLINE       0     0     0
  26.         nvme-Qichen_NV890_512GB_MG240170000524    ONLINE       0     0     0       -         Qichen NV890 512GB  476.9G
  27.         nvme-Qichen_NV890_512GB_MG240170000192    ONLINE       0     0     0       -         Qichen NV890 512GB  476.9G
  28.     cache
  29.       ata-Micron_M600_MTFDDAK512MBF_14440EE7B779  ONLINE       0     0     0     ATA  Micron_M600_MTFDDAK512MBF  476.9G
  30.     spares
  31.       ata-HGST_HUS726040ALA610_K4K60K3B           INUSE     currently in use     ATA       HGST HUS726040ALA610    3.6T
  32.  
  33. errors: 15225457 data errors, use '-v' for a list
  34. root@KX-ZFS-Server-1:~#
  35. root@KX-ZFS-Server-1:~# zpool list
  36. NAME          SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
  37. KX-ZFS-Pool-1  25.5T  12.3T  13.2T        -         -    45%    48%  8.84x  DEGRADED  -
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement