From owner-freebsd-questions@freebsd.org Tue Feb 28 07:27:32 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35FA7CF1E81 for ; Tue, 28 Feb 2017 07:27:32 +0000 (UTC) (envelope-from michaelsprivate@gmail.com) Received: from mail-yw0-x232.google.com (mail-yw0-x232.google.com [IPv6:2607:f8b0:4002:c05::232]) (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 DC2B792B for ; Tue, 28 Feb 2017 07:27:31 +0000 (UTC) (envelope-from michaelsprivate@gmail.com) Received: by mail-yw0-x232.google.com with SMTP id l138so2592678ywc.0 for ; Mon, 27 Feb 2017 23:27:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=zSvxHqXSDI3wPaQJ3q5Ln2A8wjHriPkKmtuUPuFuxAc=; b=jiarb1cyDI/RBC/bhPG3uhgy/mu0H3JyRVN15xCztoI9wKv1OBhtfKVDdtY+7mG28M I65klVbvQ3Mvh3VA8y7CYTUdmgtzHjSppV4Y4V6wCQ+Im6T+0R2/IhW6Ts3u031Ei6b+ G9RRWvm7ufuVINXWTDohWY/KLx/NNj9VJKyI9l5TmqcJt1WX8ZA8RJ1R13VGjRpEHjxI pfA6AFH9wUtwybrBqxwCeoNiurBrqc69qscL627Gg9Ad6JnUo4u4rIKy3QkLVAuxdiUA vXkYMsoNow6BP+bLGA0jrCkeSfEU+Qa7cGpdPzeVchDCjRqrs8bKyIVyhc0uGFY/pvyi Sodw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=zSvxHqXSDI3wPaQJ3q5Ln2A8wjHriPkKmtuUPuFuxAc=; b=lY4WCz/3AFQB4GWvsh9h4YqUJ4b5T+6C9HwL+nDM5TCuode0XzT8lg2bP0ZVXJzWd/ jDBbtueg56h0JMBBbVEcuDOh0iVg6m7DqOMBOX0dq0EvRswmoqZUIGaPaFsFQkgmCcyX resHg9a+xK9Ir3f56Xp1AoEcfYmw2IHQiYPctBPwyXvqJRpycoFyl8NtnJ9L821j84Ga Ey7yYXkE+uVbOM5nNdmFojJUKEiyL15YqqFPyDCzuVAuF4XJHLZal2ZM30BBXZ93cXTs ySjDTYBRKwTsnYf/jgVEC2/s9qzZYUIbSHyurZgOa3llhbpUNRdU32isw8yDEDCrROAg hPPw== X-Gm-Message-State: AMke39kHRch3soRlbX+aZFFOACUg3manDxu2pdNJd30WTWIMDD6OyCx7XVPkhLHbAO/N/8jCH5sYkpLB01g2GA== X-Received: by 10.129.109.213 with SMTP id i204mr144044ywc.14.1488266850631; Mon, 27 Feb 2017 23:27:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.37.211.145 with HTTP; Mon, 27 Feb 2017 23:27:10 -0800 (PST) In-Reply-To: <58b49669.d264620a.7d458.47f0@mx.google.com> References: <58b49669.d264620a.7d458.47f0@mx.google.com> From: Michael Schuster Date: Tue, 28 Feb 2017 08:27:10 +0100 Message-ID: Subject: Re: how to expand zpool To: Motty Cruz Cc: freeBSD Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 07:27:32 -0000 simply put, physically replace one disk, 'zpool replace' it. when that's done, next disk ... This process is very well documented :-) you *do* have a working backup, just in case, right? Michael On Mon, Feb 27, 2017 at 10:13 PM, Motty Cruz wrote: > Hello, my enclosure has a total of 12 HDD, I have two groups of 5 HDD 1TB > each. I need to expand the zpool and purchase 2TB HDD. What is the best way > to expand the zpool without deleting any data? > > > > # zpool status > > pool: tank > > state: ONLINE > > scan: resilvered 663G in 3h10m with 0 errors on Mon Feb 27 12:26:24 2017 > > config: > > > > NAME STATE READ WRITE CKSUM > > tank ONLINE 0 0 0 > > raidz2-0 ONLINE 0 0 0 > > c01 ONLINE 0 0 0 > > c02 ONLINE 0 0 0 > > c03 ONLINE 0 0 0 > > c04 ONLINE 0 0 0 > > c05 ONLINE 0 0 0 > > raidz2-1 ONLINE 0 0 0 > > e01 ONLINE 0 0 0 > > e02 ONLINE 0 0 0 > > e03 ONLINE 0 0 0 > > e04 ONLINE 0 0 0 > > e05 ONLINE 0 0 0 > > > > errors: No known data errors > > > > Thanks, > Motty > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" > -- Michael Schuster http://recursiveramblings.wordpress.com/ recursion, n: see 'recursion'