root@freenas:~ # zpool import pool: NAS id: 9977354935984924838 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: NAS UNAVAIL missing device raidz1-0 ONLINE gptid/be3e54ae-bba4-11e3-97a1-bc5ff4e79b3a ONLINE gptid/be8adfd8-bba4-11e3-97a1-bc5ff4e79b3a ONLINE gptid/bed5aadf-bba4-11e3-97a1-bc5ff4e79b3a ONLINE root@freenas:~ #
root@freenas:~ # zpool status pool: freenas-boot state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM freenas-boot ONLINE 0 0 0 da1p2 ONLINE 0 0 0 errors: No known data errors root@freenas:~ #
root@freenas:~ # zpool import pool: NAS id: 9977354935984924838 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: NAS UNAVAIL missing device raidz1-0 ONLINE gptid/be3e54ae-bba4-11e3-97a1-bc5ff4e79b3a ONLINE gptid/be8adfd8-bba4-11e3-97a1-bc5ff4e79b3a ONLINE gptid/bed5aadf-bba4-11e3-97a1-bc5ff4e79b3a ONLINE root@freenas:~ # zpool import NAS cannot import 'NAS': pool may be in use from other system, it was last accessed by freenas.local (hostid: 0x92f804cb) on Sun Jun 25 15:14:27 2017 use '-f' to import anyway root@freenas:~ # zpool import -F -f -n NAS root@freenas:~ # reboot
zpool import -F -f -n NAS
root@freenas:~ # zpool import -F -f -n NAS root@freenas:~ # zpool status -v pool: freenas-boot state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM freenas-boot ONLINE 0 0 0 da1p2 ONLINE 0 0 0 errors: No known data errors root@freenas:~ # zpool import pool: NAS id: 9977354935984924838 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: NAS UNAVAIL missing device raidz1-0 ONLINE gptid/be3e54ae-bba4-11e3-97a1-bc5ff4e79b3a ONLINE gptid/be8adfd8-bba4-11e3-97a1-bc5ff4e79b3a ONLINE gptid/bed5aadf-bba4-11e3-97a1-bc5ff4e79b3a ONLINE root@freenas:~ #
It sure seems like you are missing a device since that is what it's telling you. Your sure you didn't have another disk in the system? SSD? USB drive?Yes I rebooted myself .
Nothing happened afterCode:zpool import -F -f -n NAS
no error, no output. Checked the UI and the volume was still offline so I figured maybe it needed a reboot. Thanks for the heads up.
Code:root@freenas:~ # zpool import -F -f -n NAS root@freenas:~ # zpool status -v pool: freenas-boot state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM freenas-boot ONLINE 0 0 0 da1p2 ONLINE 0 0 0 errors: No known data errors root@freenas:~ # zpool import pool: NAS id: 9977354935984924838 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: NAS UNAVAIL missing device raidz1-0 ONLINE gptid/be3e54ae-bba4-11e3-97a1-bc5ff4e79b3a ONLINE gptid/be8adfd8-bba4-11e3-97a1-bc5ff4e79b3a ONLINE gptid/bed5aadf-bba4-11e3-97a1-bc5ff4e79b3a ONLINE root@freenas:~ #
Very odd. It wouldn't have imported the pool (the -n flag would stop that), but it should have reported either that the pool can be imported or not. What aboutNothing happened afterCode:zpool import -F -f -n NAS
zpool import -f NAS?root@freenas:~ # zpool import -f NAS cannot import 'NAS': one or more devices is currently unavailable root@freenas:~ #
config: NAS UNAVAIL missing device raidz1-0 ONLINE gptid/be3e54ae-bba4-11e3-97a1-bc5ff4e79b3a ONLINE gptid/be8adfd8-bba4-11e3-97a1-bc5ff4e79b3a ONLINE gptid/bed5aadf-bba4-11e3-97a1-bc5ff4e79b3a ONLINE root@freenas:~ #