From owner-freebsd-scsi@FreeBSD.ORG Sat Feb 11 18:57:27 2012 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 D7DB1106566C for ; Sat, 11 Feb 2012 18:57:27 +0000 (UTC) (envelope-from bsalinux@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 93AFC8FC12 for ; Sat, 11 Feb 2012 18:57:27 +0000 (UTC) Received: by qcmt40 with SMTP id t40so2864461qcm.13 for ; Sat, 11 Feb 2012 10:57:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ebC/Z3Dzkf04rm4d9F28I11QyXBLpTaWCqg/vebINPg=; b=HbLZkLW+dw1zSW5BA3GdJh398WXJbHlUDJnMn+4vf9B2a6lOiOvYBUXkuFyafAPmMk Z2GO8F9PsCwZ8DW34otJI4FX9gn9sjY3c2bwPCK3qoAU3zTMkirU/XLB+/Q94O1GwlM8 p/UF1Mc6mzRsiJlKqNmltq9BtI6UttXFZ4+rE= MIME-Version: 1.0 Received: by 10.224.180.17 with SMTP id bs17mr4004513qab.86.1328984839274; Sat, 11 Feb 2012 10:27:19 -0800 (PST) Received: by 10.229.102.161 with HTTP; Sat, 11 Feb 2012 10:27:19 -0800 (PST) In-Reply-To: References: Date: Sat, 11 Feb 2012 10:27:19 -0800 Message-ID: From: "bsalinux@gmail.com" To: freebsd-scsi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: ACK/NAK timeout 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: Sat, 11 Feb 2012 18:57:27 -0000 Just wanted to post here as well. Thanks ---------- Forwarded message ---------- Date: Fri, Feb 10, 2012 at 9:45 PM Subject: ACK/NAK timeout To: freebsd-questions@freebsd.org Hi, I have the following config: 1. DG43GT motherboard with 4GB memory 2. br10i SAS adapter 3. 16x Toshiba SAS drives connected to expander backplane. I am able to create a zfs pool ok without any errors but as soon as I do a scrub on that pool I get tons of scsi errors. Here is my dmesg output: http://pastebin.com/81AUsG6q (da3:mpt0:0:12:0): READ(6). CDB: 8 0 b2 f1 6f 0 (da3:mpt0:0:12:0): CAM status: SCSI Status Error (da3:mpt0:0:12:0): SCSI status: Check Condition (da3:mpt0:0:12:0): SCSI sense: ABORTED COMMAND asc:4b,3 (ACK/NAK timeout) I have a similar setup with desktop SATA drives and I see no issues. I have tried replacing motherboard and SAS adapter but no luck. I have already tried following in my loader.conf hw.pci.enable_msix="0" hw.pci.enable_msi="0" Any help would be appreciated. Thanks.