Skip to content

Instantly share code, notes, and snippets.

@Smithx10
Last active April 8, 2021 14:51
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 Smithx10/ad9d5c632872668a4bf0c9227968a9db to your computer and use it in GitHub Desktop.
Save Smithx10/ad9d5c632872668a4bf0c9227968a9db to your computer and use it in GitHub Desktop.
[root@ac-1f-6b-bb-2-25 ~]# diskinfo
TYPE DISK VID PID SIZE RMV SSD
NVME c1t5CD2E44BD290100d0 INTEL SSDPE2KE032T8 2980.82 GiB no yes
NVME c2t5CD2E409B8290100d0 INTEL SSDPE2KE032T8 2980.82 GiB no yes
NVME c3t5CD2E404AD300100d0 INTEL SSDPE2KE032T8 2980.82 GiB no yes
NVME c4t5CD2E492DF2F0100d0 INTEL SSDPE2KE032T8 2980.82 GiB no yes
NVME c5t5CD2E411AD300100d0 INTEL SSDPE2KE032T8 2980.82 GiB no yes
NVME c6t5CD2E45273300100d0 INTEL SSDPE2KE032T8 2980.82 GiB no yes
[root@ac-1f-6b-bb-2-25 ~]# zpool status
no pools available
[root@ac-1f-6b-bb-2-25 ~]# zpool import zones
cannot import 'zons': I/O error
Destroy and re-create the pool from
a backup source.
[root@ac-1f-6b-bb-2-25 ~]# zpool import
pool: zones
id: 2958904635784671141
state: FAULTED
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
devices and try again.
The pool may be active on another system, but can be imported using
the '-f' flag.
see: http://illumos.org/msg/ZFS-8000-3C
config:
zones FAULTED corrupted data
raidz1-0 DEGRADED
c1t5CD2E447BD290100d0 ONLINE
c2t5CD2E4C1B7290100d0 UNAVAIL cannot open
c2t5CD2E409B8290100d0 ONLINE
[root@ac-1f-6b-bb-2-25 ~]# diskinfo
TYPE DISK VID PID SIZE RMV SSD
NVME c1t5CD2E44BD290100d0 INTEL SSDPE2KE032T8 2980.82 GiB no yes
NVME c2t5CD2E409B8290100d0 INTEL SSDPE2KE032T8 2980.82 GiB no yes
NVME c3t5CD2E404AD300100d0 INTEL SSDPE2KE032T8 2980.82 GiB no yes
NVME c4t5CD2E492DF2F0100d0 INTEL SSDPE2KE032T8 2980.82 GiB no yes
NVME c5t5CD2E411AD300100d0 INTEL SSDPE2KE032T8 2980.82 GiB no yes
NVME c6t5CD2E45273300100d0 INTEL SSDPE2KE032T8 2980.82 GiB no yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment