Advertisement
grahamperrin

Wishing to understand zpool status error counts

Jan 25th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. gpes3e-gjp4:~ gjp22$ clear ; date ; zpool status
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Thu 23 Jan 2014 17:47:22 GMT
  8. pool: gjp22
  9. state: ONLINE
  10. scan: scrub repaired 0 in 18h43m with 0 errors on Thu Jan 16 19:48:15 2014
  11. config:
  12.  
  13. NAME STATE READ WRITE CKSUM
  14. gjp22 ONLINE 0 0 0
  15. GPTE_71B8BDA2-3EBA-4B91-9E1C-2AE2B1DAAD06 ONLINE 0 0 0 at disk9s2
  16. cache
  17. GPTE_B74FDEB0-A0E0-49F4-BA19-F5F41ABBFC7A OFFLINE 0 0 0
  18. GPTE_712E53EE-2F53-448B-A806-28E22DD1E602 OFFLINE 0 0 0
  19. GPTE_B3096BF7-AF1B-424B-959C-108C23215E2F OFFLINE 0 0 0
  20. GPTE_3F51326A-9B79-44CD-B74B-74DCD53E4AB1 OFFLINE 0 0 0
  21.  
  22. errors: No known data errors
  23.  
  24. pool: iTunes
  25. state: ONLINE
  26. scan: scrub repaired 0 in 1h38m with 0 errors on Tue Jan 14 19:44:12 2014
  27. config:
  28.  
  29. NAME STATE READ WRITE CKSUM
  30. iTunes ONLINE 0 0 0
  31. GPTE_294F7FCE-2E59-4821-B0E0-F0D6D6581EF7 ONLINE 0 0 0 at disk3s1
  32.  
  33. errors: No known data errors
  34.  
  35. pool: zhandy
  36. state: ONLINE
  37. status: One or more devices are faulted in response to IO failures.
  38. action: Make sure the affected devices are connected, then run 'zpool clear'.
  39. scan: scrub repaired 0 in 6h10m with 0 errors on Wed Jan 15 03:21:19 2014
  40. config:
  41.  
  42. NAME STATE READ WRITE CKSUM
  43. zhandy ONLINE 0 10 0
  44. GPTE_A54431D5-B46F-44A9-83B4-76802A584C6E ONLINE 0 2 0
  45.  
  46. errors: 10 data errors, use '-v' for a list
  47. gpes3e-gjp4:~ gjp22$ sudo zpool status -v zhandy
  48. Password:
  49. pool: zhandy
  50. state: ONLINE
  51. status: One or more devices are faulted in response to IO failures.
  52. action: Make sure the affected devices are connected, then run 'zpool clear'.
  53. scan: scrub repaired 0 in 6h10m with 0 errors on Wed Jan 15 03:21:19 2014
  54. config:
  55.  
  56. NAME STATE READ WRITE CKSUM
  57. zhandy ONLINE 0 10 0
  58. GPTE_A54431D5-B46F-44A9-83B4-76802A584C6E ONLINE 0 2 0 at disk4s2
  59.  
  60. errors: Permanent errors have been detected in the following files:
  61.  
  62. zhandy:<0x0>
  63. zhandy:<0x217f7>
  64. gpes3e-gjp4:~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement