You should try to import your zpool in read-only mode. I have had several occurrances where one faulty ZFS volume caused a kernel panic.
zpool import -o ro <zpool> would be worth a try. If the zpool imports in read-only mode you have multiple ZFS volumes on it, you should set each one to read-only as well, like this: zfs set readonly=on <zpool/zfs volume> Afterwards you can export the zpool and import it back again in read-write mode. If you can determine which ZFS volume causes this issue you can leave the readonly setting on and set it off on all other ZFS volumes. Once the zpool is up again you can remount the affected ZFS volume in read-write mode again. Cheers, budy -- This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org