From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <pve-user-bounces@lists.proxmox.com> Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 793631FF164 for <inbox@lore.proxmox.com>; Fri, 23 May 2025 10:51:02 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 1764116845; Fri, 23 May 2025 10:50:58 +0200 (CEST) Message-ID: <e8c83c5c-0923-4ced-8c5d-bd371afdf926@proxmox.com> Date: Fri, 23 May 2025 10:50:24 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: Randy Bush <randy@psg.com> References: <m24ixgm5uj.wl-randy@psg.com> <8fa284b2-11b6-4136-82df-cc81a1976213@proxmox.com> <m2o6vnkxjq.wl-randy@psg.com> <9aed076a-0e2e-46b9-9ee3-2e6d9abdf651@proxmox.com> <m2ecwgjr34.wl-randy@psg.com> Content-Language: en-US From: Aaron Lauterer <a.lauterer@proxmox.com> In-Reply-To: <m2ecwgjr34.wl-randy@psg.com> X-SPAM-LEVEL: Spam detection results: 0 AWL -0.031 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [PVE-User] zfs raidz2 expansion X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list <pve-user.lists.proxmox.com> List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-user>, <mailto:pve-user-request@lists.proxmox.com?subject=unsubscribe> List-Archive: <http://lists.proxmox.com/pipermail/pve-user/> List-Post: <mailto:pve-user@lists.proxmox.com> List-Help: <mailto:pve-user-request@lists.proxmox.com?subject=help> List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user>, <mailto:pve-user-request@lists.proxmox.com?subject=subscribe> Reply-To: Proxmox VE user list <pve-user@lists.proxmox.com> Cc: Proxmox VE user list <pve-user@lists.proxmox.com> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: pve-user-bounces@lists.proxmox.com Sender: "pve-user" <pve-user-bounces@lists.proxmox.com> On 2025-05-22 23:03, Randy Bush wrote: >>> so, can i specify a second pool to be replication target, as i >>> suggested in >>>>> as we do full replication, we could just create a new pool for >>>>> replocation and call it a day. >>> >>> i do not see an attribute for relocation pool in storage.cfg > >> Where does the quote here come from? Did I miss an email in this thread? > > all the above are from my keyboard on this thread ah sorry. I was too blind yesterday to see that in your first email. There is no option to replicate a full ZFS pool to another. So, you have a current pool with one raidz2 VDEV made up of 4x 2TB disks. What kind of pool layout/sitation do you want to have in the end? Because if you have another set of 4x 2TB disks, you can just expand the pool with another raidz2 VDEV, without expanding the current VDEV you have. Right now, `zpool status` will show you something like: pool raidz2-0 disk0 disk1 disk2 disk3 If you add another VDEV, the pool could have the following layout: pool raidz2-0 disk0 disk1 disk2 disk3 raidz2-1 disk4 disk5 disk6 disk7 If you want to create a new pool, then things will be a bit more complicated, as you would need to create a new storage config for it as well, Move-Disk all the disks over to it. If you have a cluster and use the VM replication feature, that new pool must be present on the other nodes as well and you will have to remove the replication jobs before you move the disks to the new pool and then re-create them once all VM disks are on the new pool. _______________________________________________ pve-user mailing list pve-user@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user