From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 00BA01389E3 for ; Tue, 28 Oct 2014 01:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE29BE0925; Tue, 28 Oct 2014 01:13:20 +0000 (UTC) Received: from mail-qa0-f45.google.com (mail-qa0-f45.google.com [209.85.216.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81FB8E08FB for ; Tue, 28 Oct 2014 01:13:19 +0000 (UTC) Received: by mail-qa0-f45.google.com with SMTP id dc16so4698272qab.32 for ; Mon, 27 Oct 2014 18:13:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=9l6L1NhbD2Bmi9KHfUKwkaaQgOxbfLNjdlFj+gKmIWo=; b=futtxAoudl8fJEsdPaYJ+RmBM9RjmFZD+4PbcIxi1oDCBU7vHFFOQTIOML8q7Ey3Wr 6p9IjQGxInm+KDCrHGePnenfwTQo52G6Ro/ozWxBBM5B99Ko1IO9i+z2agmqjpWRRnqI ExpBfkJq3pDASdhdFG+dh6R7wCRtRrJrCgwmlj85OQh1U5AgR3P3AaAJAATGCMmbYfWK pe9V5dR3i1QB+wvTYdXu8Qrstp6yDJROGhIj4zW3avHfoJZhl7zUFkWUGStAbkwSXw8I blR3xNO0VqjK6jKUt3TNq4YUOhQdKoiNftn32tNap3i2lvTXb+ofllpbqUcqNGs1Efi2 LobA== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.224.2.135 with SMTP id 7mr180823qaj.64.1414458798662; Mon, 27 Oct 2014 18:13:18 -0700 (PDT) Sender: freemanrich@gmail.com Received: by 10.140.102.134 with HTTP; Mon, 27 Oct 2014 18:13:18 -0700 (PDT) In-Reply-To: References: <201410270924.40381.michaelkintzios@gmail.com> <544E2875.5000309@gmail.com> <201410271522.32452.michaelkintzios@gmail.com> Date: Mon, 27 Oct 2014 21:13:18 -0400 X-Google-Sender-Auth: 5u9Rkq5BFrCdshn-WY42ye9lJUg Message-ID: Subject: Re: [gentoo-user] Safeguarding strategies against SSD data loss From: Rich Freeman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 1cdf0447-ed9d-45ad-b462-70cf7d704cd6 X-Archives-Hash: 6093996c0ebb212b0b4150929ce55f89 On Mon, Oct 27, 2014 at 8:41 PM, Pandu Poluan wrote: > First, you need to set your pool to "autoexpand=on". > > Then, one by one, you offline a disk within the vdev and replace it with a > larger one. After all disks have been replaced, do a scrub, and ZFS will > automagically enlarge the vdev. > > If you're not using whole disks as ZFS, then s/replace with larger/enlarge > the partition/. How about adding an additional disk? Will that work? -- Rich