Trying to import an 8 disk raidz2
zpool import
shows a degraded pool with a degraded vdev. It was resilvering a replaced disk when the system panicked.
zpool import pool
says need -f flag
zpool import -f pool
hangs and is unkillable even on shutdown.
console shows these errors for the disks
8/16/13 10:51:50.000 AM kernel[0]: ldi_open_by_name: $import /dev/dsk/GPTE_AA3F682A-0136-42FB-B47B-FE0D65D53AC7 error 2, flag 1
The disks are all readable by dd and obviously by zfs since they all show up in the zpool output.
Any ideas on what to try next.