I upgraded my NAS to FreeBSD 9.1 one to two weeks ago. The system has been running very well but stop working yesterday. I booted the system using Live CD and tried to import the zpool manually. I've tried -f, -fF and even -fFX options but all fails with "unsupported version" error. What does this mean? Please help.
Is it possible to import the pool again?
Code:
# zpool import
pool: tank
id: [removed]
state: UNAVAIL
status: The pool was last accessed by another system.
action: The pool cannot be imported due to damaged devices or data.
see: [url]http://illumos.org/msg/ZFS-8000-EY[/url]
config:
tank UNAVAIL newer version
mirror-0 ONLINE
ada2 ONLINE
ada3 ONLINE
# zpool import -f tank
cannot import 'tank': unsupported version
# zpool import -fFX tank
cannot import 'tank':one or more devices is currently unavailable
# zdb -l /dev/ada2
is showing pool version 14. Is the version too old for the zpool command? But the system is running very well for 1-2 weeks. It shouldn't suddenly fail with an incompatible version error.Is it possible to import the pool again?