From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 88CA970EDE for ; Wed, 15 Jun 2022 21:06:28 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 7C60D2CBF9 for ; Wed, 15 Jun 2022 21:06:28 +0200 (CEST) Received: from gmmr-2.centrum.cz (gmmr-2.centrum.cz [IPv6:2a00:da80:1:502::7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 616FD2CBED for ; Wed, 15 Jun 2022 21:06:27 +0200 (CEST) Received: from gmmr-2.centrum.cz (localhost [127.0.0.1]) by gmmr-2.centrum.cz (Postfix) with ESMTP id C0A7120246AA for ; Wed, 15 Jun 2022 21:06:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=volny.cz; s=mail; t=1655319974; bh=lVz4iaM7Emugniw9kFDmpWA832S/GwXhvslrc4nIPD4=; h=From:Subject:Date:To:From; b=Y2sJ6846H7GCkQ0texrQMTk+u43Kp+UqlR0EH3U4k1YJiDSOY2Y5BIsi2JSDQTC1Z JrwVu9Mgo304kQdJnV9aekNkXjVSYIK78lIO9Apiz1VdOBz1V3PGHmKtUwYTjLsKpx fX9nxQbwzNt3479Cqe+CZ2CGv/TV4Dd+VINKH7Yc= Received: from vm1.excello.cz (vm1.excello.cz [IPv6:2001:67c:1591::3]) by gmmr-2.centrum.cz (Postfix) with QMQP id BEB3420161D0 for ; Wed, 15 Jun 2022 21:06:14 +0200 (CEST) Received: from vm1.excello.cz by vm1.excello.cz (VF-Scanner: Clear:RC:0(2a00:da80:0:502::8):SC:0(0.9/5.0):CC:0:; processed in 0.2 s); 15 Jun 2022 19:06:14 +0000 X-VF-Scanner-ID: 20220615190614.538859.23239.vm1.excello.cz.0 X-Spam-Status: No, hits=0.9, required=5.0 Received: from gmmr-3.centrum.cz (2a00:da80:0:502::8) by out2.virusfree.cz with ESMTPS (TLSv1.3, TLS_AES_256_GCM_SHA384); 15 Jun 2022 21:06:14 +0200 Received: from gm-smtp11.centrum.cz (unknown [10.255.254.13]) by gmmr-3.centrum.cz (Postfix) with ESMTP id 70237201D9F3 for ; Wed, 15 Jun 2022 21:06:14 +0200 (CEST) Received: from [192.168.1.5] (unknown [45.84.165.18]) by gm-smtp11.centrum.cz (Postfix) with ESMTPA id 6399A18054D26 for ; Wed, 15 Jun 2022 21:06:14 +0200 (CEST) From: Jan Vlach Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Message-Id: <67568334-CD95-409A-A4DF-4CB756B1CFC8@volny.cz> Date: Wed, 15 Jun 2022 21:06:13 +0200 To: pve-user@lists.proxmox.com X-Mailer: Apple Mail (2.3608.120.23.2.7) X-SPAM-LEVEL: Spam detection results: 0 BAYES_20 -0.001 Bayes spam probability is 5 to 20% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain RCVD_IN_DNSWL_NONE -0.0001 Sender listed at https://www.dnswl.org/, no trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [volny.cz] Subject: [PVE-User] How to add mirror to existing zfs pool? What geometries are bootable? X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2022 19:06:28 -0000 Hello pve-user list, I have two questions: - What is the correct procedure to add mirror to existing zpool so I = have two mirrors striped layout?=20 - Would pool with these two vdevs be bootable? Thank you, JV=