Skip to content

Instantly share code, notes, and snippets.

Created September 30, 2014 05:17
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 anonymous/8091713b2baf32addc42 to your computer and use it in GitHub Desktop.
Save anonymous/8091713b2baf32addc42 to your computer and use it in GitHub Desktop.
# zpool import
pool: tank
id: 13807083433028257529
state: UNAVAIL
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
devices and try again.
see: http://illumos.org/msg/ZFS-8000-6X
config:
six UNAVAIL missing device
raidz2-0 DEGRADED
label/disk1 ONLINE
label/disk2 ONLINE
label/disk3 ONLINE
label/disk4 ONLINE
13196878887392096089 UNAVAIL cannot open
label/disk6 ONLINE
Additional devices are known to be part of this pool, though their
exact configuration cannot be determined.
# zpool import -c zpool.cache
pool: tank
id: 13807083433028257529
state: UNAVAIL
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
devices and try again.
see: http://illumos.org/msg/ZFS-8000-3C
config:
six UNAVAIL insufficient replicas
raidz2-0 DEGRADED
label/disk1 ONLINE
label/disk2 ONLINE
label/disk3 ONLINE
label/disk4 ONLINE
13196878887392096089 UNAVAIL cannot open
label/disk6 ONLINE
15102903449212387268 UNAVAIL cannot open
# zpool import tank
cannot import 'tank': one or more devices is currently unavailable
# zpool import -c zpool.cache tank
cannot import 'tank': 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