Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2011 17:54:53 +0200
From:      Andriy Gapon <avg@FreeBSD.org>
To:        =?ISO-8859-1?Q?Karli_Sj=F6berg?= <Karli.Sjoberg@slu.se>
Cc:        "Kenneth D. Merry" <ken@FreeBSD.org>, "fs@freebsd.org" <fs@FreeBSD.org>
Subject:   Re: Consistant panics trying to access zfs filesystems replicated from Sun/Oracle appliance
Message-ID:  <4EE7754D.3050605@FreeBSD.org>
In-Reply-To: <73B607D0-8C3E-4980-B901-B986E060D32E@slu.se>
References:  <82B38DBF-DD3A-46CD-93F6-02CDB6506E05@slu.se> <73B607D0-8C3E-4980-B901-B986E060D32E@slu.se>

next in thread | previous in thread | raw e-mail | index | archive | help
on 12/12/2011 10:46 Karli Sjöberg said the following:
> I got the panic from the IPMI KVM:
> http://i55.tinypic.com/synpzk.png

I think that your best bet is to debug what's going on in zfs_fuid_table_load
function.  Add a few printfs in it to see what values get passed to avl_add calls.
 It would make sense to print f_idx and f_ksid->kd_name fields for each domnode.
It looks like a duplicate entry is getting inserted into one of the trees.

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EE7754D.3050605>