From owner-freebsd-stable@FreeBSD.ORG Wed Oct 22 15:16:19 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 54406106566C for ; Wed, 22 Oct 2008 15:16:19 +0000 (UTC) (envelope-from lhmwzy@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id D68C28FC1B for ; Wed, 22 Oct 2008 15:16:18 +0000 (UTC) (envelope-from lhmwzy@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so942340eyi.7 for ; Wed, 22 Oct 2008 08:16:17 -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:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=/i5cGgkLd/H3het0NNsE6W5H+lwqB6tfr+mRxHZcOQg=; b=IIBu249AHOnQ1ThU0T0au68pGz2F7Cgj6fwwDaBYaF2LMDVNq0f9aMD1LeRYnYDh5x ocuxftkpXrAqs+gZ4k8+PMOVR8k9zCZKXU6khvcDWwhiyVP0nuOJ4x6YUQc6ZWdXcFXL WEm7YfXXgpLHGC0OOMVNVdw9JDxKfvA673WmU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=GeLc7LYrrLfitufpUQYppfhLoGzjcs/gmETvqBkLNJteqgR9v15Vs/o9/D/5B01iGU DUP8bHqPveoxRDAuRkHHLbBFyL6YW04Jc1IPMKsRo0psCAtsQ0TdlZDZ5TRhD1bJAXAX jDYx8Gf6jYR6F0k9xhfFxIvJp9pUYEryonP+w= Received: by 10.86.93.19 with SMTP id q19mr1144915fgb.4.1224688577151; Wed, 22 Oct 2008 08:16:17 -0700 (PDT) Received: by 10.86.25.10 with HTTP; Wed, 22 Oct 2008 08:16:17 -0700 (PDT) Message-ID: <78fb9d960810220816s7702cc9en9af6b58dbea45404@mail.gmail.com> Date: Wed, 22 Oct 2008 23:16:17 +0800 From: lhmwzy To: "Rink Springer" In-Reply-To: <20081022145629.GB62121@rink.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <78fb9d960810220733h498dc928v89872cf6943d66f4@mail.gmail.com> <20081022145629.GB62121@rink.nu> Cc: freebsd-stable@freebsd.org Subject: Re: system panic: RAID5 problem or zfs problem 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: Wed, 22 Oct 2008 15:16:19 -0000 YES. zpool create www da1 da2 da3 da4 da5 da6 should be: zpool create www raidz da1 da2 da3 da4 da5 da6 sorry for my mistake. I redo it again. All things go damn WELL. I can't tell what's wrong now. 2008/10/22 Rink Springer : > On Wed, Oct 22, 2008 at 10:33:44PM +0800, lhmwzy wrote: >> First we create a pool name www: >> zpool create www da1 da2 da3 da4 da5 da6 > > Um, this isn't a RAID - this is a simple concatination of disks. I think > what you meant to do was: > > zpool create www raidz da1 da2 da3 da4 da5 da6 > > Otherwise, you'll just append all disks, and it makes sense that the > system doesn't work... > > Regards, > > -- > Rink P.W. Springer - http://rink.nu > "Anyway boys, this is America. Just because you get more votes doesn't > mean you win." - Fox Mulder >