From owner-freebsd-stable@FreeBSD.ORG Thu Dec 23 23:17:49 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C624106566B; Thu, 23 Dec 2010 23:17:49 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3C7328FC13; Thu, 23 Dec 2010 23:17:48 +0000 (UTC) Received: by gwj21 with SMTP id 21so4015513gwj.13 for ; Thu, 23 Dec 2010 15:17:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :organization:user-agent:mime-version:to:cc:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=3fTQIxocJ1HiVqMaCthQNj8iWTE5/J+8YWeU/eD7G1c=; b=oB0CnkUZpCGsHPsNHDXZMup2PuNeB3Crce3UuZSOQJEuhvi6VHKiasAMknuYZi1ZdY kTwM+MjMqgsY8fg4nzhfUwhOEh7xfM1sinZz0E/zhn3JsouHdOrWOSt7eXQ5lsAYN7u1 B4jdwiBHzouNgOglrNvzofvC1grUHVPKgMYbE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:organization:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=e27vvZQxrB2juUVGLkj+jVI8lq0SA296fVPsHV4kDdxwqXVM27E/0J1Lh3mJrdFbxT 0Q298P4iHjOioZ/AFTLbmB9o8BW9dwP1KWXIwzTXzUDObm14OJEbcCzyteQFEKJkbAfS 4dWqntQtQDURE5JJQH6BH5Py5r6IgK9XGIFnQ= Received: by 10.150.196.2 with SMTP id t2mr12816661ybf.205.1293146268309; Thu, 23 Dec 2010 15:17:48 -0800 (PST) Received: from centel.dataix.local (adsl-99-181-145-144.dsl.klmzmi.sbcglobal.net [99.181.145.144]) by mx.google.com with ESMTPS id 8sm4662304yhx.3.2010.12.23.15.17.45 (version=SSLv3 cipher=RC4-MD5); Thu, 23 Dec 2010 15:17:46 -0800 (PST) Sender: "J. Hellenthal" Message-ID: <4D13D898.6040203@DataIX.net> Date: Thu, 23 Dec 2010 18:17:44 -0500 From: jhell Organization: http://www.DataIX.net User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.13) Gecko/20101210 Lightning/1.0b1 Thunderbird MIME-Version: 1.0 To: Martin Matuska References: <4D0A09AF.3040005@FreeBSD.org> In-Reply-To: <4D0A09AF.3040005@FreeBSD.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org, freebsd-stable@freebsd.org Subject: Re: New ZFSv28 patchset for 8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2010 23:17:49 -0000 Hi Martin, List, Patched up to a ZFSv28 20101218 and it is working as expected, Great Job!. There seems to be some assertion errors that are left to be fixed yet with the following examples: Panic String: solaris assert: vd->vdev_stat.vs_alloc == 0 (0x18a000 == 0x0), file:/usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c, line: 4623 #3 0x84caca35 in spa_vdev_remove (spa=0x84dba000, guid=2330662286000872312, unspare=0) at /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c:4623 4623 ASSERT3U(vd->vdev_stat.vs_alloc, ==, 0); (kgdb) list 4618 4619 /* 4620 * The evacuation succeeded. Remove any remaining MOS metadata 4621 * associated with this vdev, and wait for these changes to sync. 4622 */ 4623 ASSERT3U(vd->vdev_stat.vs_alloc, ==, 0); 4624 txg = spa_vdev_config_enter(spa); 4625 vd->vdev_removing = B_TRUE; 4626 vdev_dirty(vd, 0, NULL, txg); 4627 vdev_config_dirty(vd); This happens on i386 upon ( zfs remove pool ) Also if it is of any relevance this happens during ``offline'' too. If further information is needed I still have these cores and kernel just let me know what you need. Regards, -- jhell,v