Hi
I'm unable to import the pool with missing log device, even the zpool import -m didn't work as well, any idea ?
FreeBSD 10.2-P18 , zfs 5000
I'm unable to import the pool with missing log device, even the zpool import -m didn't work as well, any idea ?
FreeBSD 10.2-P18 , zfs 5000
Code:
root@:~ # zpool import
pool: vol
id: 3396994461211423289
state: DEGRADED
status: One or more devices contains corrupted data.
action: The pool can be imported despite missing or damaged devices. The
fault tolerance of the pool may be compromised if imported.
see: http://illumos.org/msg/ZFS-8000-4J
config:
vol DEGRADED
mirror-0 ONLINE
gpt/data_disk0 ONLINE
gpt/data_disk1 ONLINE
mirror-1 ONLINE
gpt/data_disk2 ONLINE
gpt/data_disk3 ONLINE
cache
gpt/l2arc_disk1
logs
13342485430188637301 UNAVAIL corrupted data
root@:~ # zpool import -m vol
cannot import 'vol': one or more devices is currently unavailable
root@:~ # zpool import -f vol
zcannot import 'vol': one or more devices is currently unavailable
root@:~ # zpool import -f -F -m vol
cannot import 'vol': one or more devices is currently unavailable
root@:~ # zpool import -m 3396994461211423289
cannot import 'vol': one or more devices is currently unavailable
root@:~ # zpool import -f -m 3396994461211423289
cannot import 'vol': one or more devices is currently unavailable
root@:~ # zpool import -f -F -m 3396994461211423289
cannot import 'vol': one or more devices is currently unavailable
root@:~ #