Displaying 3 results from an estimated 3 matches for "zfs_mountroot".
Did you mean:
vfs_mountroot
2010 Nov 11
3
Booting fails with `Can not read the pool label'' error
...eadm create -p
rpool2 snv_be-pkg143, activate the new BE and boot from the second disk.
Unfortunately, this doesn''t work: the kernel panics with
Can not read the pool label from <device>
spa_import_rootpool: Error 5
I''ve booted under kmdb, set a breakpoint in zfs`zfs_mountroot, and found
that this happens because
zfs_devid = spa_get_bootprop("diskdevid");
returns NULL. I''ve no idea how/why this can happen, and found no code
in the OpenSolaris sources that sets diskdevid for SPARC, so I must
assume that this is directly from OBP (there''s o...
2008 Sep 26
0
zpool import of bootable root pool renders it unbootable
...otable root pool of a VM into another Solaris VM, the root pool is no longer bootable.
It is related to the device associated to the pool, which is originally c4d0s0, but on import (-f) becomes c0d2s0 in this case. Afterwards, booting the original image results in a kernel panic because, I think, zfs_mountroot() cannot mount the root path (which is evidently now wrong).
I this fixable? How does one "mount" (import) a bootable zpool without wrecking it? This is something that is commonly done under virtualization platforms, e.g., to manage the contents of a VM from another VM, or to perform a...
2009 Jul 01
14
can''t boot 2009.06 domU on Xen 3.4.1 / CentOS 5.3 dom0
...kup_uint64(config, ZPOOL_CONFIG_POOL_TXG, &txg) == 0, file: ../../common/fs/zfs/spa.c, line: 2368
fffffffffbc93140 genunix:assfail+7e ()
fffffffffbc93190 zfs:spa_check_rootconf+8f ()
fffffffffbc93230 zfs:spa_get_rootconf+6c ()
fffffffffbc93270 zfs:spa_import_rootpool+25 ()
fffffffffbc932d0 zfs:zfs_mountroot+eb ()
fffffffffbc932f0 genunix:fsop_mountroot+1a ()
fffffffffbc93320 genunix:rootconf+12d ()
fffffffffbc93360 genunix:vfs_mountroot+63 ()
fffffffffbc93390 genunix:main+f0 ()
fffffffffbc933a0 unix:_locore_start+80 ()
skipping system dump - no dump device configured
rebooting...
--
This message pos...