Skip to content

Instantly share code, notes, and snippets.

@silenius
Created August 17, 2016 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silenius/f9536e081d473ba4fddd50f59c56b58f to your computer and use it in GitHub Desktop.
Save silenius/f9536e081d473ba4fddd50f59c56b58f to your computer and use it in GitHub Desktop.
root@filer2:/home/jcigar # zpool import
pool: data
id: 6367033474999033481
state: UNAVAIL
status: The pool was last accessed by another system.
action: The pool cannot be imported due to damaged devices or data.
see: http://illumos.org/msg/ZFS-8000-EY
config:
data UNAVAIL insufficient replicas
mirror-0 UNAVAIL insufficient replicas
15019155358550629007 UNAVAIL cannot open
2975263898983029945 UNAVAIL cannot open
9999238437782683907 UNAVAIL cannot open
11504369708721580263 UNAVAIL cannot open
root@filer2:/home/jcigar # zpool import data
cannot import 'data': pool may be in use from other system, it was last accessed by filer1.prod.lan (hostid: 0x2a75b870) on Thu Jan 1 01:00:00 1970
use '-f' to import anyway
root@filer2:/home/jcigar # zpool import -f data
cannot import 'data': no such pool or dataset
Destroy and re-create the pool from
a backup source.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment