Advertisement
Guest User

Untitled

a guest
Apr 5th, 2014
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. # zpool status -v
  2. pool: data2
  3. state: ONLINE
  4. status: The pool is formatted using an older on-disk format. The pool can
  5. still be used, but some features are unavailable.
  6. action: Upgrade the pool using 'zpool upgrade'. Once this is done, the
  7. pool will no longer be accessible on older software versions.
  8. scan: scrub repaired 0 in 1h47m with 0 errors on Mon Jun 10 22:02:19 2013
  9. config:
  10.  
  11. NAME STATE READ WRITE CKSUM
  12. data2 ONLINE 0 0 0
  13. mirror-0 ONLINE 0 0 0
  14. c4t4d0 ONLINE 0 0 0
  15. c4t5d0 ONLINE 0 0 0
  16.  
  17. errors: No known data errors
  18.  
  19. pool: rpool
  20. state: ONLINE
  21. status: The pool is formatted using an older on-disk format. The pool can
  22. still be used, but some features are unavailable.
  23. action: Upgrade the pool using 'zpool upgrade'. Once this is done, the
  24. pool will no longer be accessible on older software versions.
  25. scan: scrub repaired 0 in 0h3m with 0 errors on Mon Jun 10 20:21:27 2013
  26. config:
  27.  
  28. NAME STATE READ WRITE CKSUM
  29. rpool ONLINE 0 0 0
  30. c4t1d0s0 ONLINE 0 0 0
  31.  
  32. errors: No known data errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement