On 07.09.10 17:26, Piotr Jasiukajtis wrote:
Hi,

After upgrade from snv_138 to snv_142 or snv_145 I'm unable to boot the system.
Here is what I get.

Any idea why it's not able to import rpool?

Provided output tells that it was able to read device labels, construct configuration and add it into spa namespace, but then spa_open() called as part of bootfs property processing returned EINVAL.

I think you can step through spa_open() to find out where exactly and why.

for that you'll have to place a breakpoint in rootconf() somewhere close but before call to vfs_mountroot() and continue, and when it stops in rootconf() you'll be able to set another breakpoint(s) anywhere you like in the ZFS code.

regards
victor



I saw this issue also on older builds on a different machines.



------------------------------------------------------------------------


------------------------------------------------------------------------


------------------------------------------------------------------------


------------------------------------------------------------------------


------------------------------------------------------------------------

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


--
--
Victor Latushkin                   phone: x11467 / +74959370467
TSC-Kernel EMEA                    mobile: +78957693012
Sun Services, Moscow               blog: http://blogs.sun.com/vlatushkin
Sun Microsystems
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to