From owner-freebsd-fs@FreeBSD.ORG Sat Jan 15 14:00:58 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEB661065675; Sat, 15 Jan 2011 14:00:58 +0000 (UTC) (envelope-from alteriks@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 7D9E78FC1C; Sat, 15 Jan 2011 14:00:58 +0000 (UTC) Received: by qyk8 with SMTP id 8so357158qyk.13 for ; Sat, 15 Jan 2011 06:00:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=llfMsQlQDtwZvzDyd3DQlEWYVZgI0gLOGdI/GGtTXhw=; b=oWa9r373S7gG4uk9rSaW8xITIJRtgHMl05dPB2My1nMMTwWHvsnyY+gIuRnTChg//q /70YwePXjSld3GiTvgMBZvauPPROEDr6n4l6qkMiUw3MuHp+lA1mAFp9nSHbnKJiL29H yHNKBFNS4XUBDcZSt47PLzbRwILCCqUtQCwm4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=rClJ0wMxpuLTUctHfrwksGVp/Y4RVAmPjDeWVQf1wL5vfEZiFsRpBfiQXC9zM/z48G nuQoWC2eF4Xa3urKc79RWGpqQCVLL/2CvoDXZkHvXm1dZD3nYvztpLbnuwAHbHiw9jUw bxpLkOTTJdJtc4ELBpGve6DQFPOvLrzXaI//4= Received: by 10.224.73.137 with SMTP id q9mr1916649qaj.53.1295100057768; Sat, 15 Jan 2011 06:00:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.87.4 with HTTP; Sat, 15 Jan 2011 06:00:37 -0800 (PST) In-Reply-To: <20110115112304.GC5335@garage.freebsd.pl> References: <4D2B9321.9070306@brawley.id.au> <20110115112304.GC5335@garage.freebsd.pl> From: Krzysztof Dajka Date: Sat, 15 Jan 2011 14:00:37 +0000 Message-ID: To: Pawel Jakub Dawidek Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-fs@freebsd.org Subject: Re: New ZFSv28 patchset for 8-STABLE X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jan 2011 14:00:58 -0000 On Sat, Jan 15, 2011 at 11:23 AM, Pawel Jakub Dawidek wro= te: > On Tue, Jan 11, 2011 at 09:45:45AM +1030, Ivan Brawley wrote: >> On 10/Jan/2011, Pawel Jakub Dawidek wrote: >> > On Sat, Dec 18, 2010 at 10:00:11AM +0100, Krzysztof Dajka wrote: >> > > Rebooting with old world and new kernel went fine. But after reboot >> > > with new world I got: >> > > ZFS: zfs_alloc()/zfs_free() mismatch >> > > Just before loading kernel modules, after that my system hangs. >> > >> > Could you tell me more about you pool configuration? >> > 'zpool status' output might be helpful. >> At that time, I had 4x500GB hdd in raidz1. Nothing fancy. I won't post zpool status, because I created two zfs mirrors as I'm building new NAS at home. > > I think I found it: > > =C2=A0 =C2=A0 =C2=A0 =C2=A0http://people.freebsd.org/~pjd/patches/zfssubr= .c.patch > > I was allocating memory instead of freeing it:) > Could you try it? > I will try new world on zfs mirror first without zfssubr.c.patch to see if only raidz is affected. Will post results later today.