From owner-freebsd-scsi@FreeBSD.ORG  Tue Oct 18 04:17:54 2011
Return-Path: <owner-freebsd-scsi@FreeBSD.ORG>
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 4058A1065672
	for <freebsd-scsi@freebsd.org>; Tue, 18 Oct 2011 04:17:54 +0000 (UTC)
	(envelope-from mj@feral.com)
Received: from ns1.feral.com (ns1.feral.com [192.67.166.1])
	by mx1.freebsd.org (Postfix) with ESMTP id C0F818FC0A
	for <freebsd-scsi@freebsd.org>; Tue, 18 Oct 2011 04:17:53 +0000 (UTC)
Received: from [192.168.135.109] (c-24-7-47-62.hsd1.ca.comcast.net
	[24.7.47.62]) (authenticated bits=0)
	by ns1.feral.com (8.14.4/8.14.4) with ESMTP id p9I4HpC3016669
	(version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO)
	for <freebsd-scsi@freebsd.org>; Mon, 17 Oct 2011 21:17:52 -0700 (PDT)
	(envelope-from mj@feral.com)
Message-ID: <4E9CFDEA.9090605@feral.com>
Date: Mon, 17 Oct 2011 21:17:46 -0700
From: Mattew Jacob <mj@feral.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64;
	rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1
MIME-Version: 1.0
To: freebsd-scsi@freebsd.org
References: <CAAoTqft92UDiz8ihVNrRPnc=7VN1qxPJHGx7D8vODxVt71qmgw@mail.gmail.com>
	<CAAoTqfsjzZVbUyz84n-gCMuBbmSBxOza76O=noZvd5YNzBgTmA@mail.gmail.com>
In-Reply-To: <CAAoTqfsjzZVbUyz84n-gCMuBbmSBxOza76O=noZvd5YNzBgTmA@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7
	(ns1.feral.com [192.67.166.1]);
	Mon, 17 Oct 2011 21:17:52 -0700 (PDT)
Subject: Re: FreeBSD 9 BETA-3 with EMC CLARiiON CX3-40 via iSCSI
X-BeenThere: freebsd-scsi@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SCSI subsystem <freebsd-scsi.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-scsi>,
	<mailto:freebsd-scsi-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-scsi>
List-Post: <mailto:freebsd-scsi@freebsd.org>
List-Help: <mailto:freebsd-scsi-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-scsi>,
	<mailto:freebsd-scsi-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 18 Oct 2011 04:17:54 -0000

On 10/17/2011 9:15 PM, Pavel Timofeev wrote:
> Hmm, we have to sit another year without a production iscsi. =(
Didn't this just get fixed with the offset issue?
>
> 2011/10/4 Pavel Timofeev<timp87@gmail.com>
>
>> Hi. I'm currently testing FreeBSD 9 BETA-3 amd64 with EMC CLARiiON CX3-40
>> via iSCSI.
>> It works very bad. Often I got 'panic:ffs_alloccg: map corrupted' and
>> system crashes.
>>
>> I constantly get errors in FS.
>> For example, 8Gb part shared from cx3-40:
>> # iscontrol -n cx3-40
>> # gpart create -s GPT /dev/da1
>> # gpart add -t freebsd-ufs /dev/da1
>> # newfs -U /dev/da1p1
>> # fsck_ufs /dev/da1p1
>> And fsck find errors in clear just created FS!
>> It doesn't depend on partitioning (GTP, MBR, raw).
>>
>> If I run something like:
>> # mount /dev/da1p1 /mnt
>> # cp -r /usr/src /mnt
>> I get 'panic:ffs_alloccg: map corrupted'
>> http://img-fotki.yandex.ru/get/5411/16519813.0/0_77c22_9f66b998_orig
>>
>> I don't know is it bug with iscsi_initiator, iface driver or in UFS.
>> Any ideas?
>>
> _______________________________________________
> freebsd-scsi@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-scsi
> To unsubscribe, send any mail to "freebsd-scsi-unsubscribe@freebsd.org"