From owner-freebsd-stable@FreeBSD.ORG Wed Oct 22 14:56:17 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 437821065699 for ; Wed, 22 Oct 2008 14:56:17 +0000 (UTC) (envelope-from rink@rink.nu) Received: from mx1.rink.nu (gloom.rink.nu [213.34.49.2]) by mx1.freebsd.org (Postfix) with ESMTP id 053CE8FC19 for ; Wed, 22 Oct 2008 14:56:16 +0000 (UTC) (envelope-from rink@rink.nu) Received: from localhost (localhost [127.0.0.1]) by mx1.rink.nu (Postfix) with ESMTP id BF1166D454; Wed, 22 Oct 2008 16:56:35 +0200 (CEST) X-Virus-Scanned: amavisd-new at rink.nu Received: from mx1.rink.nu ([213.34.49.2]) by localhost (gloom.rink.nu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id twSbykGyw5eG; Wed, 22 Oct 2008 16:56:29 +0200 (CEST) Received: by mx1.rink.nu (Postfix, from userid 1000) id 44D736D453; Wed, 22 Oct 2008 16:56:29 +0200 (CEST) Date: Wed, 22 Oct 2008 16:56:29 +0200 From: Rink Springer To: lhmwzy Message-ID: <20081022145629.GB62121@rink.nu> References: <78fb9d960810220733h498dc928v89872cf6943d66f4@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <78fb9d960810220733h498dc928v89872cf6943d66f4@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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 14:56:17 -0000 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