DMooring

Untitled

Aug 5th, 2011
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. Created volume in the GUI.
  2.  
  3. freenas# zpool status
  4. pool: TestVol
  5. state: ONLINE
  6. scrub: none requested
  7. config:
  8.  
  9. NAME STATE READ WRITE CKSUM
  10. TestVol ONLINE 0 0 0
  11. raidz1 ONLINE 0 0 0
  12. gptid/b03d69ad-bf8f-11e0-ac46-000e0c5ea61c ONLINE 0 0 0
  13. gptid/b0d8e3b0-bf8f-11e0-ac46-000e0c5ea61c ONLINE 0 0 0
  14. gptid/b18b277c-bf8f-11e0-ac46-000e0c5ea61c ONLINE 0 0 0
  15. gptid/b2340558-bf8f-11e0-ac46-000e0c5ea61c ONLINE 0 0 0
  16. gptid/b2e340b0-bf8f-11e0-ac46-000e0c5ea61c ONLINE 0 0 0
  17. gptid/b395b679-bf8f-11e0-ac46-000e0c5ea61c ONLINE 0 0 0
  18.  
  19.  
  20. Removed drive from system
  21.  
  22. freenas# zpool scrub TestVol
  23. freenas# zpool status
  24. pool: TestVol
  25. state: DEGRADED
  26. status: One or more devices could not be opened. Sufficient replicas exist for
  27. the pool to continue functioning in a degraded state.
  28. action: Attach the missing device and online it using 'zpool online'.
  29. see: http://www.sun.com/msg/ZFS-8000-2Q
  30. scrub: scrub completed after 0h0m with 0 errors on Fri Aug 5 11:53:31 2011
  31. config:
  32.  
  33. NAME STATE READ WRITE CKSUM
  34. TestVol DEGRADED 0 0 0
  35. raidz1 DEGRADED 0 0 0
  36. gptid/b03d69ad-bf8f-11e0-ac46-000e0c5ea61c UNAVAIL 0 0 0 cannot open
  37. gptid/b0d8e3b0-bf8f-11e0-ac46-000e0c5ea61c ONLINE 0 0 0
  38. gptid/b18b277c-bf8f-11e0-ac46-000e0c5ea61c ONLINE 0 0 0
  39. gptid/b2340558-bf8f-11e0-ac46-000e0c5ea61c ONLINE 0 0 0
  40. gptid/b2e340b0-bf8f-11e0-ac46-000e0c5ea61c ONLINE 0 0 0
  41. gptid/b395b679-bf8f-11e0-ac46-000e0c5ea61c ONLINE 0 0 0
  42.  
  43. errors: No known data errors
Advertisement
Add Comment
Please, Sign In to add comment