From owner-freebsd-stable@FreeBSD.ORG Fri May 16 08:27:22 2008 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 EE056106567A for ; Fri, 16 May 2008 08:27:22 +0000 (UTC) (envelope-from paul.m.saab@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id BDDA18FC29 for ; Fri, 16 May 2008 08:27:22 +0000 (UTC) (envelope-from paul.m.saab@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so77763rvf.43 for ; Fri, 16 May 2008 01:27:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=q2RM05wneK0iEM5hiGL5Yguzv/tyMgfivBUm5zKbo/E=; b=kqXmcgQxCAqoYtWP6iWyeazuEwAtNppYg0N5dYHXHOw9CIRZltAdVcMXlRo2janSrNlA4+uKPCIfs/abgmLl8w0aylnDVkFD3+ey4TQWBww8MZ0/b8cb/Fshfe33bJnDp4CZ7IpEDfDE3eRNfBT9CVkiVIt8MXfh++/MXV4wEXk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=kux9ZGBu3txBcEs3K7N5uX7al7zKDNDMapy2ittCamikup7lxC/ueew0+vZI0eIC6f9hD1XmvcBuKSTQhqpHF8eOnPNuFQDQJIwd1gukaXpvHlJ6yB0ccMfbvGrbPUqJuo5BeKb5IKcUUquSycBbZpXbo5dBfagNXJNXX8Tk+Ck= Received: by 10.141.193.1 with SMTP id v1mr1630201rvp.73.1210924994470; Fri, 16 May 2008 01:03:14 -0700 (PDT) Received: by 10.140.141.12 with HTTP; Fri, 16 May 2008 01:03:14 -0700 (PDT) Message-ID: <5c0ff6a70805160103o75461976wce04f697975a176c@mail.gmail.com> Date: Fri, 16 May 2008 01:03:14 -0700 From: "Paul Saab" Sender: paul.m.saab@gmail.com To: "Claus Guttesen" In-Reply-To: MIME-Version: 1.0 References: <20080516073932.GA39803@dmr.ath.cx> X-Google-Sender-Auth: 622c88e7b67355b5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org, Emil Mikulic Subject: Re: ciss(4) not coping with large arrays? 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: Fri, 16 May 2008 08:27:23 -0000 On Fri, May 16, 2008 at 12:50 AM, Claus Guttesen wrote: > > Running today's RELENG_7 (although 7.0-RELEASE has the same problem), > > GENERIC kernel on an amd64 and I can't seem to get a da(4) device for > > any arrays bigger than 2TB. > > In earlier releases (5 and 6 at least) you couldn't create partitions > larger than 2 TB. I don't know whether work has been to circumvent > this in 7 but tools like fsck has to be changed as well. Have you > tried zfs? zfs has nothing to do with this. The driver is not properly dealing with the large volume. set the kernel tunable in loader.conf kern.cam.da.3.minimum_cmd_size=16 kern.cam.da.4.minimum_cmd_size=16