From owner-freebsd-questions@FreeBSD.ORG Wed May 13 12:37:14 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3503898A for ; Wed, 13 May 2015 12:37:14 +0000 (UTC) Received: from mail-pd0-f176.google.com (mail-pd0-f176.google.com [209.85.192.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0FF9E11AC for ; Wed, 13 May 2015 12:37:13 +0000 (UTC) Received: by pdea3 with SMTP id a3so50427484pde.3 for ; Wed, 13 May 2015 05:37:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:content-transfer-encoding :mime-version:subject:message-id:date:to; bh=RBBhAwUj13USTm3gzr0Jhyl8lyibCbBlO1qIzub7dbY=; b=nK42Xg4lPb+IufAoPd0+QS3tm573Dqkd+N3YKjeH55V1klYd9yGPDSquvAOh9AvRVv 5iMAeMl2ab9RAC1dZ985GOyfnEsRdyZnQsZDLbqSBw4hSUWVQqJxMw0smuQH1nMB5Zp/ cElZoxlzBXgfBXiaVqBgdnRlumqpxlDEc7lHwUUEOJGKg9SdrjfI5wQqLYaKnbYpX0gx bGjQsI2N8sZvcPsizVDyDbeGdf0Uk4TOX3943uO5HpFIvgDHN8fwRgb8GtuUPA9VixPf N1atB7Vbp56byzcDMEbRc4wEH4Wqz5wmRtkywJ7zaaGrf4Jur4TRfgkYMnhFhEc11CiM Z2yA== X-Gm-Message-State: ALoCoQn6xtWul2rvwjSbjW6f1mbl0bzaXOq/aWlfxbHqpVWvjypbXjuSuqgguEcf6HrxFqJMUM8I X-Received: by 10.66.139.70 with SMTP id qw6mr37000273pab.112.1431520627684; Wed, 13 May 2015 05:37:07 -0700 (PDT) Received: from [10.184.69.79] ([1.150.130.103]) by mx.google.com with ESMTPSA id qs8sm15856387pbc.38.2015.05.13.05.37.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 13 May 2015 05:37:06 -0700 (PDT) From: Anders Jensen-Waud Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: ZFS stripe to raidz1 Message-Id: <8F1341A6-AA91-418D-97EA-FF7F8AC07F6A@jensenwaud.com> Date: Wed, 13 May 2015 22:37:02 +1000 To: freebsd-questions@freebsd.org X-Mailer: iPhone Mail (12F70) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2015 12:37:14 -0000 Hello I bought two 2TB drives and would like to see them up in a 4TB stripe for no= w. Later, I would like to add redundancy to the stripe by adding one more 2T= B disk, effectively ending up with a 4TB raidz1. Is this possible on FreeBSD 10.1 without having to recreate the entire pool f= rom scratch? Thanks Anders=20=