Advertisement
grahamperrin

ZEVO CE 1.1.1 after supposed destruction of a read-only pool

Sep 7th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. sh-3.2$ zpool import -o readonly=on fourgig
  2. cannot import 'fourgig': no such pool available
  3. sh-3.2$ sudo zpool import -o readonly=on fourgig
  4. cannot import 'fourgig': no such device in pool
  5. Destroy and re-create the pool from
  6. a backup source.
  7. sh-3.2$ sudo zpool import
  8. pool: fourgig
  9. id: 5691477073133955531
  10. state: ONLINE
  11. action: The pool can be imported using its name or numeric identifier.
  12. config:
  13.  
  14. fourgig ONLINE
  15. GPTE_4E4E357C-C7ED-4FD4-9B6D-F2358B9C2E03 ONLINE
  16. sh-3.2$ sudo zpool import fourgig
  17. sh-3.2$ zpool status fourgig
  18. pool: fourgig
  19. state: ONLINE
  20. scan: none requested
  21. config:
  22.  
  23. NAME STATE READ WRITE CKSUM
  24. fourgig ONLINE 0 0 0
  25. GPTE_4E4E357C-C7ED-4FD4-9B6D-F2358B9C2E03 ONLINE 0 0 0 at disk11s2
  26.  
  27. errors: No known data errors
  28. sh-3.2$ zpool export fourgig
  29. sh-3.2$ sudo zpool import -o readonly=on fourgig
  30. sh-3.2$ sudo zpool destroy fourgig
  31. sh-3.2$ sudo zpool import
  32. pool: fourgig
  33. id: 5691477073133955531
  34. state: ONLINE
  35. action: The pool can be imported using its name or numeric identifier.
  36. config:
  37.  
  38. fourgig ONLINE
  39. GPTE_4E4E357C-C7ED-4FD4-9B6D-F2358B9C2E03 ONLINE
  40. sh-3.2$ sudo zpool import fourgig
  41. sh-3.2$ sudo zpool destroy fourgig
  42. sh-3.2$ sudo zpool import
  43. no pools available to import
  44. sh-3.2$ sudo kextstat | grep greenbytes
  45. 109 1 0xffffff7f807a6000 0x19b000 0x19b000 com.getgreenbytes.filesystem.zfs (2012.09.23) <13 7 5 4 3 1>
  46. 110 0 0xffffff7f80943000 0x6000 0x6000 com.getgreenbytes.driver.zfs (2012.09.14) <109 13 7 5 4 3 1>
  47. sh-3.2$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement