From owner-freebsd-fs@FreeBSD.ORG Sat Jun 27 22:27:44 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73E401065676 for ; Sat, 27 Jun 2009 22:27:44 +0000 (UTC) (envelope-from dan.naumov@gmail.com) Received: from mail-yx0-f196.google.com (mail-yx0-f196.google.com [209.85.210.196]) by mx1.freebsd.org (Postfix) with ESMTP id 31B318FC1B for ; Sat, 27 Jun 2009 22:27:44 +0000 (UTC) (envelope-from dan.naumov@gmail.com) Received: by yxe34 with SMTP id 34so2875435yxe.28 for ; Sat, 27 Jun 2009 15:27:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=68vdnp4ylF2df9jOHqU4CDVq59p5EKWKtu1NXvVLEsU=; b=KFJjL4WSysf5gctV0LDDGRRC/OuFHHw5MF66fzGUGMGA9wBf6IvPZU6EP6LO0Qq/AC 7ny12Es79ZYqTsOxhCfgG2Tca6Og8uPYSaFhHtzeLaiyyfxwpwmy34RkJmlJA90VgXnU pneQYO3qjniz5k8YsFC/mMmjkrR5a9OTwItmk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=K6fcHdp66wAhJUCYZrlK76QJYNyqwYlHRP4apQPXp2A7YCoPAkP1qIkH/zU3c0qQeB nqnwgTuXbQq5v6qqD2si5Il5dq5kIhBip1wAjFGpURHz8jC0bIFTE1yjuLNNaG6WwnK9 54SCbVjb0sNEuuvoqY8chasXzEBR63WGLkOew= MIME-Version: 1.0 Received: by 10.100.58.1 with SMTP id g1mr6880201ana.181.1246141663695; Sat, 27 Jun 2009 15:27:43 -0700 (PDT) In-Reply-To: <380571.31027.qm@web51002.mail.re2.yahoo.com> References: <380571.31027.qm@web51002.mail.re2.yahoo.com> Date: Sun, 28 Jun 2009 01:27:43 +0300 Message-ID: From: Dan Naumov To: Rafael Caesar Lenzi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org Subject: Re: Adding more disk's on ZFS array X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2009 22:27:44 -0000 On Sun, Jun 28, 2009 at 12:58 AM, Rafael Caesar Lenzi wrote: > > Hi! > How i can add more disks on ZFS raid0 or raid5 array? > > Thanks! > Rafael Lenzi raid0 (stripe): zpool add POOLNAME DEVICENAME raid5 (raidz): you can't