From owner-freebsd-scsi@FreeBSD.ORG Thu Mar 12 14:39:10 2009 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3846B10656D4; Thu, 12 Mar 2009 14:39:10 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id F24568FC15; Thu, 12 Mar 2009 14:39:09 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Lhm3n-0000Wg-3p; Thu, 12 Mar 2009 14:38:59 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LhlmY-000EFM-Io; Thu, 12 Mar 2009 14:21:10 +0000 To: antik@bsd.ee, aoyama@peach.ne.jp, freebsd-scsi@freebsd.org, freebsd-stable@freebsd.org In-Reply-To: <8F8EA08BAC924788A58736AADB2849BA@artemis> Message-Id: From: Pete French Date: Thu, 12 Mar 2009 14:21:10 +0000 Cc: Subject: Re: Tester wanted for multipath failover iSCSI target software X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2009 14:39:11 -0000 Oh dear.... doing the test again caused the client machine to panic, with the following message: panic: solaris assert: 0 == dmu_buf_hold(os, lr->lr_foid, boff, zgd, &db), file /usr/src/sys/modules/zfs/../../cddl/controb/opensolaris/uts/common/fs/zfs/zfs_nops.c, line: 955 (that was copied out by hand so there might be typos). Since that was on the client side it makes me think there is a mproblem with the initiator. But the same test to the netbsd-target works fine, so it's some interaction between the two bits of software I guess. -pete.